Shades of Black Russian #070E2E
Tints of Black Russian #070E2E
RGB
CMYK
RGB Variations
Color information
#070E2E (or 0x070E2E) is known color: Black Russian. HEX triplet: 07, 0E and 2E. RGB value is (7,14,46). Sum of RGB (Red+Green+Blue) = 7+14+46=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 14 (5.86% from 255 or 20.90% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #070E2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E2E is #F8F1D1. Grayscale: #0F0F0F. Windows color (decimal): -16314834 or 3018247. OLE color: 3018247.
HSL color Cylindrical-coordinate representation of color #070E2E: hue angle of 229.23º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #070E2E is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 14 | 46 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.82 |
| HSL | 229.23º | 0.74% | 0.1% | - |
| HSV(B) | 229.23º | 0.85% | 0.18% | - |
| XYZ | 0.74 | 0.56 | 2.65 | - |
| YUV | 15.56 | 145.18 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 46 | 0.85 | 0.70 | 0 | 0.82 | 229.23 | 0.74 | 0.1 |
| Hex | 7 | E | 2E | 55 | 46 | 0 | 52 | E5 | 4A | A |
| Octal | 7 | 16 | 56 | 125 | 106 | 0 | 122 | 345 | 112 | 12 |
| Binary | 111 | 1110 | 101110 | 1010101 | 1000110 | 0 | 1010010 | 11100101 | 1001010 | 1010 |
Color Harmonies of #070E2E
Complementary color
Monochromatic Colors of #070E2E
Black with #070E2E
Text Example
Text Example
White with #070E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E2E; }
p { color: rgb(7,14,46); }
H1.HeaderClassName
{
color: #070E2E;
}
.AnyTagClassName
{
color: #070E2E;
}
</style>
background-color css
<style>
a { background-color: #070E2E; }
a { background-color: rgb(7,14,46); }
div.DivClassName
{
background-color: #070E2E;
}
.BgClassName
{
background-color: #070E2E;
}
</style>
border-color css
<style>
span { border-color: #070E2E; }
span { border-color: rgb(7,14,46); }
td.TdClassName
{
border-color: #070E2E;
}
.TagClassName
{
border-color: #070E2E;
}
</style>