Shades of Black Russian #070610
Tints of Black Russian #070610
RGB
CMYK
RGB Variations
Color information
#070610 (or 0x070610) is known color: Black Russian. HEX triplet: 07, 06 and 10. RGB value is (7,6,16). Sum of RGB (Red+Green+Blue) = 7+6+16=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 16 (6.64% from 255 or 55.17% from 29); Max value from RGB is 16 - color contains mainly: blue. Hex color #070610 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070610 is #F8F9EF. Grayscale: #070707. Windows color (decimal): -16316912 or 1050119. OLE color: 1050119.
HSL color Cylindrical-coordinate representation of color #070610: hue angle of 246º degrees, saturation: 0.45, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #070610 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 7 | 6 | 16 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.94 |
| HSL | 246º | 0.45% | 0.04% | - |
| HSV(B) | 246º | 0.63% | 0.06% | - |
| XYZ | 0.25 | 0.21 | 0.52 | - |
| YUV | 7.44 | 132.83 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 6 | 16 | 0.56 | 0.62 | 0 | 0.94 | 246 | 0.45 | 0.04 |
| Hex | 7 | 6 | 10 | 38 | 3E | 0 | 5E | F6 | 2D | 4 |
| Octal | 7 | 6 | 20 | 70 | 76 | 0 | 136 | 366 | 55 | 4 |
| Binary | 111 | 110 | 10000 | 111000 | 111110 | 0 | 1011110 | 11110110 | 101101 | 100 |
Color Harmonies of #070610
Complementary color
Monochromatic Colors of #070610
Black with #070610
Text Example
Text Example
White with #070610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070610; }
p { color: rgb(7,6,16); }
H1.HeaderClassName
{
color: #070610;
}
.AnyTagClassName
{
color: #070610;
}
</style>
background-color css
<style>
a { background-color: #070610; }
a { background-color: rgb(7,6,16); }
div.DivClassName
{
background-color: #070610;
}
.BgClassName
{
background-color: #070610;
}
</style>
border-color css
<style>
span { border-color: #070610; }
span { border-color: rgb(7,6,16); }
td.TdClassName
{
border-color: #070610;
}
.TagClassName
{
border-color: #070610;
}
</style>