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