Shades of Black Russian #070B17
Tints of Black Russian #070B17
RGB
CMYK
RGB Variations
Color information
#070B17 (or 0x070B17) is known color: Black Russian. HEX triplet: 07, 0B and 17. RGB value is (7,11,23). Sum of RGB (Red+Green+Blue) = 7+11+23=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #070B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070B17 is #F8F4E8. Grayscale: #0B0B0B. Windows color (decimal): -16315625 or 1510151. OLE color: 1510151.
HSL color Cylindrical-coordinate representation of color #070B17: hue angle of 225º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #070B17 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 11 | 23 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.91 |
| HSL | 225º | 0.53% | 0.06% | - |
| HSV(B) | 225º | 0.7% | 0.09% | - |
| XYZ | 0.36 | 0.35 | 0.86 | - |
| YUV | 11.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 11 | 23 | 0.70 | 0.52 | 0 | 0.91 | 225 | 0.53 | 0.06 |
| Hex | 7 | B | 17 | 46 | 34 | 0 | 5B | E1 | 35 | 6 |
| Octal | 7 | 13 | 27 | 106 | 64 | 0 | 133 | 341 | 65 | 6 |
| Binary | 111 | 1011 | 10111 | 1000110 | 110100 | 0 | 1011011 | 11100001 | 110101 | 110 |
Color Harmonies of #070B17
Complementary color
Monochromatic Colors of #070B17
Black with #070B17
Text Example
Text Example
White with #070B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070B17; }
p { color: rgb(7,11,23); }
H1.HeaderClassName
{
color: #070B17;
}
.AnyTagClassName
{
color: #070B17;
}
</style>
background-color css
<style>
a { background-color: #070B17; }
a { background-color: rgb(7,11,23); }
div.DivClassName
{
background-color: #070B17;
}
.BgClassName
{
background-color: #070B17;
}
</style>
border-color css
<style>
span { border-color: #070B17; }
span { border-color: rgb(7,11,23); }
td.TdClassName
{
border-color: #070B17;
}
.TagClassName
{
border-color: #070B17;
}
</style>