Shades of Black Pearl #000E15
Tints of Black Pearl #000E15
RGB
CMYK
RGB Variations
Color information
#000E15 (or 0x000E15) is known color: Black Pearl. HEX triplet: 00, 0E and 15. RGB value is (0,14,21). Sum of RGB (Red+Green+Blue) = 0+14+21=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #000E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E15 is #FFF1EA. Grayscale: #0A0A0A. Windows color (decimal): -16773611 or 1379840. OLE color: 1379840.
HSL color Cylindrical-coordinate representation of color #000E15: hue angle of 200º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E15 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 0 | 14 | 21 | - |
| CMYK | 1 | 0.33 | 0 | 0.92 |
| HSL | 200º | 1% | 0.04% | - |
| HSV(B) | 200º | 1% | 0.08% | - |
| XYZ | 0.29 | 0.37 | 0.77 | - |
| YUV | 10.61 | 133.86 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 21 | 1 | 0.33 | 0 | 0.92 | 200 | 1 | 0.04 |
| Hex | 0 | E | 15 | 64 | 21 | 0 | 5C | C8 | 64 | 4 |
| Octal | 0 | 16 | 25 | 144 | 41 | 0 | 134 | 310 | 144 | 4 |
| Binary | 0 | 1110 | 10101 | 1100100 | 100001 | 0 | 1011100 | 11001000 | 1100100 | 100 |
Color Harmonies of #000E15
Complementary color
Monochromatic Colors of #000E15
Black with #000E15
Text Example
Text Example
White with #000E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E15; }
p { color: rgb(0,14,21); }
H1.HeaderClassName
{
color: #000E15;
}
.AnyTagClassName
{
color: #000E15;
}
</style>
background-color css
<style>
a { background-color: #000E15; }
a { background-color: rgb(0,14,21); }
div.DivClassName
{
background-color: #000E15;
}
.BgClassName
{
background-color: #000E15;
}
</style>
border-color css
<style>
span { border-color: #000E15; }
span { border-color: rgb(0,14,21); }
td.TdClassName
{
border-color: #000E15;
}
.TagClassName
{
border-color: #000E15;
}
</style>