Shades of Black Russian #070E26
Tints of Black Russian #070E26
RGB
CMYK
RGB Variations
Color information
#070E26 (or 0x070E26) is known color: Black Russian. HEX triplet: 07, 0E and 26. RGB value is (7,14,38). Sum of RGB (Red+Green+Blue) = 7+14+38=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #070E26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E26 is #F8F1D9. Grayscale: #0E0E0E. Windows color (decimal): -16314842 or 2493959. OLE color: 2493959.
HSL color Cylindrical-coordinate representation of color #070E26: hue angle of 226.45º degrees, saturation: 0.69, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070E26 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 7 | 14 | 38 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.85 |
| HSL | 226.45º | 0.69% | 0.09% | - |
| HSV(B) | 226.45º | 0.82% | 0.15% | - |
| XYZ | 0.59 | 0.5 | 1.9 | - |
| YUV | 14.64 | 141.18 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 38 | 0.82 | 0.63 | 0 | 0.85 | 226.45 | 0.69 | 0.09 |
| Hex | 7 | E | 26 | 52 | 3F | 0 | 55 | E2 | 45 | 9 |
| Octal | 7 | 16 | 46 | 122 | 77 | 0 | 125 | 342 | 105 | 11 |
| Binary | 111 | 1110 | 100110 | 1010010 | 111111 | 0 | 1010101 | 11100010 | 1000101 | 1001 |
Color Harmonies of #070E26
Complementary color
Monochromatic Colors of #070E26
Black with #070E26
Text Example
Text Example
White with #070E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E26; }
p { color: rgb(7,14,38); }
H1.HeaderClassName
{
color: #070E26;
}
.AnyTagClassName
{
color: #070E26;
}
</style>
background-color css
<style>
a { background-color: #070E26; }
a { background-color: rgb(7,14,38); }
div.DivClassName
{
background-color: #070E26;
}
.BgClassName
{
background-color: #070E26;
}
</style>
border-color css
<style>
span { border-color: #070E26; }
span { border-color: rgb(7,14,38); }
td.TdClassName
{
border-color: #070E26;
}
.TagClassName
{
border-color: #070E26;
}
</style>