Shades of Black Pearl #0E2B34
Tints of Black Pearl #0E2B34
RGB
CMYK
RGB Variations
Color information
#0E2B34 (or 0x0E2B34) is known color: Black Pearl. HEX triplet: 0E, 2B and 34. RGB value is (14,43,52). Sum of RGB (Red+Green+Blue) = 14+43+52=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E2B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2B34 is #F1D4CB. Grayscale: #232323. Windows color (decimal): -15848652 or 3418894. OLE color: 3418894.
HSL color Cylindrical-coordinate representation of color #0E2B34: hue angle of 194.21º 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 #0E2B34 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 43 | 52 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.80 |
| HSL | 194.21º | 0.58% | 0.13% | - |
| HSV(B) | 194.21º | 0.73% | 0.2% | - |
| XYZ | 1.66 | 2.07 | 3.56 | - |
| YUV | 35.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 43 | 52 | 0.73 | 0.17 | 0 | 0.80 | 194.21 | 0.58 | 0.13 |
| Hex | E | 2B | 34 | 49 | 11 | 0 | 50 | C2 | 3A | D |
| Octal | 16 | 53 | 64 | 111 | 21 | 0 | 120 | 302 | 72 | 15 |
| Binary | 1110 | 101011 | 110100 | 1001001 | 10001 | 0 | 1010000 | 11000010 | 111010 | 1101 |
Color Harmonies of #0E2B34
Complementary color
Monochromatic Colors of #0E2B34
Black with #0E2B34
Text Example
Text Example
White with #0E2B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2B34; }
p { color: rgb(14,43,52); }
H1.HeaderClassName
{
color: #0E2B34;
}
.AnyTagClassName
{
color: #0E2B34;
}
</style>
background-color css
<style>
a { background-color: #0E2B34; }
a { background-color: rgb(14,43,52); }
div.DivClassName
{
background-color: #0E2B34;
}
.BgClassName
{
background-color: #0E2B34;
}
</style>
border-color css
<style>
span { border-color: #0E2B34; }
span { border-color: rgb(14,43,52); }
td.TdClassName
{
border-color: #0E2B34;
}
.TagClassName
{
border-color: #0E2B34;
}
</style>