Shades of Black Russian #070E1E
Tints of Black Russian #070E1E
RGB
CMYK
RGB Variations
Color information
#070E1E (or 0x070E1E) is known color: Black Russian. HEX triplet: 07, 0E and 1E. RGB value is (7,14,30). Sum of RGB (Red+Green+Blue) = 7+14+30=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #070E1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E1E is #F8F1E1. Grayscale: #0D0D0D. Windows color (decimal): -16314850 or 1969671. OLE color: 1969671.
HSL color Cylindrical-coordinate representation of color #070E1E: hue angle of 221.74º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070E1E is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 14 | 30 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.88 |
| HSL | 221.74º | 0.62% | 0.07% | - |
| HSV(B) | 221.74º | 0.77% | 0.12% | - |
| XYZ | 0.48 | 0.45 | 1.29 | - |
| YUV | 13.73 | 137.18 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 30 | 0.77 | 0.53 | 0 | 0.88 | 221.74 | 0.62 | 0.07 |
| Hex | 7 | E | 1E | 4D | 35 | 0 | 58 | DE | 3E | 7 |
| Octal | 7 | 16 | 36 | 115 | 65 | 0 | 130 | 336 | 76 | 7 |
| Binary | 111 | 1110 | 11110 | 1001101 | 110101 | 0 | 1011000 | 11011110 | 111110 | 111 |
Color Harmonies of #070E1E
Complementary color
Monochromatic Colors of #070E1E
Black with #070E1E
Text Example
Text Example
White with #070E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E1E; }
p { color: rgb(7,14,30); }
H1.HeaderClassName
{
color: #070E1E;
}
.AnyTagClassName
{
color: #070E1E;
}
</style>
background-color css
<style>
a { background-color: #070E1E; }
a { background-color: rgb(7,14,30); }
div.DivClassName
{
background-color: #070E1E;
}
.BgClassName
{
background-color: #070E1E;
}
</style>
border-color css
<style>
span { border-color: #070E1E; }
span { border-color: rgb(7,14,30); }
td.TdClassName
{
border-color: #070E1E;
}
.TagClassName
{
border-color: #070E1E;
}
</style>