Shades of Black Russian #070E23
Tints of Black Russian #070E23
RGB
CMYK
RGB Variations
Color information
#070E23 (or 0x070E23) is known color: Black Russian. HEX triplet: 07, 0E and 23. RGB value is (7,14,35). Sum of RGB (Red+Green+Blue) = 7+14+35=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 14 (5.86% from 255 or 25% from 56); Blue value is 35 (14.06% from 255 or 62.5% from 56); Max value from RGB is 35 - color contains mainly: blue. Hex color #070E23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070E23 is #F8F1DC. Grayscale: #0E0E0E. Windows color (decimal): -16314845 or 2297351. OLE color: 2297351.
HSL color Cylindrical-coordinate representation of color #070E23: hue angle of 225º degrees, saturation: 0.67, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #070E23 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 7 | 14 | 35 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.86 |
| HSL | 225º | 0.67% | 0.08% | - |
| HSV(B) | 225º | 0.8% | 0.14% | - |
| XYZ | 0.55 | 0.48 | 1.65 | - |
| YUV | 14.3 | 139.68 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 14 | 35 | 0.80 | 0.60 | 0 | 0.86 | 225 | 0.67 | 0.08 |
| Hex | 7 | E | 23 | 50 | 3C | 0 | 56 | E1 | 43 | 8 |
| Octal | 7 | 16 | 43 | 120 | 74 | 0 | 126 | 341 | 103 | 10 |
| Binary | 111 | 1110 | 100011 | 1010000 | 111100 | 0 | 1010110 | 11100001 | 1000011 | 1000 |
Color Harmonies of #070E23
Complementary color
Monochromatic Colors of #070E23
Black with #070E23
Text Example
Text Example
White with #070E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070E23; }
p { color: rgb(7,14,35); }
H1.HeaderClassName
{
color: #070E23;
}
.AnyTagClassName
{
color: #070E23;
}
</style>
background-color css
<style>
a { background-color: #070E23; }
a { background-color: rgb(7,14,35); }
div.DivClassName
{
background-color: #070E23;
}
.BgClassName
{
background-color: #070E23;
}
</style>
border-color css
<style>
span { border-color: #070E23; }
span { border-color: rgb(7,14,35); }
td.TdClassName
{
border-color: #070E23;
}
.TagClassName
{
border-color: #070E23;
}
</style>