Shades of Black Pearl #0E1929
Tints of Black Pearl #0E1929
RGB
CMYK
RGB Variations
Color information
#0E1929 (or 0x0E1929) is known color: Black Pearl. HEX triplet: 0E, 19 and 29. RGB value is (14,25,41). Sum of RGB (Red+Green+Blue) = 14+25+41=80 (10% of max value = 765). Red value is 14 (5.86% from 255 or 17.5% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #0E1929 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1929 is #F1E6D6. Grayscale: #171717. Windows color (decimal): -15853271 or 2693390. OLE color: 2693390.
HSL color Cylindrical-coordinate representation of color #0E1929: hue angle of 215.56º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0E1929 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 25 | 41 | - |
| CMYK | 0.66 | 0.39 | 0 | 0.84 |
| HSL | 215.56º | 0.49% | 0.11% | - |
| HSV(B) | 215.56º | 0.66% | 0.16% | - |
| XYZ | 0.93 | 0.95 | 2.23 | - |
| YUV | 23.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 25 | 41 | 0.66 | 0.39 | 0 | 0.84 | 215.56 | 0.49 | 0.11 |
| Hex | E | 19 | 29 | 42 | 27 | 0 | 54 | D8 | 31 | B |
| Octal | 16 | 31 | 51 | 102 | 47 | 0 | 124 | 330 | 61 | 13 |
| Binary | 1110 | 11001 | 101001 | 1000010 | 100111 | 0 | 1010100 | 11011000 | 110001 | 1011 |
Color Harmonies of #0E1929
Complementary color
Monochromatic Colors of #0E1929
Black with #0E1929
Text Example
Text Example
White with #0E1929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1929; }
p { color: rgb(14,25,41); }
H1.HeaderClassName
{
color: #0E1929;
}
.AnyTagClassName
{
color: #0E1929;
}
</style>
background-color css
<style>
a { background-color: #0E1929; }
a { background-color: rgb(14,25,41); }
div.DivClassName
{
background-color: #0E1929;
}
.BgClassName
{
background-color: #0E1929;
}
</style>
border-color css
<style>
span { border-color: #0E1929; }
span { border-color: rgb(14,25,41); }
td.TdClassName
{
border-color: #0E1929;
}
.TagClassName
{
border-color: #0E1929;
}
</style>