Shades of Black Pearl #000B16
Tints of Black Pearl #000B16
RGB
CMYK
RGB Variations
Color information
#000B16 (or 0x000B16) is known color: Black Pearl. HEX triplet: 00, 0B and 16. RGB value is (0,11,22). Sum of RGB (Red+Green+Blue) = 0+11+22=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 22 (8.98% from 255 or 66.67% from 33); Max value from RGB is 22 - color contains mainly: blue. Hex color #000B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000B16 is #FFF4E9. Grayscale: #080808. Windows color (decimal): -16774378 or 1444608. OLE color: 1444608.
HSL color Cylindrical-coordinate representation of color #000B16: hue angle of 210º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000B16 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 11 | 22 | - |
| CMYK | 1 | 0.5 | 0 | 0.91 |
| HSL | 210º | 1% | 0.04% | - |
| HSV(B) | 210º | 1% | 0.09% | - |
| XYZ | 0.26 | 0.3 | 0.8 | - |
| YUV | 8.97 | 135.36 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 11 | 22 | 1 | 0.5 | 0 | 0.91 | 210 | 1 | 0.04 |
| Hex | 0 | B | 16 | 64 | 32 | 0 | 5B | D2 | 64 | 4 |
| Octal | 0 | 13 | 26 | 144 | 62 | 0 | 133 | 322 | 144 | 4 |
| Binary | 0 | 1011 | 10110 | 1100100 | 110010 | 0 | 1011011 | 11010010 | 1100100 | 100 |
Color Harmonies of #000B16
Complementary color
Monochromatic Colors of #000B16
Black with #000B16
Text Example
Text Example
White with #000B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000B16; }
p { color: rgb(0,11,22); }
H1.HeaderClassName
{
color: #000B16;
}
.AnyTagClassName
{
color: #000B16;
}
</style>
background-color css
<style>
a { background-color: #000B16; }
a { background-color: rgb(0,11,22); }
div.DivClassName
{
background-color: #000B16;
}
.BgClassName
{
background-color: #000B16;
}
</style>
border-color css
<style>
span { border-color: #000B16; }
span { border-color: rgb(0,11,22); }
td.TdClassName
{
border-color: #000B16;
}
.TagClassName
{
border-color: #000B16;
}
</style>