Shades of Black Pearl #0E1B21
Tints of Black Pearl #0E1B21
RGB
CMYK
RGB Variations
Color information
#0E1B21 (or 0x0E1B21) is known color: Black Pearl. HEX triplet: 0E, 1B and 21. RGB value is (14,27,33). Sum of RGB (Red+Green+Blue) = 14+27+33=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 33 - color contains mainly: blue. Hex color #0E1B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1B21 is #F1E4DE. Grayscale: #171717. Windows color (decimal): -15852767 or 2169614. OLE color: 2169614.
HSL color Cylindrical-coordinate representation of color #0E1B21: hue angle of 198.95º 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 #0E1B21 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 27 | 33 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.87 |
| HSL | 198.95º | 0.4% | 0.09% | - |
| HSV(B) | 198.95º | 0.58% | 0.13% | - |
| XYZ | 0.85 | 0.99 | 1.58 | - |
| YUV | 23.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 27 | 33 | 0.58 | 0.18 | 0 | 0.87 | 198.95 | 0.4 | 0.09 |
| Hex | E | 1B | 21 | 3A | 12 | 0 | 57 | C7 | 28 | 9 |
| Octal | 16 | 33 | 41 | 72 | 22 | 0 | 127 | 307 | 50 | 11 |
| Binary | 1110 | 11011 | 100001 | 111010 | 10010 | 0 | 1010111 | 11000111 | 101000 | 1001 |
Color Harmonies of #0E1B21
Complementary color
Monochromatic Colors of #0E1B21
Black with #0E1B21
Text Example
Text Example
White with #0E1B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1B21; }
p { color: rgb(14,27,33); }
H1.HeaderClassName
{
color: #0E1B21;
}
.AnyTagClassName
{
color: #0E1B21;
}
</style>
background-color css
<style>
a { background-color: #0E1B21; }
a { background-color: rgb(14,27,33); }
div.DivClassName
{
background-color: #0E1B21;
}
.BgClassName
{
background-color: #0E1B21;
}
</style>
border-color css
<style>
span { border-color: #0E1B21; }
span { border-color: rgb(14,27,33); }
td.TdClassName
{
border-color: #0E1B21;
}
.TagClassName
{
border-color: #0E1B21;
}
</style>