Shades of Black #0B0402
Tints of Black #0B0402
RGB
CMYK
RGB Variations
Color information
#0B0402 (or 0x0B0402) is known color: Black. HEX triplet: 0B, 04 and 02. RGB value is (11,4,2). Sum of RGB (Red+Green+Blue) = 11+4+2=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 4 (1.95% from 255 or 23.53% from 17); Blue value is 2 (1.17% from 255 or 11.76% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0402 is #F4FBFD. Grayscale: #050505. Windows color (decimal): -16055294 or 132107. OLE color: 132107.
HSL color Cylindrical-coordinate representation of color #0B0402: hue angle of 13.33º 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 #0B0402 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 4 | 2 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.96 |
| HSL | 13.33º | 0.69% | 0.03% | - |
| HSV(B) | 13.33º | 0.82% | 0.04% | - |
| XYZ | 0.19 | 0.16 | 0.08 | - |
| YUV | 5.87 | 125.82 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 4 | 2 | 0 | 0.64 | 0.82 | 0.96 | 13.33 | 0.69 | 0.03 |
| Hex | B | 4 | 2 | 0 | 40 | 52 | 60 | D | 45 | 3 |
| Octal | 13 | 4 | 2 | 0 | 100 | 122 | 140 | 15 | 105 | 3 |
| Binary | 1011 | 100 | 10 | 0 | 1000000 | 1010010 | 1100000 | 1101 | 1000101 | 11 |
Color Harmonies of #0B0402
Complementary color
Monochromatic Colors of #0B0402
Black with #0B0402
Text Example
Text Example
White with #0B0402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0402; }
p { color: rgb(11,4,2); }
H1.HeaderClassName
{
color: #0B0402;
}
.AnyTagClassName
{
color: #0B0402;
}
</style>
background-color css
<style>
a { background-color: #0B0402; }
a { background-color: rgb(11,4,2); }
div.DivClassName
{
background-color: #0B0402;
}
.BgClassName
{
background-color: #0B0402;
}
</style>
border-color css
<style>
span { border-color: #0B0402; }
span { border-color: rgb(11,4,2); }
td.TdClassName
{
border-color: #0B0402;
}
.TagClassName
{
border-color: #0B0402;
}
</style>