Shades of Black Pearl #0E1618
Tints of Black Pearl #0E1618
RGB
CMYK
RGB Variations
Color information
#0E1618 (or 0x0E1618) is known color: Black Pearl. HEX triplet: 0E, 16 and 18. RGB value is (14,22,24). Sum of RGB (Red+Green+Blue) = 14+22+24=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 24 (9.77% from 255 or 40% from 60); Max value from RGB is 24 - color contains mainly: blue. Hex color #0E1618 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1618 is #F1E9E7. Grayscale: #131313. Windows color (decimal): -15854056 or 1578510. OLE color: 1578510.
HSL color Cylindrical-coordinate representation of color #0E1618: hue angle of 192º 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 #0E1618 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 22 | 24 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.91 |
| HSL | 192º | 0.26% | 0.07% | - |
| HSV(B) | 192º | 0.42% | 0.09% | - |
| XYZ | 0.63 | 0.73 | 0.97 | - |
| YUV | 19.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 24 | 0.42 | 0.08 | 0 | 0.91 | 192 | 0.26 | 0.07 |
| Hex | E | 16 | 18 | 2A | 8 | 0 | 5B | C0 | 1A | 7 |
| Octal | 16 | 26 | 30 | 52 | 10 | 0 | 133 | 300 | 32 | 7 |
| Binary | 1110 | 10110 | 11000 | 101010 | 1000 | 0 | 1011011 | 11000000 | 11010 | 111 |
Color Harmonies of #0E1618
Complementary color
Monochromatic Colors of #0E1618
Black with #0E1618
Text Example
Text Example
White with #0E1618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1618; }
p { color: rgb(14,22,24); }
H1.HeaderClassName
{
color: #0E1618;
}
.AnyTagClassName
{
color: #0E1618;
}
</style>
background-color css
<style>
a { background-color: #0E1618; }
a { background-color: rgb(14,22,24); }
div.DivClassName
{
background-color: #0E1618;
}
.BgClassName
{
background-color: #0E1618;
}
</style>
border-color css
<style>
span { border-color: #0E1618; }
span { border-color: rgb(14,22,24); }
td.TdClassName
{
border-color: #0E1618;
}
.TagClassName
{
border-color: #0E1618;
}
</style>