Shades of Black Russian #02040C
Tints of Black Russian #02040C
RGB
CMYK
RGB Variations
Color information
#02040C (or 0x02040C) is known color: Black Russian. HEX triplet: 02, 04 and 0C. RGB value is (2,4,12). Sum of RGB (Red+Green+Blue) = 2+4+12=18 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.11% from 18); Green value is 4 (1.95% from 255 or 22.22% from 18); Blue value is 12 (5.08% from 255 or 66.67% from 18); Max value from RGB is 12 - color contains mainly: blue. Hex color #02040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02040C is #FDFBF3. Grayscale: #040404. Windows color (decimal): -16645108 or 787458. OLE color: 787458.
HSL color Cylindrical-coordinate representation of color #02040C: hue angle of 228º degrees, saturation: 0.71, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #02040C is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 4 | 12 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.95 |
| HSL | 228º | 0.71% | 0.03% | - |
| HSV(B) | 228º | 0.83% | 0.05% | - |
| XYZ | 0.13 | 0.13 | 0.37 | - |
| YUV | 4.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 4 | 12 | 0.83 | 0.67 | 0 | 0.95 | 228 | 0.71 | 0.03 |
| Hex | 2 | 4 | C | 53 | 43 | 0 | 5F | E4 | 47 | 3 |
| Octal | 2 | 4 | 14 | 123 | 103 | 0 | 137 | 344 | 107 | 3 |
| Binary | 10 | 100 | 1100 | 1010011 | 1000011 | 0 | 1011111 | 11100100 | 1000111 | 11 |
Color Harmonies of #02040C
Complementary color
Monochromatic Colors of #02040C
Black with #02040C
Text Example
Text Example
White with #02040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02040C; }
p { color: rgb(2,4,12); }
H1.HeaderClassName
{
color: #02040C;
}
.AnyTagClassName
{
color: #02040C;
}
</style>
background-color css
<style>
a { background-color: #02040C; }
a { background-color: rgb(2,4,12); }
div.DivClassName
{
background-color: #02040C;
}
.BgClassName
{
background-color: #02040C;
}
</style>
border-color css
<style>
span { border-color: #02040C; }
span { border-color: rgb(2,4,12); }
td.TdClassName
{
border-color: #02040C;
}
.TagClassName
{
border-color: #02040C;
}
</style>