Shades of Black Pearl #0E2034
Tints of Black Pearl #0E2034
RGB
CMYK
RGB Variations
Color information
#0E2034 (or 0x0E2034) is known color: Black Pearl. HEX triplet: 0E, 20 and 34. RGB value is (14,32,52). Sum of RGB (Red+Green+Blue) = 14+32+52=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E2034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2034 is #F1DFCB. Grayscale: #1C1C1C. Windows color (decimal): -15851468 or 3416078. OLE color: 3416078.
HSL color Cylindrical-coordinate representation of color #0E2034: hue angle of 211.58º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E2034 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 32 | 52 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.80 |
| HSL | 211.58º | 0.58% | 0.13% | - |
| HSV(B) | 211.58º | 0.73% | 0.2% | - |
| XYZ | 1.32 | 1.37 | 3.44 | - |
| YUV | 28.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 52 | 0.73 | 0.38 | 0 | 0.80 | 211.58 | 0.58 | 0.13 |
| Hex | E | 20 | 34 | 49 | 26 | 0 | 50 | D4 | 3A | D |
| Octal | 16 | 40 | 64 | 111 | 46 | 0 | 120 | 324 | 72 | 15 |
| Binary | 1110 | 100000 | 110100 | 1001001 | 100110 | 0 | 1010000 | 11010100 | 111010 | 1101 |
Color Harmonies of #0E2034
Complementary color
Monochromatic Colors of #0E2034
Black with #0E2034
Text Example
Text Example
White with #0E2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2034; }
p { color: rgb(14,32,52); }
H1.HeaderClassName
{
color: #0E2034;
}
.AnyTagClassName
{
color: #0E2034;
}
</style>
background-color css
<style>
a { background-color: #0E2034; }
a { background-color: rgb(14,32,52); }
div.DivClassName
{
background-color: #0E2034;
}
.BgClassName
{
background-color: #0E2034;
}
</style>
border-color css
<style>
span { border-color: #0E2034; }
span { border-color: rgb(14,32,52); }
td.TdClassName
{
border-color: #0E2034;
}
.TagClassName
{
border-color: #0E2034;
}
</style>