Shades of Black Pearl #0E242C
Tints of Black Pearl #0E242C
RGB
CMYK
RGB Variations
Color information
#0E242C (or 0x0E242C) is known color: Black Pearl. HEX triplet: 0E, 24 and 2C. RGB value is (14,36,44). Sum of RGB (Red+Green+Blue) = 14+36+44=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E242C is #F1DBD3. Grayscale: #1E1E1E. Windows color (decimal): -15850452 or 2892814. OLE color: 2892814.
HSL color Cylindrical-coordinate representation of color #0E242C: hue angle of 196º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E242C is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 14 | 36 | 44 | - |
| CMYK | 0.68 | 0.18 | 0 | 0.83 |
| HSL | 196º | 0.52% | 0.11% | - |
| HSV(B) | 196º | 0.68% | 0.17% | - |
| XYZ | 1.27 | 1.54 | 2.61 | - |
| YUV | 30.33 | 135.71 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 44 | 0.68 | 0.18 | 0 | 0.83 | 196 | 0.52 | 0.11 |
| Hex | E | 24 | 2C | 44 | 12 | 0 | 53 | C4 | 34 | B |
| Octal | 16 | 44 | 54 | 104 | 22 | 0 | 123 | 304 | 64 | 13 |
| Binary | 1110 | 100100 | 101100 | 1000100 | 10010 | 0 | 1010011 | 11000100 | 110100 | 1011 |
Color Harmonies of #0E242C
Complementary color
Monochromatic Colors of #0E242C
Black with #0E242C
Text Example
Text Example
White with #0E242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E242C; }
p { color: rgb(14,36,44); }
H1.HeaderClassName
{
color: #0E242C;
}
.AnyTagClassName
{
color: #0E242C;
}
</style>
background-color css
<style>
a { background-color: #0E242C; }
a { background-color: rgb(14,36,44); }
div.DivClassName
{
background-color: #0E242C;
}
.BgClassName
{
background-color: #0E242C;
}
</style>
border-color css
<style>
span { border-color: #0E242C; }
span { border-color: rgb(14,36,44); }
td.TdClassName
{
border-color: #0E242C;
}
.TagClassName
{
border-color: #0E242C;
}
</style>