Shades of Black Russian #070E1B
Tints of Black Russian #070E1B
RGB
CMYK
RGB Variations
Color information
#070E1B (or 0x070E1B) is known color: Black Russian. HEX triplet: 07, 0E and 1B. RGB value is (7,14,27). Sum of RGB (Red+Green+Blue) = 7+14+27=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #070E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E1B is #F8F1E4. Grayscale: #0D0D0D. Windows color (decimal): -16314853 or 1773063. OLE color: 1773063.
HSL color Cylindrical-coordinate representation of color #070E1B: hue angle of 219º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #070E1B is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 14 | 27 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.89 |
| HSL | 219º | 0.59% | 0.07% | - |
| HSV(B) | 219º | 0.74% | 0.11% | - |
| XYZ | 0.44 | 0.44 | 1.1 | - |
| YUV | 13.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 27 | 0.74 | 0.48 | 0 | 0.89 | 219 | 0.59 | 0.07 |
| Hex | 7 | E | 1B | 4A | 30 | 0 | 59 | DB | 3B | 7 |
| Octal | 7 | 16 | 33 | 112 | 60 | 0 | 131 | 333 | 73 | 7 |
| Binary | 111 | 1110 | 11011 | 1001010 | 110000 | 0 | 1011001 | 11011011 | 111011 | 111 |
Color Harmonies of #070E1B
Complementary color
Monochromatic Colors of #070E1B
Black with #070E1B
Text Example
Text Example
White with #070E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E1B; }
p { color: rgb(7,14,27); }
H1.HeaderClassName
{
color: #070E1B;
}
.AnyTagClassName
{
color: #070E1B;
}
</style>
background-color css
<style>
a { background-color: #070E1B; }
a { background-color: rgb(7,14,27); }
div.DivClassName
{
background-color: #070E1B;
}
.BgClassName
{
background-color: #070E1B;
}
</style>
border-color css
<style>
span { border-color: #070E1B; }
span { border-color: rgb(7,14,27); }
td.TdClassName
{
border-color: #070E1B;
}
.TagClassName
{
border-color: #070E1B;
}
</style>