Shades of Black Russian #02021C
Tints of Black Russian #02021C
RGB
CMYK
RGB Variations
Color information
#02021C (or 0x02021C) is known color: Black Russian. HEX triplet: 02, 02 and 1C. RGB value is (2,2,28). Sum of RGB (Red+Green+Blue) = 2+2+28=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 2 (1.17% from 255 or 6.25% from 32); Blue value is 28 (11.33% from 255 or 87.5% from 32); Max value from RGB is 28 - color contains mainly: blue. Hex color #02021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02021C is #FDFDE3. Grayscale: #040404. Windows color (decimal): -16645604 or 1835522. OLE color: 1835522.
HSL color Cylindrical-coordinate representation of color #02021C: hue angle of 240º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02021C is Cyan = 0.93, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 2 | 2 | 28 | - |
CMYK | 0.93 | 0.93 | 0 | 0.89 |
HSL | 240º | 0.87% | 0.06% | - |
HSV(B) | 240º | 0.93% | 0.11% | - |
XYZ | 0.26 | 0.14 | 1.11 | - |
YUV | 4.96 | 141 | 125.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 2 | 28 | 0.93 | 0.93 | 0 | 0.89 | 240 | 0.87 | 0.06 |
Hex | 2 | 2 | 1C | 5D | 5D | 0 | 59 | F0 | 57 | 6 |
Octal | 2 | 2 | 34 | 135 | 135 | 0 | 131 | 360 | 127 | 6 |
Binary | 10 | 10 | 11100 | 1011101 | 1011101 | 0 | 1011001 | 11110000 | 1010111 | 110 |
Color Harmonies of #02021C
Complementary color
Monochromatic Colors of #02021C
Black with #02021C
Text Example
Text Example
White with #02021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02021C; }
p { color: rgb(2,2,28); }
H1.HeaderClassName
{
color: #02021C;
}
.AnyTagClassName
{
color: #02021C;
}
</style>
background-color css
<style>
a { background-color: #02021C; }
a { background-color: rgb(2,2,28); }
div.DivClassName
{
background-color: #02021C;
}
.BgClassName
{
background-color: #02021C;
}
</style>
border-color css
<style>
span { border-color: #02021C; }
span { border-color: rgb(2,2,28); }
td.TdClassName
{
border-color: #02021C;
}
.TagClassName
{
border-color: #02021C;
}
</style>