Shades of Black Pearl #0E1A21
Tints of Black Pearl #0E1A21
RGB
CMYK
RGB Variations
Color information
#0E1A21 (or 0x0E1A21) is known color: Black Pearl. HEX triplet: 0E, 1A and 21. RGB value is (14,26,33). Sum of RGB (Red+Green+Blue) = 14+26+33=73 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.18% from 73); Green value is 26 (10.55% from 255 or 35.62% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1A21 is #F1E5DE. Grayscale: #171717. Windows color (decimal): -15853023 or 2169358. OLE color: 2169358.
HSL color Cylindrical-coordinate representation of color #0E1A21: hue angle of 202.11º 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 #0E1A21 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 26 | 33 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.87 |
| HSL | 202.11º | 0.4% | 0.09% | - |
| HSV(B) | 202.11º | 0.58% | 0.13% | - |
| XYZ | 0.83 | 0.94 | 1.58 | - |
| YUV | 23.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 33 | 0.58 | 0.21 | 0 | 0.87 | 202.11 | 0.4 | 0.09 |
| Hex | E | 1A | 21 | 3A | 15 | 0 | 57 | CA | 28 | 9 |
| Octal | 16 | 32 | 41 | 72 | 25 | 0 | 127 | 312 | 50 | 11 |
| Binary | 1110 | 11010 | 100001 | 111010 | 10101 | 0 | 1010111 | 11001010 | 101000 | 1001 |
Color Harmonies of #0E1A21
Complementary color
Monochromatic Colors of #0E1A21
Black with #0E1A21
Text Example
Text Example
White with #0E1A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A21; }
p { color: rgb(14,26,33); }
H1.HeaderClassName
{
color: #0E1A21;
}
.AnyTagClassName
{
color: #0E1A21;
}
</style>
background-color css
<style>
a { background-color: #0E1A21; }
a { background-color: rgb(14,26,33); }
div.DivClassName
{
background-color: #0E1A21;
}
.BgClassName
{
background-color: #0E1A21;
}
</style>
border-color css
<style>
span { border-color: #0E1A21; }
span { border-color: rgb(14,26,33); }
td.TdClassName
{
border-color: #0E1A21;
}
.TagClassName
{
border-color: #0E1A21;
}
</style>