Shades of Black Russian #04020A
Tints of Black Russian #04020A
RGB
CMYK
RGB Variations
Color information
#04020A (or 0x04020A) is known color: Black Russian. HEX triplet: 04, 02 and 0A. RGB value is (4,2,10). Sum of RGB (Red+Green+Blue) = 4+2+10=16 (2% of max value = 765). Red value is 4 (1.95% from 255 or 25% from 16); Green value is 2 (1.17% from 255 or 12.5% from 16); Blue value is 10 (4.30% from 255 or 62.5% from 16); Max value from RGB is 10 - color contains mainly: blue. Hex color #04020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04020A is #FBFDF5. Grayscale: #030303. Windows color (decimal): -16514550 or 655876. OLE color: 655876.
HSL color Cylindrical-coordinate representation of color #04020A: hue angle of 255º degrees, saturation: 0.67, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #04020A is Cyan = 0.6, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 4 | 2 | 10 | - |
| CMYK | 0.6 | 0.8 | 0 | 0.96 |
| HSL | 255º | 0.67% | 0.02% | - |
| HSV(B) | 255º | 0.8% | 0.04% | - |
| XYZ | 0.13 | 0.09 | 0.3 | - |
| YUV | 3.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 2 | 10 | 0.6 | 0.8 | 0 | 0.96 | 255 | 0.67 | 0.02 |
| Hex | 4 | 2 | A | 3C | 50 | 0 | 60 | FF | 43 | 2 |
| Octal | 4 | 2 | 12 | 74 | 120 | 0 | 140 | 377 | 103 | 2 |
| Binary | 100 | 10 | 1010 | 111100 | 1010000 | 0 | 1100000 | 11111111 | 1000011 | 10 |
Color Harmonies of #04020A
Complementary color
Monochromatic Colors of #04020A
Black with #04020A
Text Example
Text Example
White with #04020A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04020A; }
p { color: rgb(4,2,10); }
H1.HeaderClassName
{
color: #04020A;
}
.AnyTagClassName
{
color: #04020A;
}
</style>
background-color css
<style>
a { background-color: #04020A; }
a { background-color: rgb(4,2,10); }
div.DivClassName
{
background-color: #04020A;
}
.BgClassName
{
background-color: #04020A;
}
</style>
border-color css
<style>
span { border-color: #04020A; }
span { border-color: rgb(4,2,10); }
td.TdClassName
{
border-color: #04020A;
}
.TagClassName
{
border-color: #04020A;
}
</style>