Shades of Black Pearl #0E1D21
Tints of Black Pearl #0E1D21
RGB
CMYK
RGB Variations
Color information
#0E1D21 (or 0x0E1D21) is known color: Black Pearl. HEX triplet: 0E, 1D and 21. RGB value is (14,29,33). Sum of RGB (Red+Green+Blue) = 14+29+33=76 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.42% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1D21 is #F1E2DE. Grayscale: #181818. Windows color (decimal): -15852255 or 2170126. OLE color: 2170126.
HSL color Cylindrical-coordinate representation of color #0E1D21: hue angle of 192.63º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E1D21 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 29 | 33 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.87 |
| HSL | 192.63º | 0.4% | 0.09% | - |
| HSV(B) | 192.63º | 0.58% | 0.13% | - |
| XYZ | 0.89 | 1.08 | 1.6 | - |
| YUV | 24.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 29 | 33 | 0.58 | 0.12 | 0 | 0.87 | 192.63 | 0.4 | 0.09 |
| Hex | E | 1D | 21 | 3A | C | 0 | 57 | C1 | 28 | 9 |
| Octal | 16 | 35 | 41 | 72 | 14 | 0 | 127 | 301 | 50 | 11 |
| Binary | 1110 | 11101 | 100001 | 111010 | 1100 | 0 | 1010111 | 11000001 | 101000 | 1001 |
Color Harmonies of #0E1D21
Complementary color
Monochromatic Colors of #0E1D21
Black with #0E1D21
Text Example
Text Example
White with #0E1D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1D21; }
p { color: rgb(14,29,33); }
H1.HeaderClassName
{
color: #0E1D21;
}
.AnyTagClassName
{
color: #0E1D21;
}
</style>
background-color css
<style>
a { background-color: #0E1D21; }
a { background-color: rgb(14,29,33); }
div.DivClassName
{
background-color: #0E1D21;
}
.BgClassName
{
background-color: #0E1D21;
}
</style>
border-color css
<style>
span { border-color: #0E1D21; }
span { border-color: rgb(14,29,33); }
td.TdClassName
{
border-color: #0E1D21;
}
.TagClassName
{
border-color: #0E1D21;
}
</style>