Shades of Black Pearl #0E1A1D
Tints of Black Pearl #0E1A1D
RGB
CMYK
RGB Variations
Color information
#0E1A1D (or 0x0E1A1D) is known color: Black Pearl. HEX triplet: 0E, 1A and 1D. RGB value is (14,26,29). Sum of RGB (Red+Green+Blue) = 14+26+29=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 26 (10.55% from 255 or 37.68% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #0E1A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1A1D is #F1E5E2. Grayscale: #161616. Windows color (decimal): -15853027 or 1907214. OLE color: 1907214.
HSL color Cylindrical-coordinate representation of color #0E1A1D: hue angle of 192º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0E1A1D is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 14 | 26 | 29 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.89 |
| HSL | 192º | 0.35% | 0.08% | - |
| HSV(B) | 192º | 0.52% | 0.11% | - |
| XYZ | 0.77 | 0.92 | 1.3 | - |
| YUV | 22.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 29 | 0.52 | 0.10 | 0 | 0.89 | 192 | 0.35 | 0.08 |
| Hex | E | 1A | 1D | 34 | A | 0 | 59 | C0 | 23 | 8 |
| Octal | 16 | 32 | 35 | 64 | 12 | 0 | 131 | 300 | 43 | 10 |
| Binary | 1110 | 11010 | 11101 | 110100 | 1010 | 0 | 1011001 | 11000000 | 100011 | 1000 |
Color Harmonies of #0E1A1D
Complementary color
Monochromatic Colors of #0E1A1D
Black with #0E1A1D
Text Example
Text Example
White with #0E1A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A1D; }
p { color: rgb(14,26,29); }
H1.HeaderClassName
{
color: #0E1A1D;
}
.AnyTagClassName
{
color: #0E1A1D;
}
</style>
background-color css
<style>
a { background-color: #0E1A1D; }
a { background-color: rgb(14,26,29); }
div.DivClassName
{
background-color: #0E1A1D;
}
.BgClassName
{
background-color: #0E1A1D;
}
</style>
border-color css
<style>
span { border-color: #0E1A1D; }
span { border-color: rgb(14,26,29); }
td.TdClassName
{
border-color: #0E1A1D;
}
.TagClassName
{
border-color: #0E1A1D;
}
</style>