> In theory, the combination of CMY at 100% (100,100,100) creates black, In practice it creates a muddy brown due to limitations of toner (and ink) secondaries.
Does anyone know why this is?
> "K" is used for black to avoid confusion with Blue and because the black component is the "Key" for a set of color separations
I always assumed it was just because "K" is the last letter in "black" — apparently not!
Because the subtractive primaries (CMY) in reality are imperfect, they cannot absorb 100% of the light that is shone upon them. This is also hampered by whatever substrate the inks are being applied to. (Tangentially this is why there is so much fuss over Vantablack.)
>I always assumed it was just because "K" is the last letter in "black" — apparently not!
Worth noting: the term "Key" goes beyond the colour black. It's referring to the keying colour, in some scenarios this would be the darkest of whichever colours are used in printing.
Depending on the printer you're using, the K in CMYK may also not be a typical black like what you would find in a black+white office printer, but rather something that you might consider a very dark grey. Subtractive colour reproduction is a bit of a rabbit hole, you can find printers that will include a variety of colours beyond CMYK in order to help fill out gaps in the CMYK gamut. Epson have a few printers like this, some which take inks in violet, green, orange, various shades of grey, lighter versions of cyan and magenta, florescent inks etc.
One reason is that printers inks do not have very dence pigment content. Pigment is the expensive part of paint/ink. Also, printers ink is very transparent, almost like a staining agent.
CMKY is basically a variant of the painter's RYB color space. A CMY mix using high quality painter's paints will get closer to black. However, generally mixing a black from primaries is waste of energy. Easier to mix from secondaries (e.g. an Alizarin Crimson with Ultramarine Blue).
> In theory, the combination of CMY at 100% (100,100,100) creates black, In practice it creates a muddy brown due to limitations of toner (and ink) secondaries.
i believe this may be because the combined absorption spectrum of a "full C M Y dot" still has gaps that a "full K" toner is engineered to cover?
This is a good answer: one of the hardest things to explain about color is there's nothing "blessed" about RGB or CMYK. So it's not so much "why don't they combine to do X?" as "how could they combine to do X?", especially at the extremes of color, i.e. white/black
You can pick any N pigments and they won't be able to produce a full range of colors when combined, and it's always an issue in every domain. Colors physically don't cancel out colorfulness (i.e. not-grayscale-ness), so mix cyan, magenta, yellow, whatever, you end up with a very dark color with some color to it, which is brown.
There is something blessed about red, green, and blue: they're close to an orthogonal basis for the L, M, and S receptors in our eyes. However, there's nothing particularly special about any particular set of R, G, and B primaries. In fact, there is no set of three primaries that are both physically realizable and completely cover the set of colors we can see. This is why different color spaces exist: for photos archiving and graphical work by professionals who understand color gamut limitations, ProPhoto gives you the ability to represent nearly any color you can perceive at the cost of being able to represent many colors that cannot exist. sRGB has primaries that are easy to make out of phosphor, so it was a good baseline that every monitor manufacturer could hit without needing fancy color correction hardware, but has a small gamut. Adobe RGB is designed to cover the CMYK gamut better than sRGB. And so on, and so on.
In particular, this is why you can't get HDR by just turning up the brightness: the primaries are different. The bright red isnt just brighter, it's "redder than red", and the same for the other primaries. Imagine an HSV color picker, but you can turn S up to 200%
Which, I suppose, is basically what you said, but I've spent the last couple days diving far further into color science than my little battery monitor really needs, so the details were on my mind.
> The bright red isn't just brighter, it's "redder than red"
You probably already know this, but there is such a thing as "the reddest red." A single wavelength of light is fully chromatic. As you mention, most color spaces use a "less red red," because it's easier to produce.
Some color spaces do use impossible primaries in order to capture more area but, as the name suggests, they are unphysical.
You put a real smile on my face, I had to get way into color science out of nowhere a few years back, I wanted to take the design system from like 12 sets of hard coded colors to infinity. Ended up building a color space, etc to make it work and design-able. Launched at Google as Material You. But HN always impresses, I lived and breathed it for about 2 years and you got to expert level in like 48 hours,
or maybe better to say it was an error of convenience.
Adobe engineers had plans to harmonize their RGB with SMPTE 240M but something didn't quite jibe, and Adobe RGB was compromised to merely extend green of sRGB to cover cyan ink for offset printing.
As was previously alluded to, RGB creates a triangle of gamut coverage in the numerical space of the CIE 1931 and 1976 projections of the spectrum locus.
This trait of straight lines is mathematically convenient for calculating colors from primaries, and CRT display devices follow the RGB model closely. But commercial printing color coverage doesn't fit a triangular RGB projection very well: commercial CMY devices present a lumpier gamut with an area of significant extension of cyan outside of sRGB.
—Keep in mind color names are colloquial and a color wheel is an satisfying artistic contrivance that dates to earliest science of color, but in context of CIE diagrams, CMY are modeled as –R –G —B. (minus).
One one hand, sRGB was an excellent compromise of good coding efficiency, which means effective use of scarce bits in 24 bit color, needed to control quantization noise a.k.a. "posterization" / "banding" by not wasting codes on colors that rarely occur, while on the other hand completely covering the industry standard Macbeth Color Checker 24, the design of which was strongly informed by color film response.
The sRGB edge of cyan lives precisely at Color Checker 24 cyan and all the other patches live inside sRGB.
But electronic devices have surpassed film and are now far more common.
Ultimately DCI P3 would become a better fit with Apple's Display P3 variant (sort of sRGB v2) offering sRGB luminance response and a very slightly weaker cyan than Adobe RGB, but a much more generally useful extension to red, which for coding real world colors is more desirable than the furthest edge of a cyan which only occurs in inks and dyes, e.g. hitting a cyan spot color in commercial printing is not a compelling use case for most of us.
With colored pigments (even ideal ones) white light would still need to bounce between all 3 to be absorbed. Some is going to bounce off 2 or 3 and come out colored.
Does anyone know why this is?
> "K" is used for black to avoid confusion with Blue and because the black component is the "Key" for a set of color separations
I always assumed it was just because "K" is the last letter in "black" — apparently not!