Shades of Black Russian #070516
Tints of Black Russian #070516
RGB
CMYK
RGB Variations
Color information
#070516 (or 0x070516) is known color: Black Russian. HEX triplet: 07, 05 and 16. RGB value is (7,5,22). Sum of RGB (Red+Green+Blue) = 7+5+22=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #070516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070516 is #F8FAE9. Grayscale: #070707. Windows color (decimal): -16317162 or 1443079. OLE color: 1443079.
HSL color Cylindrical-coordinate representation of color #070516: hue angle of 247.06º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070516 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 5 | 22 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.91 |
| HSL | 247.06º | 0.63% | 0.05% | - |
| HSV(B) | 247.06º | 0.77% | 0.09% | - |
| XYZ | 0.29 | 0.21 | 0.78 | - |
| YUV | 7.54 | 136.16 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 22 | 0.68 | 0.77 | 0 | 0.91 | 247.06 | 0.63 | 0.05 |
| Hex | 7 | 5 | 16 | 44 | 4D | 0 | 5B | F7 | 3F | 5 |
| Octal | 7 | 5 | 26 | 104 | 115 | 0 | 133 | 367 | 77 | 5 |
| Binary | 111 | 101 | 10110 | 1000100 | 1001101 | 0 | 1011011 | 11110111 | 111111 | 101 |
Color Harmonies of #070516
Complementary color
Monochromatic Colors of #070516
Black with #070516
Text Example
Text Example
White with #070516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070516; }
p { color: rgb(7,5,22); }
H1.HeaderClassName
{
color: #070516;
}
.AnyTagClassName
{
color: #070516;
}
</style>
background-color css
<style>
a { background-color: #070516; }
a { background-color: rgb(7,5,22); }
div.DivClassName
{
background-color: #070516;
}
.BgClassName
{
background-color: #070516;
}
</style>
border-color css
<style>
span { border-color: #070516; }
span { border-color: rgb(7,5,22); }
td.TdClassName
{
border-color: #070516;
}
.TagClassName
{
border-color: #070516;
}
</style>