Shades of Black Russian #070E28
Tints of Black Russian #070E28
RGB
CMYK
RGB Variations
Color information
#070E28 (or 0x070E28) is known color: Black Russian. HEX triplet: 07, 0E and 28. RGB value is (7,14,40). Sum of RGB (Red+Green+Blue) = 7+14+40=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #070E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E28 is #F8F1D7. Grayscale: #0E0E0E. Windows color (decimal): -16314840 or 2625031. OLE color: 2625031.
HSL color Cylindrical-coordinate representation of color #070E28: hue angle of 227.27º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #070E28 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 14 | 40 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.84 |
| HSL | 227.27º | 0.7% | 0.09% | - |
| HSV(B) | 227.27º | 0.83% | 0.16% | - |
| XYZ | 0.63 | 0.51 | 2.07 | - |
| YUV | 14.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 40 | 0.83 | 0.65 | 0 | 0.84 | 227.27 | 0.7 | 0.09 |
| Hex | 7 | E | 28 | 53 | 41 | 0 | 54 | E3 | 46 | 9 |
| Octal | 7 | 16 | 50 | 123 | 101 | 0 | 124 | 343 | 106 | 11 |
| Binary | 111 | 1110 | 101000 | 1010011 | 1000001 | 0 | 1010100 | 11100011 | 1000110 | 1001 |
Color Harmonies of #070E28
Complementary color
Monochromatic Colors of #070E28
Black with #070E28
Text Example
Text Example
White with #070E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E28; }
p { color: rgb(7,14,40); }
H1.HeaderClassName
{
color: #070E28;
}
.AnyTagClassName
{
color: #070E28;
}
</style>
background-color css
<style>
a { background-color: #070E28; }
a { background-color: rgb(7,14,40); }
div.DivClassName
{
background-color: #070E28;
}
.BgClassName
{
background-color: #070E28;
}
</style>
border-color css
<style>
span { border-color: #070E28; }
span { border-color: rgb(7,14,40); }
td.TdClassName
{
border-color: #070E28;
}
.TagClassName
{
border-color: #070E28;
}
</style>