Shades of Black #0B0505
Tints of Black #0B0505
RGB
CMYK
RGB Variations
Color information
#0B0505 (or 0x0B0505) is known color: Black. HEX triplet: 0B, 05 and 05. RGB value is (11,5,5). Sum of RGB (Red+Green+Blue) = 11+5+5=21 (2% of max value = 765). Red value is 11 (4.69% from 255 or 52.38% from 21); Green value is 5 (2.34% from 255 or 23.81% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0505 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0505 is #F4FAFA. Grayscale: #060606. Windows color (decimal): -16055035 or 328971. OLE color: 328971.
HSL color Cylindrical-coordinate representation of color #0B0505: hue angle of 0º 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 #0B0505 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 5 | 5 | - |
CMYK | 0 | 0.55 | 0.55 | 0.96 |
HSL | 0º | 0.38% | 0.03% | - |
HSV(B) | 0º | 0.55% | 0.04% | - |
XYZ | 0.22 | 0.19 | 0.17 | - |
YUV | 6.79 | 126.99 | 131 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 5 | 5 | 0 | 0.55 | 0.55 | 0.96 | 0 | 0.38 | 0.03 |
Hex | B | 5 | 5 | 0 | 37 | 37 | 60 | 0 | 26 | 3 |
Octal | 13 | 5 | 5 | 0 | 67 | 67 | 140 | 0 | 46 | 3 |
Binary | 1011 | 101 | 101 | 0 | 110111 | 110111 | 1100000 | 0 | 100110 | 11 |
Color Harmonies of #0B0505
Complementary color
Monochromatic Colors of #0B0505
Black with #0B0505
Text Example
Text Example
White with #0B0505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0505; }
p { color: rgb(11,5,5); }
H1.HeaderClassName
{
color: #0B0505;
}
.AnyTagClassName
{
color: #0B0505;
}
</style>
background-color css
<style>
a { background-color: #0B0505; }
a { background-color: rgb(11,5,5); }
div.DivClassName
{
background-color: #0B0505;
}
.BgClassName
{
background-color: #0B0505;
}
</style>
border-color css
<style>
span { border-color: #0B0505; }
span { border-color: rgb(11,5,5); }
td.TdClassName
{
border-color: #0B0505;
}
.TagClassName
{
border-color: #0B0505;
}
</style>