Shades of Black Russian #07060B
Tints of Black Russian #07060B
RGB
CMYK
RGB Variations
Color information
#07060B (or 0x07060B) is known color: Black Russian. HEX triplet: 07, 06 and 0B. RGB value is (7,6,11). Sum of RGB (Red+Green+Blue) = 7+6+11=24 (3% of max value = 765). Red value is 7 (3.12% from 255 or 29.17% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 11 (4.69% from 255 or 45.83% from 24); Max value from RGB is 11 - color contains mainly: blue. Hex color #07060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07060B is #F8F9F4. Grayscale: #060606. Windows color (decimal): -16316917 or 722439. OLE color: 722439.
HSL color Cylindrical-coordinate representation of color #07060B: hue angle of 252º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #07060B is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 7 | 6 | 11 | - |
CMYK | 0.36 | 0.45 | 0 | 0.96 |
HSL | 252º | 0.29% | 0.03% | - |
HSV(B) | 252º | 0.45% | 0.04% | - |
XYZ | 0.21 | 0.2 | 0.34 | - |
YUV | 6.87 | 130.33 | 128.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 6 | 11 | 0.36 | 0.45 | 0 | 0.96 | 252 | 0.29 | 0.03 |
Hex | 7 | 6 | B | 24 | 2D | 0 | 60 | FC | 1D | 3 |
Octal | 7 | 6 | 13 | 44 | 55 | 0 | 140 | 374 | 35 | 3 |
Binary | 111 | 110 | 1011 | 100100 | 101101 | 0 | 1100000 | 11111100 | 11101 | 11 |
Color Harmonies of #07060B
Complementary color
Monochromatic Colors of #07060B
Black with #07060B
Text Example
Text Example
White with #07060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07060B; }
p { color: rgb(7,6,11); }
H1.HeaderClassName
{
color: #07060B;
}
.AnyTagClassName
{
color: #07060B;
}
</style>
background-color css
<style>
a { background-color: #07060B; }
a { background-color: rgb(7,6,11); }
div.DivClassName
{
background-color: #07060B;
}
.BgClassName
{
background-color: #07060B;
}
</style>
border-color css
<style>
span { border-color: #07060B; }
span { border-color: rgb(7,6,11); }
td.TdClassName
{
border-color: #07060B;
}
.TagClassName
{
border-color: #07060B;
}
</style>