Shades of Black Pearl #000E10
Tints of Black Pearl #000E10
RGB
CMYK
RGB Variations
Color information
#000E10 (or 0x000E10) is known color: Black Pearl. HEX triplet: 00, 0E and 10. RGB value is (0,14,16). Sum of RGB (Red+Green+Blue) = 0+14+16=30 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 30); Green value is 14 (5.86% from 255 or 46.67% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #000E10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E10 is #FFF1EF. Grayscale: #0A0A0A. Windows color (decimal): -16773616 or 1052160. OLE color: 1052160.
HSL color Cylindrical-coordinate representation of color #000E10: hue angle of 187.5º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E10 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 0 | 14 | 16 | - |
| CMYK | 1 | 0.13 | 0 | 0.94 |
| HSL | 187.5º | 1% | 0.03% | - |
| HSV(B) | 187.5º | 1% | 0.06% | - |
| XYZ | 0.25 | 0.35 | 0.54 | - |
| YUV | 10.04 | 131.36 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 16 | 1 | 0.13 | 0 | 0.94 | 187.5 | 1 | 0.03 |
| Hex | 0 | E | 10 | 64 | D | 0 | 5E | BC | 64 | 3 |
| Octal | 0 | 16 | 20 | 144 | 15 | 0 | 136 | 274 | 144 | 3 |
| Binary | 0 | 1110 | 10000 | 1100100 | 1101 | 0 | 1011110 | 10111100 | 1100100 | 11 |
Color Harmonies of #000E10
Complementary color
Monochromatic Colors of #000E10
Black with #000E10
Text Example
Text Example
White with #000E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E10; }
p { color: rgb(0,14,16); }
H1.HeaderClassName
{
color: #000E10;
}
.AnyTagClassName
{
color: #000E10;
}
</style>
background-color css
<style>
a { background-color: #000E10; }
a { background-color: rgb(0,14,16); }
div.DivClassName
{
background-color: #000E10;
}
.BgClassName
{
background-color: #000E10;
}
</style>
border-color css
<style>
span { border-color: #000E10; }
span { border-color: rgb(0,14,16); }
td.TdClassName
{
border-color: #000E10;
}
.TagClassName
{
border-color: #000E10;
}
</style>