Shades of Black Pearl #000A16
Tints of Black Pearl #000A16
RGB
CMYK
RGB Variations
Color information
#000A16 (or 0x000A16) is known color: Black Pearl. HEX triplet: 00, 0A and 16. RGB value is (0,10,22). Sum of RGB (Red+Green+Blue) = 0+10+22=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 22 (8.98% from 255 or 68.75% from 32); Max value from RGB is 22 - color contains mainly: blue. Hex color #000A16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000A16 is #FFF5E9. Grayscale: #080808. Windows color (decimal): -16774634 or 1444352. OLE color: 1444352.
HSL color Cylindrical-coordinate representation of color #000A16: hue angle of 212.73º 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 #000A16 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 10 | 22 | - |
| CMYK | 1 | 0.55 | 0 | 0.91 |
| HSL | 212.73º | 1% | 0.04% | - |
| HSV(B) | 212.73º | 1% | 0.09% | - |
| XYZ | 0.25 | 0.28 | 0.8 | - |
| YUV | 8.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 10 | 22 | 1 | 0.55 | 0 | 0.91 | 212.73 | 1 | 0.04 |
| Hex | 0 | A | 16 | 64 | 37 | 0 | 5B | D5 | 64 | 4 |
| Octal | 0 | 12 | 26 | 144 | 67 | 0 | 133 | 325 | 144 | 4 |
| Binary | 0 | 1010 | 10110 | 1100100 | 110111 | 0 | 1011011 | 11010101 | 1100100 | 100 |
Color Harmonies of #000A16
Complementary color
Monochromatic Colors of #000A16
Black with #000A16
Text Example
Text Example
White with #000A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000A16; }
p { color: rgb(0,10,22); }
H1.HeaderClassName
{
color: #000A16;
}
.AnyTagClassName
{
color: #000A16;
}
</style>
background-color css
<style>
a { background-color: #000A16; }
a { background-color: rgb(0,10,22); }
div.DivClassName
{
background-color: #000A16;
}
.BgClassName
{
background-color: #000A16;
}
</style>
border-color css
<style>
span { border-color: #000A16; }
span { border-color: rgb(0,10,22); }
td.TdClassName
{
border-color: #000A16;
}
.TagClassName
{
border-color: #000A16;
}
</style>