The Input "gray12" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color names |
|
|
| Hex | #1f1f1f | |
| RGB | rgb(31,31,31) | |
| RGB in % | rgb(12%,12%,12%) | |
| CMY in % | C=88 M=88 Y=88 |
|
| CMYK in % | C=0 M=0 Y=0 K=88 |
|
| HSL | hsl(0,0%,12%) | |
| HSV | hsv(-,0%,12%) | |
| Rec. 601 luma | 31 | |
| Rec. 709 luma | 31 | |
| Rec. 2020 luma | 31 | |
| Complementary color | #e0e0e0 | |
| Decimal | 2039583 | |
Show the nearest websafe color data.
The following inputs are converted automatically:
X11 Color names
example: DodgerBlue4
#rrggbb; rrggbb; #rgb; rgb
(HEX to RGB bzw. HEX2RGB)
example: #4169E1
rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
(RGB to HEX bzw. RGB2HEX)
example: 106,90,205