Shades of Black Pearl #000E19
Tints of Black Pearl #000E19
RGB
CMYK
RGB Variations
Color information
#000E19 (or 0x000E19) is known color: Black Pearl. HEX triplet: 00, 0E and 19. RGB value is (0,14,25). Sum of RGB (Red+Green+Blue) = 0+14+25=39 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 39); Green value is 14 (5.86% from 255 or 35.90% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #000E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000E19 is #FFF1E6. Grayscale: #0B0B0B. Windows color (decimal): -16773607 or 1641984. OLE color: 1641984.
HSL color Cylindrical-coordinate representation of color #000E19: hue angle of 206.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E19 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 14 | 25 | - |
| CMYK | 1 | 0.44 | 0 | 0.90 |
| HSL | 206.4º | 1% | 0.05% | - |
| HSV(B) | 206.4º | 1% | 0.1% | - |
| XYZ | 0.33 | 0.38 | 0.98 | - |
| YUV | 11.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 14 | 25 | 1 | 0.44 | 0 | 0.90 | 206.4 | 1 | 0.05 |
| Hex | 0 | E | 19 | 64 | 2C | 0 | 5A | CE | 64 | 5 |
| Octal | 0 | 16 | 31 | 144 | 54 | 0 | 132 | 316 | 144 | 5 |
| Binary | 0 | 1110 | 11001 | 1100100 | 101100 | 0 | 1011010 | 11001110 | 1100100 | 101 |
Color Harmonies of #000E19
Complementary color
Monochromatic Colors of #000E19
Black with #000E19
Text Example
Text Example
White with #000E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000E19; }
p { color: rgb(0,14,25); }
H1.HeaderClassName
{
color: #000E19;
}
.AnyTagClassName
{
color: #000E19;
}
</style>
background-color css
<style>
a { background-color: #000E19; }
a { background-color: rgb(0,14,25); }
div.DivClassName
{
background-color: #000E19;
}
.BgClassName
{
background-color: #000E19;
}
</style>
border-color css
<style>
span { border-color: #000E19; }
span { border-color: rgb(0,14,25); }
td.TdClassName
{
border-color: #000E19;
}
.TagClassName
{
border-color: #000E19;
}
</style>