KaaX Offline Upload & Sell: Off
|
p.1 #9 · I need a crash course in resolution, DPI, color spaces, etc. | |
kylegehmlich wrote:
Thanks for the corrections KaaX, but now I'm a little unclear about Adobe RGB vs sRGB. I'd always thought that Adobe RGB had a wider gamut...
The way I learned it, Adobe RGB has all the colours of sRGB in its gamut, but sRGB doesn't have all the colours of Adobe RGB. You're saying that's not the case, they just have different colours?
No, you're basically right, but you've been tripped by terminology :-)
Colors are continuous. There is an infinite number of colors between red and yellow, for example. However our current digital systems can only represent colors as separate, discontinuous "dots" in the color space.
For example, the color RGB(130, 140, 0) is some kind of yellow. The color RGB(131,140, 0) is a different yellow. But you can't represent a color in-between them -- RGB(130.5, 140, 0). Such a color exists in real life, it's just that you can't describe it using, say, 8-bit RGB triplets.
Thus, there are two different concepts.
One is gamut which is the part of the color universe that a particular color space can describe. Gamut is like an area or volume -- it's not countable, but you can speak of smaller gamut or larger gamut. In particular, AdobeRGB gamut is larger than sRGB gamut. AdobeRGB can indeed represent colors that sRGB cannot.
The other concept is number of colors which refers to how many different colors can you represent within your system. This is completely separate from gamut. Because color space is continuous, you can represent many, many colors in a small section of the color universe -- or you can represent a few colors in a large section.
The number of colors is determined, basically, by how many bits you have. An 8-bit RGB triplet can represent 256 x 256 x 256 = 16,777,216 different colors, from pure black (0, 0, 0) to pure white (255, 255, 255). sRGB picks these 16m colors from a smaller region of the color universe, so its colors are "denser", but do not "reach" as far. AdobeRGB picks these 16m colors from a larger region, so its colors are more "sparse", but "reach" further. However the *number of representable colors* in sRGB and in AdobeRGB is the same.
Kaa
|