Shades of Black #0B0603
Tints of Black #0B0603
RGB
CMYK
RGB Variations
Color information
#0B0603 (or 0x0B0603) is known color: Black. HEX triplet: 0B, 06 and 03. RGB value is (11,6,3). Sum of RGB (Red+Green+Blue) = 11+6+3=20 (2% of max value = 765). Red value is 11 (4.69% from 255 or 55% from 20); Green value is 6 (2.73% from 255 or 30% from 20); Blue value is 3 (1.56% from 255 or 15% from 20); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0603 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0603 is #F4F9FC. Grayscale: #070707. Windows color (decimal): -16054781 or 198155. OLE color: 198155.
HSL color Cylindrical-coordinate representation of color #0B0603: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B0603 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 6 | 3 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.96 |
| HSL | 22.5º | 0.57% | 0.03% | - |
| HSV(B) | 22.5º | 0.73% | 0.04% | - |
| XYZ | 0.22 | 0.21 | 0.11 | - |
| YUV | 7.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 3 | 0 | 0.45 | 0.73 | 0.96 | 22.5 | 0.57 | 0.03 |
| Hex | B | 6 | 3 | 0 | 2D | 49 | 60 | 16 | 39 | 3 |
| Octal | 13 | 6 | 3 | 0 | 55 | 111 | 140 | 26 | 71 | 3 |
| Binary | 1011 | 110 | 11 | 0 | 101101 | 1001001 | 1100000 | 10110 | 111001 | 11 |
Color Harmonies of #0B0603
Complementary color
Monochromatic Colors of #0B0603
Black with #0B0603
Text Example
Text Example
White with #0B0603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0603; }
p { color: rgb(11,6,3); }
H1.HeaderClassName
{
color: #0B0603;
}
.AnyTagClassName
{
color: #0B0603;
}
</style>
background-color css
<style>
a { background-color: #0B0603; }
a { background-color: rgb(11,6,3); }
div.DivClassName
{
background-color: #0B0603;
}
.BgClassName
{
background-color: #0B0603;
}
</style>
border-color css
<style>
span { border-color: #0B0603; }
span { border-color: rgb(11,6,3); }
td.TdClassName
{
border-color: #0B0603;
}
.TagClassName
{
border-color: #0B0603;
}
</style>