Shades of Black Pearl #0B1011
Tints of Black Pearl #0B1011
RGB
CMYK
RGB Variations
Color information
#0B1011 (or 0x0B1011) is known color: Black Pearl. HEX triplet: 0B, 10 and 11. RGB value is (11,16,17). Sum of RGB (Red+Green+Blue) = 11+16+17=44 (5% of max value = 765). Red value is 11 (4.69% from 255 or 25% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 17 (7.03% from 255 or 38.64% from 44); Max value from RGB is 17 - color contains mainly: blue. Hex color #0B1011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1011 is #F4EFEE. Grayscale: #0E0E0E. Windows color (decimal): -16052207 or 1118219. OLE color: 1118219.
HSL color Cylindrical-coordinate representation of color #0B1011: hue angle of 190º degrees, saturation: 0.21, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #0B1011 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 11 | 16 | 17 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.93 |
| HSL | 190º | 0.21% | 0.05% | - |
| HSV(B) | 190º | 0.35% | 0.07% | - |
| XYZ | 0.42 | 0.48 | 0.6 | - |
| YUV | 14.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 17 | 0.35 | 0.06 | 0 | 0.93 | 190 | 0.21 | 0.05 |
| Hex | B | 10 | 11 | 23 | 6 | 0 | 5D | BE | 15 | 5 |
| Octal | 13 | 20 | 21 | 43 | 6 | 0 | 135 | 276 | 25 | 5 |
| Binary | 1011 | 10000 | 10001 | 100011 | 110 | 0 | 1011101 | 10111110 | 10101 | 101 |
Color Harmonies of #0B1011
Complementary color
Monochromatic Colors of #0B1011
Black with #0B1011
Text Example
Text Example
White with #0B1011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1011; }
p { color: rgb(11,16,17); }
H1.HeaderClassName
{
color: #0B1011;
}
.AnyTagClassName
{
color: #0B1011;
}
</style>
background-color css
<style>
a { background-color: #0B1011; }
a { background-color: rgb(11,16,17); }
div.DivClassName
{
background-color: #0B1011;
}
.BgClassName
{
background-color: #0B1011;
}
</style>
border-color css
<style>
span { border-color: #0B1011; }
span { border-color: rgb(11,16,17); }
td.TdClassName
{
border-color: #0B1011;
}
.TagClassName
{
border-color: #0B1011;
}
</style>