The Input "grey31" detected as "CSS3 color name".
| Color | ||
| websafe | No | |
| CSS3 Color names | 
 | |
| Hex | #4f4f4f | |
| RGB | rgb(79,79,79) | |
| RGB in % | rgb(31%,31%,31%) | |
| CMY in % | C=69 M=69 Y=69 | |
| CMYK in % | C=0 M=0 Y=0 K=69 | |
| HSL | hsl(0,0%,31%) | |
| HSV | hsv(-,0%,31%) | |
| Rec. 601 luma | 79 | |
| Rec. 709 luma | 79 | |
| Rec. 2020 luma | 79 | |
| Complementary color | #b0b0b0 | |
| Decimal | 5197647 | |
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