Shades of Black #0B0101
Tints of Black #0B0101
RGB
CMYK
RGB Variations
Color information
#0B0101 (or 0x0B0101) is known color: Black. HEX triplet: 0B, 01 and 01. RGB value is (11,1,1). Sum of RGB (Red+Green+Blue) = 11+1+1=13 (1% of max value = 765). Red value is 11 (4.69% from 255 or 84.62% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0101 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0101 is #F4FEFE. Grayscale: #030303. Windows color (decimal): -16056063 or 65803. OLE color: 65803.
HSL color Cylindrical-coordinate representation of color #0B0101: hue angle of 0º 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 #0B0101 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 1 | 1 | - |
CMYK | 0 | 0.91 | 0.91 | 0.96 |
HSL | 0º | 0.83% | 0.02% | - |
HSV(B) | 0º | 0.91% | 0.04% | - |
XYZ | 0.15 | 0.1 | 0.04 | - |
YUV | 3.99 | 126.31 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 1 | 1 | 0 | 0.91 | 0.91 | 0.96 | 0 | 0.83 | 0.02 |
Hex | B | 1 | 1 | 0 | 5B | 5B | 60 | 0 | 53 | 2 |
Octal | 13 | 1 | 1 | 0 | 133 | 133 | 140 | 0 | 123 | 2 |
Binary | 1011 | 1 | 1 | 0 | 1011011 | 1011011 | 1100000 | 0 | 1010011 | 10 |
Color Harmonies of #0B0101
Complementary color
Monochromatic Colors of #0B0101
Black with #0B0101
Text Example
Text Example
White with #0B0101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0101; }
p { color: rgb(11,1,1); }
H1.HeaderClassName
{
color: #0B0101;
}
.AnyTagClassName
{
color: #0B0101;
}
</style>
background-color css
<style>
a { background-color: #0B0101; }
a { background-color: rgb(11,1,1); }
div.DivClassName
{
background-color: #0B0101;
}
.BgClassName
{
background-color: #0B0101;
}
</style>
border-color css
<style>
span { border-color: #0B0101; }
span { border-color: rgb(11,1,1); }
td.TdClassName
{
border-color: #0B0101;
}
.TagClassName
{
border-color: #0B0101;
}
</style>