Shades of Black Pearl #0E2834
Tints of Black Pearl #0E2834
RGB
CMYK
RGB Variations
Color information
#0E2834 (or 0x0E2834) is known color: Black Pearl. HEX triplet: 0E, 28 and 34. RGB value is (14,40,52). Sum of RGB (Red+Green+Blue) = 14+40+52=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E2834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2834 is #F1D7CB. Grayscale: #212121. Windows color (decimal): -15849420 or 3418126. OLE color: 3418126.
HSL color Cylindrical-coordinate representation of color #0E2834: hue angle of 198.95º 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 #0E2834 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 40 | 52 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.80 |
| HSL | 198.95º | 0.58% | 0.13% | - |
| HSV(B) | 198.95º | 0.73% | 0.2% | - |
| XYZ | 1.56 | 1.86 | 3.53 | - |
| YUV | 33.59 | 138.39 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 52 | 0.73 | 0.23 | 0 | 0.80 | 198.95 | 0.58 | 0.13 |
| Hex | E | 28 | 34 | 49 | 17 | 0 | 50 | C7 | 3A | D |
| Octal | 16 | 50 | 64 | 111 | 27 | 0 | 120 | 307 | 72 | 15 |
| Binary | 1110 | 101000 | 110100 | 1001001 | 10111 | 0 | 1010000 | 11000111 | 111010 | 1101 |
Color Harmonies of #0E2834
Complementary color
Monochromatic Colors of #0E2834
Black with #0E2834
Text Example
Text Example
White with #0E2834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2834; }
p { color: rgb(14,40,52); }
H1.HeaderClassName
{
color: #0E2834;
}
.AnyTagClassName
{
color: #0E2834;
}
</style>
background-color css
<style>
a { background-color: #0E2834; }
a { background-color: rgb(14,40,52); }
div.DivClassName
{
background-color: #0E2834;
}
.BgClassName
{
background-color: #0E2834;
}
</style>
border-color css
<style>
span { border-color: #0E2834; }
span { border-color: rgb(14,40,52); }
td.TdClassName
{
border-color: #0E2834;
}
.TagClassName
{
border-color: #0E2834;
}
</style>