Shades of Black Russian #070816
Tints of Black Russian #070816
RGB
CMYK
RGB Variations
Color information
#070816 (or 0x070816) is known color: Black Russian. HEX triplet: 07, 08 and 16. RGB value is (7,8,22). Sum of RGB (Red+Green+Blue) = 7+8+22=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 8 (3.52% from 255 or 21.62% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #070816 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070816 is #F8F7E9. Grayscale: #090909. Windows color (decimal): -16316394 or 1443847. OLE color: 1443847.
HSL color Cylindrical-coordinate representation of color #070816: hue angle of 236º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #070816 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 8 | 22 | - |
| CMYK | 0.68 | 0.64 | 0 | 0.91 |
| HSL | 236º | 0.52% | 0.06% | - |
| HSV(B) | 236º | 0.68% | 0.09% | - |
| XYZ | 0.32 | 0.28 | 0.8 | - |
| YUV | 9.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 22 | 0.68 | 0.64 | 0 | 0.91 | 236 | 0.52 | 0.06 |
| Hex | 7 | 8 | 16 | 44 | 40 | 0 | 5B | EC | 34 | 6 |
| Octal | 7 | 10 | 26 | 104 | 100 | 0 | 133 | 354 | 64 | 6 |
| Binary | 111 | 1000 | 10110 | 1000100 | 1000000 | 0 | 1011011 | 11101100 | 110100 | 110 |
Color Harmonies of #070816
Complementary color
Monochromatic Colors of #070816
Black with #070816
Text Example
Text Example
White with #070816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070816; }
p { color: rgb(7,8,22); }
H1.HeaderClassName
{
color: #070816;
}
.AnyTagClassName
{
color: #070816;
}
</style>
background-color css
<style>
a { background-color: #070816; }
a { background-color: rgb(7,8,22); }
div.DivClassName
{
background-color: #070816;
}
.BgClassName
{
background-color: #070816;
}
</style>
border-color css
<style>
span { border-color: #070816; }
span { border-color: rgb(7,8,22); }
td.TdClassName
{
border-color: #070816;
}
.TagClassName
{
border-color: #070816;
}
</style>