Shades of Black Russian #02071E
Tints of Black Russian #02071E
RGB
CMYK
RGB Variations
Color information
#02071E (or 0x02071E) is known color: Black Russian. HEX triplet: 02, 07 and 1E. RGB value is (2,7,30). Sum of RGB (Red+Green+Blue) = 2+7+30=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 30 (12.11% from 255 or 76.92% from 39); Max value from RGB is 30 - color contains mainly: blue. Hex color #02071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02071E is #FDF8E1. Grayscale: #080808. Windows color (decimal): -16644322 or 1967874. OLE color: 1967874.
HSL color Cylindrical-coordinate representation of color #02071E: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02071E is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 2 | 7 | 30 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.88 |
| HSL | 229.29º | 0.88% | 0.06% | - |
| HSV(B) | 229.29º | 0.93% | 0.12% | - |
| XYZ | 0.34 | 0.26 | 1.26 | - |
| YUV | 8.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 7 | 30 | 0.93 | 0.77 | 0 | 0.88 | 229.29 | 0.88 | 0.06 |
| Hex | 2 | 7 | 1E | 5D | 4D | 0 | 58 | E5 | 58 | 6 |
| Octal | 2 | 7 | 36 | 135 | 115 | 0 | 130 | 345 | 130 | 6 |
| Binary | 10 | 111 | 11110 | 1011101 | 1001101 | 0 | 1011000 | 11100101 | 1011000 | 110 |
Color Harmonies of #02071E
Complementary color
Monochromatic Colors of #02071E
Black with #02071E
Text Example
Text Example
White with #02071E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02071E; }
p { color: rgb(2,7,30); }
H1.HeaderClassName
{
color: #02071E;
}
.AnyTagClassName
{
color: #02071E;
}
</style>
background-color css
<style>
a { background-color: #02071E; }
a { background-color: rgb(2,7,30); }
div.DivClassName
{
background-color: #02071E;
}
.BgClassName
{
background-color: #02071E;
}
</style>
border-color css
<style>
span { border-color: #02071E; }
span { border-color: rgb(2,7,30); }
td.TdClassName
{
border-color: #02071E;
}
.TagClassName
{
border-color: #02071E;
}
</style>