Shades of Black Pearl #0E1419
Tints of Black Pearl #0E1419
RGB
CMYK
RGB Variations
Color information
#0E1419 (or 0x0E1419) is known color: Black Pearl. HEX triplet: 0E, 14 and 19. RGB value is (14,20,25). Sum of RGB (Red+Green+Blue) = 14+20+25=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 20 (8.20% from 255 or 33.90% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #0E1419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1419 is #F1EBE6. Grayscale: #121212. Windows color (decimal): -15854567 or 1643534. OLE color: 1643534.
HSL color Cylindrical-coordinate representation of color #0E1419: hue angle of 207.27º 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 #0E1419 is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 14 | 20 | 25 | - |
CMYK | 0.44 | 0.20 | 0 | 0.90 |
HSL | 207.27º | 0.28% | 0.08% | - |
HSV(B) | 207.27º | 0.44% | 0.1% | - |
XYZ | 0.61 | 0.66 | 1.02 | - |
YUV | 18.78 | 131.51 | 124.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 20 | 25 | 0.44 | 0.20 | 0 | 0.90 | 207.27 | 0.28 | 0.08 |
Hex | E | 14 | 19 | 2C | 14 | 0 | 5A | CF | 1C | 8 |
Octal | 16 | 24 | 31 | 54 | 24 | 0 | 132 | 317 | 34 | 10 |
Binary | 1110 | 10100 | 11001 | 101100 | 10100 | 0 | 1011010 | 11001111 | 11100 | 1000 |
Color Harmonies of #0E1419
Complementary color
Monochromatic Colors of #0E1419
Black with #0E1419
Text Example
Text Example
White with #0E1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1419; }
p { color: rgb(14,20,25); }
H1.HeaderClassName
{
color: #0E1419;
}
.AnyTagClassName
{
color: #0E1419;
}
</style>
background-color css
<style>
a { background-color: #0E1419; }
a { background-color: rgb(14,20,25); }
div.DivClassName
{
background-color: #0E1419;
}
.BgClassName
{
background-color: #0E1419;
}
</style>
border-color css
<style>
span { border-color: #0E1419; }
span { border-color: rgb(14,20,25); }
td.TdClassName
{
border-color: #0E1419;
}
.TagClassName
{
border-color: #0E1419;
}
</style>