Shades of Black #0B0501
Tints of Black #0B0501
RGB
CMYK
RGB Variations
Color information
#0B0501 (or 0x0B0501) is known color: Black. HEX triplet: 0B, 05 and 01. RGB value is (11,5,1). Sum of RGB (Red+Green+Blue) = 11+5+1=17 (2% of max value = 765). Red value is 11 (4.69% from 255 or 64.71% from 17); Green value is 5 (2.34% from 255 or 29.41% from 17); Blue value is 1 (0.78% from 255 or 5.88% from 17); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0501 is #F4FAFE. Grayscale: #060606. Windows color (decimal): -16055039 or 66827. OLE color: 66827.
HSL color Cylindrical-coordinate representation of color #0B0501: hue angle of 24º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0501 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 5 | 1 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.96 |
| HSL | 24º | 0.83% | 0.02% | - |
| HSV(B) | 24º | 0.91% | 0.04% | - |
| XYZ | 0.2 | 0.18 | 0.05 | - |
| YUV | 6.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 1 | 0 | 0.55 | 0.91 | 0.96 | 24 | 0.83 | 0.02 |
| Hex | B | 5 | 1 | 0 | 37 | 5B | 60 | 18 | 53 | 2 |
| Octal | 13 | 5 | 1 | 0 | 67 | 133 | 140 | 30 | 123 | 2 |
| Binary | 1011 | 101 | 1 | 0 | 110111 | 1011011 | 1100000 | 11000 | 1010011 | 10 |
Color Harmonies of #0B0501
Complementary color
Monochromatic Colors of #0B0501
Black with #0B0501
Text Example
Text Example
White with #0B0501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0501; }
p { color: rgb(11,5,1); }
H1.HeaderClassName
{
color: #0B0501;
}
.AnyTagClassName
{
color: #0B0501;
}
</style>
background-color css
<style>
a { background-color: #0B0501; }
a { background-color: rgb(11,5,1); }
div.DivClassName
{
background-color: #0B0501;
}
.BgClassName
{
background-color: #0B0501;
}
</style>
border-color css
<style>
span { border-color: #0B0501; }
span { border-color: rgb(11,5,1); }
td.TdClassName
{
border-color: #0B0501;
}
.TagClassName
{
border-color: #0B0501;
}
</style>