Shades of Black Russian #06060B
Tints of Black Russian #06060B
RGB
CMYK
RGB Variations
Color information
#06060B (or 0x06060B) is known color: Black Russian. HEX triplet: 06, 06 and 0B. RGB value is (6,6,11). Sum of RGB (Red+Green+Blue) = 6+6+11=23 (3% of max value = 765). Red value is 6 (2.73% from 255 or 26.09% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #06060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06060B is #F9F9F4. Grayscale: #060606. Windows color (decimal): -16382453 or 722438. OLE color: 722438.
HSL color Cylindrical-coordinate representation of color #06060B: hue angle of 240º 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 #06060B is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 6 | 6 | 11 | - |
CMYK | 0.45 | 0.45 | 0 | 0.96 |
HSL | 240º | 0.29% | 0.03% | - |
HSV(B) | 240º | 0.45% | 0.04% | - |
XYZ | 0.2 | 0.19 | 0.34 | - |
YUV | 6.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 6 | 6 | 11 | 0.45 | 0.45 | 0 | 0.96 | 240 | 0.29 | 0.03 |
Hex | 6 | 6 | B | 2D | 2D | 0 | 60 | F0 | 1D | 3 |
Octal | 6 | 6 | 13 | 55 | 55 | 0 | 140 | 360 | 35 | 3 |
Binary | 110 | 110 | 1011 | 101101 | 101101 | 0 | 1100000 | 11110000 | 11101 | 11 |
Color Harmonies of #06060B
Complementary color
Monochromatic Colors of #06060B
Black with #06060B
Text Example
Text Example
White with #06060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06060B; }
p { color: rgb(6,6,11); }
H1.HeaderClassName
{
color: #06060B;
}
.AnyTagClassName
{
color: #06060B;
}
</style>
background-color css
<style>
a { background-color: #06060B; }
a { background-color: rgb(6,6,11); }
div.DivClassName
{
background-color: #06060B;
}
.BgClassName
{
background-color: #06060B;
}
</style>
border-color css
<style>
span { border-color: #06060B; }
span { border-color: rgb(6,6,11); }
td.TdClassName
{
border-color: #06060B;
}
.TagClassName
{
border-color: #06060B;
}
</style>