Shades of Black Pearl #000E16
Tints of Black Pearl #000E16
RGB
CMYK
RGB Variations
Color information
#000E16 (or 0x000E16) is known color: Black Pearl. HEX triplet: 00, 0E and 16. RGB value is (0,14,22). Sum of RGB (Red+Green+Blue) = 0+14+22=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 14 (5.86% from 255 or 38.89% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #000E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E16 is #FFF1E9. Grayscale: #0A0A0A. Windows color (decimal): -16773610 or 1445376. OLE color: 1445376.
HSL color Cylindrical-coordinate representation of color #000E16: hue angle of 201.82º 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 #000E16 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 14 | 22 | - |
| CMYK | 1 | 0.36 | 0 | 0.91 |
| HSL | 201.82º | 1% | 0.04% | - |
| HSV(B) | 201.82º | 1% | 0.09% | - |
| XYZ | 0.3 | 0.37 | 0.81 | - |
| YUV | 10.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 22 | 1 | 0.36 | 0 | 0.91 | 201.82 | 1 | 0.04 |
| Hex | 0 | E | 16 | 64 | 24 | 0 | 5B | CA | 64 | 4 |
| Octal | 0 | 16 | 26 | 144 | 44 | 0 | 133 | 312 | 144 | 4 |
| Binary | 0 | 1110 | 10110 | 1100100 | 100100 | 0 | 1011011 | 11001010 | 1100100 | 100 |
Color Harmonies of #000E16
Complementary color
Monochromatic Colors of #000E16
Black with #000E16
Text Example
Text Example
White with #000E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E16; }
p { color: rgb(0,14,22); }
H1.HeaderClassName
{
color: #000E16;
}
.AnyTagClassName
{
color: #000E16;
}
</style>
background-color css
<style>
a { background-color: #000E16; }
a { background-color: rgb(0,14,22); }
div.DivClassName
{
background-color: #000E16;
}
.BgClassName
{
background-color: #000E16;
}
</style>
border-color css
<style>
span { border-color: #000E16; }
span { border-color: rgb(0,14,22); }
td.TdClassName
{
border-color: #000E16;
}
.TagClassName
{
border-color: #000E16;
}
</style>