Shades of Black #0B0605
Tints of Black #0B0605
RGB
CMYK
RGB Variations
Color information
#0B0605 (or 0x0B0605) is known color: Black. HEX triplet: 0B, 06 and 05. RGB value is (11,6,5). Sum of RGB (Red+Green+Blue) = 11+6+5=22 (2% of max value = 765). Red value is 11 (4.69% from 255 or 50% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 5 (2.34% from 255 or 22.73% from 22); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0605 is #F4F9FA. Grayscale: #070707. Windows color (decimal): -16054779 or 329227. OLE color: 329227.
HSL color Cylindrical-coordinate representation of color #0B0605: hue angle of 10º degrees, saturation: 0.38, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0B0605 is Cyan = 0, Magento = 0.45, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 6 | 5 | - |
| CMYK | 0 | 0.45 | 0.55 | 0.96 |
| HSL | 10º | 0.38% | 0.03% | - |
| HSV(B) | 10º | 0.55% | 0.04% | - |
| XYZ | 0.23 | 0.21 | 0.17 | - |
| YUV | 7.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 5 | 0 | 0.45 | 0.55 | 0.96 | 10 | 0.38 | 0.03 |
| Hex | B | 6 | 5 | 0 | 2D | 37 | 60 | A | 26 | 3 |
| Octal | 13 | 6 | 5 | 0 | 55 | 67 | 140 | 12 | 46 | 3 |
| Binary | 1011 | 110 | 101 | 0 | 101101 | 110111 | 1100000 | 1010 | 100110 | 11 |
Color Harmonies of #0B0605
Complementary color
Monochromatic Colors of #0B0605
Black with #0B0605
Text Example
Text Example
White with #0B0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0605; }
p { color: rgb(11,6,5); }
H1.HeaderClassName
{
color: #0B0605;
}
.AnyTagClassName
{
color: #0B0605;
}
</style>
background-color css
<style>
a { background-color: #0B0605; }
a { background-color: rgb(11,6,5); }
div.DivClassName
{
background-color: #0B0605;
}
.BgClassName
{
background-color: #0B0605;
}
</style>
border-color css
<style>
span { border-color: #0B0605; }
span { border-color: rgb(11,6,5); }
td.TdClassName
{
border-color: #0B0605;
}
.TagClassName
{
border-color: #0B0605;
}
</style>