Shades of Black Russian #070E1F
Tints of Black Russian #070E1F
RGB
CMYK
RGB Variations
Color information
#070E1F (or 0x070E1F) is known color: Black Russian. HEX triplet: 07, 0E and 1F. RGB value is (7,14,31). Sum of RGB (Red+Green+Blue) = 7+14+31=52 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.46% from 52); Green value is 14 (5.86% from 255 or 26.92% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #070E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E1F is #F8F1E0. Grayscale: #0D0D0D. Windows color (decimal): -16314849 or 2035207. OLE color: 2035207.
HSL color Cylindrical-coordinate representation of color #070E1F: hue angle of 222.5º degrees, saturation: 0.63, 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 #070E1F is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 7 | 14 | 31 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.88 |
| HSL | 222.5º | 0.63% | 0.07% | - |
| HSV(B) | 222.5º | 0.77% | 0.12% | - |
| XYZ | 0.49 | 0.46 | 1.36 | - |
| YUV | 13.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 31 | 0.77 | 0.55 | 0 | 0.88 | 222.5 | 0.63 | 0.07 |
| Hex | 7 | E | 1F | 4D | 37 | 0 | 58 | DE | 3F | 7 |
| Octal | 7 | 16 | 37 | 115 | 67 | 0 | 130 | 336 | 77 | 7 |
| Binary | 111 | 1110 | 11111 | 1001101 | 110111 | 0 | 1011000 | 11011110 | 111111 | 111 |
Color Harmonies of #070E1F
Complementary color
Monochromatic Colors of #070E1F
Black with #070E1F
Text Example
Text Example
White with #070E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E1F; }
p { color: rgb(7,14,31); }
H1.HeaderClassName
{
color: #070E1F;
}
.AnyTagClassName
{
color: #070E1F;
}
</style>
background-color css
<style>
a { background-color: #070E1F; }
a { background-color: rgb(7,14,31); }
div.DivClassName
{
background-color: #070E1F;
}
.BgClassName
{
background-color: #070E1F;
}
</style>
border-color css
<style>
span { border-color: #070E1F; }
span { border-color: rgb(7,14,31); }
td.TdClassName
{
border-color: #070E1F;
}
.TagClassName
{
border-color: #070E1F;
}
</style>