#010204 (or 0x010204) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 04. RGB value is (1,2,4). Sum of RGB (Red+Green+Blue) = 1+2+4=7 (0% of max value = 765). Red value is 1 (0.78% from 255 or 14.29% from 7); Green value is 2 (1.17% from 255 or 28.57% from 7); Blue value is 4 (1.95% from 255 or 57.14% from 7); Max value from RGB is 4 - color contains mainly: blue. Hex color #010204 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010204 is #FEFDFB. Grayscale: #010101. Windows color (decimal): -16711164 or 262657. OLE color: 262657.
HSL color Cylindrical-coordinate representation of color #010204: hue angle of 220º degrees, saturation: 0.6, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #010204 is Cyan = 0.75, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.98.
<style> p { color: #010204; } p { color: rgb(1,2,4); } H1.HeaderClassName { color: #010204; } .AnyTagClassName { color: #010204; } </style>
<style> a { background-color: #010204; } a { background-color: rgb(1,2,4); } div.DivClassName { background-color: #010204; } .BgClassName { background-color: #010204; } </style>
<style> span { border-color: #010204; } span { border-color: rgb(1,2,4); } td.TdClassName { border-color: #010204; } .TagClassName { border-color: #010204; } </style>