Shades of Black Russian #010204
Tints of Black Russian #010204
RGB
CMYK
RGB Variations
Color information
#010204 (or 0x010204) is known color: 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.
Color convert
| RGB | 1 | 2 | 4 | - |
| CMYK | 0.75 | 0.5 | 0 | 0.98 |
| HSL | 220º | 0.6% | 0.01% | - |
| HSV(B) | 220º | 0.75% | 0.02% | - |
| XYZ | 0.06 | 0.06 | 0.12 | - |
| YUV | 1.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 2 | 4 | 0.75 | 0.5 | 0 | 0.98 | 220 | 0.6 | 0.01 |
| Hex | 1 | 2 | 4 | 4B | 32 | 0 | 62 | DC | 3C | 1 |
| Octal | 1 | 2 | 4 | 113 | 62 | 0 | 142 | 334 | 74 | 1 |
| Binary | 1 | 10 | 100 | 1001011 | 110010 | 0 | 1100010 | 11011100 | 111100 | 1 |
Color Harmonies of #010204
Complementary color
Monochromatic Colors of #010204
Black with #010204
Text Example
Text Example
White with #010204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010204; }
p { color: rgb(1,2,4); }
H1.HeaderClassName
{
color: #010204;
}
.AnyTagClassName
{
color: #010204;
}
</style>
background-color css
<style>
a { background-color: #010204; }
a { background-color: rgb(1,2,4); }
div.DivClassName
{
background-color: #010204;
}
.BgClassName
{
background-color: #010204;
}
</style>
border-color css
<style>
span { border-color: #010204; }
span { border-color: rgb(1,2,4); }
td.TdClassName
{
border-color: #010204;
}
.TagClassName
{
border-color: #010204;
}
</style>