Shades of Black Pearl #0B1416
Tints of Black Pearl #0B1416
RGB
CMYK
RGB Variations
Color information
#0B1416 (or 0x0B1416) is known color: Black Pearl. HEX triplet: 0B, 14 and 16. RGB value is (11,20,22). Sum of RGB (Red+Green+Blue) = 11+20+22=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 22 - color contains mainly: blue. Hex color #0B1416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B1416 is #F4EBE9. Grayscale: #111111. Windows color (decimal): -16051178 or 1446923. OLE color: 1446923.
HSL color Cylindrical-coordinate representation of color #0B1416: hue angle of 190.91º 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 #0B1416 is Cyan = 0.5, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 20 | 22 | - |
| CMYK | 0.5 | 0.09 | 0 | 0.91 |
| HSL | 190.91º | 0.33% | 0.06% | - |
| HSV(B) | 190.91º | 0.5% | 0.09% | - |
| XYZ | 0.53 | 0.63 | 0.85 | - |
| YUV | 17.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 20 | 22 | 0.5 | 0.09 | 0 | 0.91 | 190.91 | 0.33 | 0.06 |
| Hex | B | 14 | 16 | 32 | 9 | 0 | 5B | BF | 21 | 6 |
| Octal | 13 | 24 | 26 | 62 | 11 | 0 | 133 | 277 | 41 | 6 |
| Binary | 1011 | 10100 | 10110 | 110010 | 1001 | 0 | 1011011 | 10111111 | 100001 | 110 |
Color Harmonies of #0B1416
Complementary color
Monochromatic Colors of #0B1416
Black with #0B1416
Text Example
Text Example
White with #0B1416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1416; }
p { color: rgb(11,20,22); }
H1.HeaderClassName
{
color: #0B1416;
}
.AnyTagClassName
{
color: #0B1416;
}
</style>
background-color css
<style>
a { background-color: #0B1416; }
a { background-color: rgb(11,20,22); }
div.DivClassName
{
background-color: #0B1416;
}
.BgClassName
{
background-color: #0B1416;
}
</style>
border-color css
<style>
span { border-color: #0B1416; }
span { border-color: rgb(11,20,22); }
td.TdClassName
{
border-color: #0B1416;
}
.TagClassName
{
border-color: #0B1416;
}
</style>