Shades of Black Pearl #0E1619
Tints of Black Pearl #0E1619
RGB
CMYK
RGB Variations
Color information
#0E1619 (or 0x0E1619) is known color: Black Pearl. HEX triplet: 0E, 16 and 19. RGB value is (14,22,25). Sum of RGB (Red+Green+Blue) = 14+22+25=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 22 (8.98% from 255 or 36.07% from 61); Blue value is 25 (10.16% from 255 or 40.98% from 61); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E1619 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1619 is #F1E9E6. Grayscale: #131313. Windows color (decimal): -15854055 or 1644046. OLE color: 1644046.
HSL color Cylindrical-coordinate representation of color #0E1619: hue angle of 196.36º degrees, saturation: 0.28, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #0E1619 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 22 | 25 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.90 |
| HSL | 196.36º | 0.28% | 0.08% | - |
| HSV(B) | 196.36º | 0.44% | 0.1% | - |
| XYZ | 0.64 | 0.74 | 1.03 | - |
| YUV | 19.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 25 | 0.44 | 0.12 | 0 | 0.90 | 196.36 | 0.28 | 0.08 |
| Hex | E | 16 | 19 | 2C | C | 0 | 5A | C4 | 1C | 8 |
| Octal | 16 | 26 | 31 | 54 | 14 | 0 | 132 | 304 | 34 | 10 |
| Binary | 1110 | 10110 | 11001 | 101100 | 1100 | 0 | 1011010 | 11000100 | 11100 | 1000 |
Color Harmonies of #0E1619
Complementary color
Monochromatic Colors of #0E1619
Black with #0E1619
Text Example
Text Example
White with #0E1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1619; }
p { color: rgb(14,22,25); }
H1.HeaderClassName
{
color: #0E1619;
}
.AnyTagClassName
{
color: #0E1619;
}
</style>
background-color css
<style>
a { background-color: #0E1619; }
a { background-color: rgb(14,22,25); }
div.DivClassName
{
background-color: #0E1619;
}
.BgClassName
{
background-color: #0E1619;
}
</style>
border-color css
<style>
span { border-color: #0E1619; }
span { border-color: rgb(14,22,25); }
td.TdClassName
{
border-color: #0E1619;
}
.TagClassName
{
border-color: #0E1619;
}
</style>