Shades of Black Pearl #0B1016
Tints of Black Pearl #0B1016
RGB
CMYK
RGB Variations
Color information
#0B1016 (or 0x0B1016) is known color: Black Pearl. HEX triplet: 0B, 10 and 16. RGB value is (11,16,22). Sum of RGB (Red+Green+Blue) = 11+16+22=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B1016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1016 is #F4EFE9. Grayscale: #0F0F0F. Windows color (decimal): -16052202 or 1445899. OLE color: 1445899.
HSL color Cylindrical-coordinate representation of color #0B1016: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B1016 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 16 | 22 | - |
| CMYK | 0.5 | 0.27 | 0 | 0.91 |
| HSL | 212.73º | 0.33% | 0.06% | - |
| HSV(B) | 212.73º | 0.5% | 0.09% | - |
| XYZ | 0.47 | 0.5 | 0.83 | - |
| YUV | 15.19 | 131.84 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 16 | 22 | 0.5 | 0.27 | 0 | 0.91 | 212.73 | 0.33 | 0.06 |
| Hex | B | 10 | 16 | 32 | 1B | 0 | 5B | D5 | 21 | 6 |
| Octal | 13 | 20 | 26 | 62 | 33 | 0 | 133 | 325 | 41 | 6 |
| Binary | 1011 | 10000 | 10110 | 110010 | 11011 | 0 | 1011011 | 11010101 | 100001 | 110 |
Color Harmonies of #0B1016
Complementary color
Monochromatic Colors of #0B1016
Black with #0B1016
Text Example
Text Example
White with #0B1016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1016; }
p { color: rgb(11,16,22); }
H1.HeaderClassName
{
color: #0B1016;
}
.AnyTagClassName
{
color: #0B1016;
}
</style>
background-color css
<style>
a { background-color: #0B1016; }
a { background-color: rgb(11,16,22); }
div.DivClassName
{
background-color: #0B1016;
}
.BgClassName
{
background-color: #0B1016;
}
</style>
border-color css
<style>
span { border-color: #0B1016; }
span { border-color: rgb(11,16,22); }
td.TdClassName
{
border-color: #0B1016;
}
.TagClassName
{
border-color: #0B1016;
}
</style>