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