RGB (Red, Green, Blue) . We see Infinite colour with It.?
RGB(Red,Green,Blue)-
RGB is the acronym for red, green, blue. It is used to describe a wide selection of lighting products which can be used to produce just about any visible color.
In our Previous post we discuss about Pixel and there we read that one pixel contains three RGB transistor which we simply say that three light 1st Red, second is Green, third one is Blue.
For the study of pixel Click Here
By three color we can make all color. so in this session i will tell you about how does we see all color in our computer, laptop, tablet, Mobile and this all kind of the thing.
we know that three light consists in a pixel,
one light make 0 to 255 situation. Which means one light has 255 condition.
and it total depend upon light of color.
So, by three light we make 255 X 255 X 255= 16,581,375 color's.
Click Here for getting Practice on RGB Calculator
Like if Lower RGB(0,0,0)-Black
R = 0
G = 0
B = 0
Then color will be black!!!
If
R = 255
G = 255
B = 0
Then color will be Yellow!!!
If Higer RGB(255,255,255)=White
R = 255
G = 255
B = 255
Then we get White color!
After read it your are able to know does the display Show the colorful Images. and all thouse thing,
for easy to understand The programmer or web devloper use this hexadecimal code
like if
RGB(255,255,255)= FFFFFF is the hexadecimal and this color is white.
Comments
Post a Comment