Shades of Black Russian #070616
Tints of Black Russian #070616
RGB
CMYK
RGB Variations
Color information
#070616 (or 0x070616) is known color: Black Russian. HEX triplet: 07, 06 and 16. RGB value is (7,6,22). Sum of RGB (Red+Green+Blue) = 7+6+22=35 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #070616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070616 is #F8F9E9. Grayscale: #080808. Windows color (decimal): -16316906 or 1443335. OLE color: 1443335.
HSL color Cylindrical-coordinate representation of color #070616: hue angle of 243.75º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #070616 is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 6 | 22 | - |
| CMYK | 0.68 | 0.73 | 0 | 0.91 |
| HSL | 243.75º | 0.57% | 0.05% | - |
| HSV(B) | 243.75º | 0.73% | 0.09% | - |
| XYZ | 0.3 | 0.23 | 0.79 | - |
| YUV | 8.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 22 | 0.68 | 0.73 | 0 | 0.91 | 243.75 | 0.57 | 0.05 |
| Hex | 7 | 6 | 16 | 44 | 49 | 0 | 5B | F4 | 39 | 5 |
| Octal | 7 | 6 | 26 | 104 | 111 | 0 | 133 | 364 | 71 | 5 |
| Binary | 111 | 110 | 10110 | 1000100 | 1001001 | 0 | 1011011 | 11110100 | 111001 | 101 |
Color Harmonies of #070616
Complementary color
Monochromatic Colors of #070616
Black with #070616
Text Example
Text Example
White with #070616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070616; }
p { color: rgb(7,6,22); }
H1.HeaderClassName
{
color: #070616;
}
.AnyTagClassName
{
color: #070616;
}
</style>
background-color css
<style>
a { background-color: #070616; }
a { background-color: rgb(7,6,22); }
div.DivClassName
{
background-color: #070616;
}
.BgClassName
{
background-color: #070616;
}
</style>
border-color css
<style>
span { border-color: #070616; }
span { border-color: rgb(7,6,22); }
td.TdClassName
{
border-color: #070616;
}
.TagClassName
{
border-color: #070616;
}
</style>