Clashes between web and X11 colors in the CSS color scheme
en.wikipedia.org
Clashes between web and X11 colors in the CSS color scheme
1–10 of 31 posts
Re: Clashes between web and X11 colors in the CSS color scheme
#2How did it happen?
Re: Clashes between web and X11 colors in the CSS color scheme
#3Re: Clashes between web and X11 colors in the CSS color scheme
#4The definition of grey is totally debatable, but in W3C spec Green = #008000 (instead of #00FF00, which is called Lime?) makes no sense. How did it happen?
Given that RGB is well-known, I suspect their assumption was wrong, but I have nothing to back that up.
Re: Clashes between web and X11 colors in the CSS color scheme
#5I never use color names (except if I quick want to set a color in CSS for testing purposes) so I wonder who is using color names and why? Does all this has any real world implications?
If you used uncommon colors in your program on - for example - a Sparcstation 20, the palette would shift every time you moved the mouse in or out of your window. It's difficult to describe to someone that's never seen it, but it's unpleasant. No one mourns the death of pseudocolor.
Re: Clashes between web and X11 colors in the CSS color scheme
#6The definition of grey is totally debatable, but in W3C spec Green = #008000 (instead of #00FF00, which is called Lime?) makes no sense. How did it happen?
My guess? Most green things you see are a darker green. The extremely bright green (lime according to the W3C) is less useful, so they probably chose the color based on what they thought the user would expect. Given that RGB is well-known, I suspect their assumption was wrong, but I have nothing to back that up.
So a normal display has more green than you'd need, and 00ff00 green has terrible contrast against ffffff white
Re: Clashes between web and X11 colors in the CSS color scheme
#7I never use color names (except if I quick want to set a color in CSS for testing purposes) so I wonder who is using color names and why? Does all this has any real world implications?
Re: Clashes between web and X11 colors in the CSS color scheme
#8I never use color names (except if I quick want to set a color in CSS for testing purposes) so I wonder who is using color names and why? Does all this has any real world implications?
#124356 might look different on one monitor or workstation compared to another.
Having colour names which are calibrated for the device makes a lot of sense. Assuming those colour names are actually calibrated, which as the article also mentions, so often wasn’t the case.
As an aside, this is a big problem in DTP where your display should match the page. However you obviously wouldn’t use colour names in that specific industry because you’re dealing with a vastly greater range of colours and shades.
Re: Clashes between web and X11 colors in the CSS color scheme
#9I never use color names (except if I quick want to set a color in CSS for testing purposes) so I wonder who is using color names and why? Does all this has any real world implications?
As touched on in the article, the beauty of colour names would be that they’re celebrated for the machine. #124356 might look different on one monitor or workstation compared to another. Having colour names which are calibrated for the device makes a lot of sense. Assuming those colour names are actually calibrated, which as the article also mentions, so often wasn’t the case. As an aside, this is a big problem in DT…
Re: Clashes between web and X11 colors in the CSS color scheme
#10I never use color names (except if I quick want to set a color in CSS for testing purposes) so I wonder who is using color names and why? Does all this has any real world implications?
As touched on in the article, the beauty of colour names would be that they’re celebrated for the machine. #124356 might look different on one monitor or workstation compared to another. Having colour names which are calibrated for the device makes a lot of sense. Assuming those colour names are actually calibrated, which as the article also mentions, so often wasn’t the case. As an aside, this is a big problem in DT…