|
|
|
|
|
Some of us learnt at school that there are three primary colours in a paint-box, red, yellow and blue, and we could make up other combinations by mixing them -
|
![]() |
Computer colours are made up in a similar way, but using red, green and blue - RGB for short. The different shades are expressed by describing how much of each of those three colours is present; and 'how much' is expressed as a proportion of 256 different values
(2 x 2 x 2 x 2 x 2 x 2 x 2 x 2)
although since "0" is one of the values, the highest number is 255...
|
So black is "everything = zero", |
|
white is "everything = 255"; |
|
'pure red' is |
|
while equal quantities of each produce different greys |
|
The total number of
combinations... ![]()
|
|
|
|
|