问题描述
由于绝大多数显示器都是 16位颜色或更多,包括移动设备,选择配色方案时甚至考虑使用网络安全的颜色是有意义的吗?还是应该将其降级为历史的琐事?
对于那些不知道哪种网络安全颜色的人:
通常认为另一组216个颜色值是"网络安全"调色板,在许多计算机 显示器只能 显示256种颜色.一组颜色 需要可以在没有的情况下显示 在256色显示器上抖动;这 选择216部分是因为 计算机操作系统通常 保留16至二十种颜色 他们自己的使用;也被选中 因为它允许六个阴影 每个红色,绿色和蓝色(6×6×) 6 = 216).
颜色列表经常出现 好像它具有特殊属性 使它们免受抖动的影响.在 事实,在256色显示器上 应用程序可以设置任何调色板 他们选择的颜色选择, 抖动其余的.这些颜色是 专门选择 匹配了由 然后引导浏览器应用程序. [wikipedia]
推荐答案
对我来说,网络安全调色板不再是主要问题.为最大的目标受众优化.
根据 w3schools 网站访问者:
- 在2009年1月 24或32位.
- [更新] 2015年1月 0.5%具有256种颜色,0.5%有24位,而99%的颜色为32位
我从业务应用网站中发现了类似的数字:
32-bit 79.01% 24-bit 15.64% 16-bit 5.27% 8-bit 0.08%
其他推荐答案
我不认为Web Safe颜色不再相关.对我来说,智能手机的一个更大的问题是所有固定宽度960像素宽网页.
其他推荐答案
我认为选择调色板时最重要的是牢记颜色盲.我知道有几种不同的类型,但是主要的事情是确保颜色之间有足够的对比度.
例如,在红色背景上的绿色文本对于某些人来说可能更容易阅读,但对于其他人来说非常困难或可能不可能(占男性的5-10%!),尤其是如果 value 颜色接近.
问题描述
Since the vast majority of monitors are 16-bit color or more, including mobile devices, does it make sense to even consider web-safe colors when choosing color schemes? Or is it something that ought to be relegated to history as a piece of trivia?
For those of you that don't know what web-safe colors are:
Another set of 216 color values is commonly considered to be the "web-safe" color palette, developed at a time when many computer displays were only capable of displaying 256 colors. A set of colors was needed that could be shown without dithering on 256-color displays; the number 216 was chosen partly because computer operating systems customarily reserved sixteen to twenty colors for their own use; it was also selected because it allows exactly six shades each of red, green, and blue (6 × 6 × 6 = 216).
The list of colors is often presented as if it has special properties that render them immune to dithering. In fact, on 256-color displays applications can set a palette of any selection of colors that they choose, dithering the rest. These colors were chosen specifically because they matched the palettes selected by the then leading browser applications. [Wikipedia]
推荐答案
For me web safe color palette is no longer primary concern. Optimize for the largest target audience.
According to w3schools site visitors:
- In January 2009 1% of site visitors had 256 color displays, 95% of users had 24 or 32 bit.
- [Update] In January 2015 0.5% had 256 colours, 0.5% had 24 bit and 99% had 32 bit
I found similar numbers from a business app site that I look after:
32-bit 79.01% 24-bit 15.64% 16-bit 5.27% 8-bit 0.08%
其他推荐答案
I don't think web safe colors are relevant any more. To me, a much bigger problem for smartphones are all the fixed-width 960-pixel wide web pages.
其他推荐答案
I think the most important thing when choosing a colour palette is keeping in mind colour-blindness. There are a few different types that I know of, but the main thing is making sure that you have enough contrast between colours.
For example green text on a red background might be easier for some to read, but very difficult or maybe impossible for others (5-10% of males!), especially if the values of the colours are close.