Shades of Black Pearl #0E1218
Tints of Black Pearl #0E1218
RGB
CMYK
RGB Variations
Color information
#0E1218 (or 0x0E1218) is known color: Black Pearl. HEX triplet: 0E, 12 and 18. RGB value is (14,18,24). Sum of RGB (Red+Green+Blue) = 14+18+24=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E1218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1218 is #F1EDE7. Grayscale: #111111. Windows color (decimal): -15855080 or 1577486. OLE color: 1577486.
HSL color Cylindrical-coordinate representation of color #0E1218: hue angle of 216º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0E1218 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 18 | 24 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.91 |
| HSL | 216º | 0.26% | 0.07% | - |
| HSV(B) | 216º | 0.42% | 0.09% | - |
| XYZ | 0.56 | 0.59 | 0.95 | - |
| YUV | 17.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 18 | 24 | 0.42 | 0.25 | 0 | 0.91 | 216 | 0.26 | 0.07 |
| Hex | E | 12 | 18 | 2A | 19 | 0 | 5B | D8 | 1A | 7 |
| Octal | 16 | 22 | 30 | 52 | 31 | 0 | 133 | 330 | 32 | 7 |
| Binary | 1110 | 10010 | 11000 | 101010 | 11001 | 0 | 1011011 | 11011000 | 11010 | 111 |
Color Harmonies of #0E1218
Complementary color
Monochromatic Colors of #0E1218
Black with #0E1218
Text Example
Text Example
White with #0E1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1218; }
p { color: rgb(14,18,24); }
H1.HeaderClassName
{
color: #0E1218;
}
.AnyTagClassName
{
color: #0E1218;
}
</style>
background-color css
<style>
a { background-color: #0E1218; }
a { background-color: rgb(14,18,24); }
div.DivClassName
{
background-color: #0E1218;
}
.BgClassName
{
background-color: #0E1218;
}
</style>
border-color css
<style>
span { border-color: #0E1218; }
span { border-color: rgb(14,18,24); }
td.TdClassName
{
border-color: #0E1218;
}
.TagClassName
{
border-color: #0E1218;
}
</style>