Shades of Black Russian #02010E
Tints of Black Russian #02010E
RGB
CMYK
RGB Variations
Color information
#02010E (or 0x02010E) is known color: Black Russian. HEX triplet: 02, 01 and 0E. RGB value is (2,1,14). Sum of RGB (Red+Green+Blue) = 2+1+14=17 (2% of max value = 765). Red value is 2 (1.17% from 255 or 11.76% from 17); Green value is 1 (0.78% from 255 or 5.88% from 17); Blue value is 14 (5.86% from 255 or 82.35% from 17); Max value from RGB is 14 - color contains mainly: blue. Hex color #02010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02010E is #FDFEF1. Grayscale: #020202. Windows color (decimal): -16645874 or 917762. OLE color: 917762.
HSL color Cylindrical-coordinate representation of color #02010E: hue angle of 244.62º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02010E is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
RGB | 2 | 1 | 14 | - |
CMYK | 0.86 | 0.93 | 0 | 0.95 |
HSL | 244.62º | 0.87% | 0.03% | - |
HSV(B) | 244.62º | 0.93% | 0.05% | - |
XYZ | 0.12 | 0.07 | 0.42 | - |
YUV | 2.78 | 134.33 | 127.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 1 | 14 | 0.86 | 0.93 | 0 | 0.95 | 244.62 | 0.87 | 0.03 |
Hex | 2 | 1 | E | 56 | 5D | 0 | 5F | F5 | 57 | 3 |
Octal | 2 | 1 | 16 | 126 | 135 | 0 | 137 | 365 | 127 | 3 |
Binary | 10 | 1 | 1110 | 1010110 | 1011101 | 0 | 1011111 | 11110101 | 1010111 | 11 |
Color Harmonies of #02010E
Complementary color
Monochromatic Colors of #02010E
Black with #02010E
Text Example
Text Example
White with #02010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02010E; }
p { color: rgb(2,1,14); }
H1.HeaderClassName
{
color: #02010E;
}
.AnyTagClassName
{
color: #02010E;
}
</style>
background-color css
<style>
a { background-color: #02010E; }
a { background-color: rgb(2,1,14); }
div.DivClassName
{
background-color: #02010E;
}
.BgClassName
{
background-color: #02010E;
}
</style>
border-color css
<style>
span { border-color: #02010E; }
span { border-color: rgb(2,1,14); }
td.TdClassName
{
border-color: #02010E;
}
.TagClassName
{
border-color: #02010E;
}
</style>