Shades of Black #0B0602
Tints of Black #0B0602
RGB
CMYK
RGB Variations
Color information
#0B0602 (or 0x0B0602) is known color: Black. HEX triplet: 0B, 06 and 02. RGB value is (11,6,2). Sum of RGB (Red+Green+Blue) = 11+6+2=19 (2% of max value = 765). Red value is 11 (4.69% from 255 or 57.89% from 19); Green value is 6 (2.73% from 255 or 31.58% from 19); Blue value is 2 (1.17% from 255 or 10.53% from 19); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0602 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0602 is #F4F9FD. Grayscale: #070707. Windows color (decimal): -16054782 or 132619. OLE color: 132619.
HSL color Cylindrical-coordinate representation of color #0B0602: hue angle of 26.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0602 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 6 | 2 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.96 |
| HSL | 26.67º | 0.69% | 0.03% | - |
| HSV(B) | 26.67º | 0.82% | 0.04% | - |
| XYZ | 0.21 | 0.21 | 0.09 | - |
| YUV | 7.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 6 | 2 | 0 | 0.45 | 0.82 | 0.96 | 26.67 | 0.69 | 0.03 |
| Hex | B | 6 | 2 | 0 | 2D | 52 | 60 | 1B | 45 | 3 |
| Octal | 13 | 6 | 2 | 0 | 55 | 122 | 140 | 33 | 105 | 3 |
| Binary | 1011 | 110 | 10 | 0 | 101101 | 1010010 | 1100000 | 11011 | 1000101 | 11 |
Color Harmonies of #0B0602
Complementary color
Monochromatic Colors of #0B0602
Black with #0B0602
Text Example
Text Example
White with #0B0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0602; }
p { color: rgb(11,6,2); }
H1.HeaderClassName
{
color: #0B0602;
}
.AnyTagClassName
{
color: #0B0602;
}
</style>
background-color css
<style>
a { background-color: #0B0602; }
a { background-color: rgb(11,6,2); }
div.DivClassName
{
background-color: #0B0602;
}
.BgClassName
{
background-color: #0B0602;
}
</style>
border-color css
<style>
span { border-color: #0B0602; }
span { border-color: rgb(11,6,2); }
td.TdClassName
{
border-color: #0B0602;
}
.TagClassName
{
border-color: #0B0602;
}
</style>