Shades of Black Pearl #0E2234
Tints of Black Pearl #0E2234
RGB
CMYK
RGB Variations
Color information
#0E2234 (or 0x0E2234) is known color: Black Pearl. HEX triplet: 0E, 22 and 34. RGB value is (14,34,52). Sum of RGB (Red+Green+Blue) = 14+34+52=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 52 (20.70% from 255 or 52% from 100); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E2234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2234 is #F1DDCB. Grayscale: #1D1D1D. Windows color (decimal): -15850956 or 3416590. OLE color: 3416590.
HSL color Cylindrical-coordinate representation of color #0E2234: hue angle of 208.42º 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 #0E2234 is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 34 | 52 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.80 |
| HSL | 208.42º | 0.58% | 0.13% | - |
| HSV(B) | 208.42º | 0.73% | 0.2% | - |
| XYZ | 1.37 | 1.49 | 3.46 | - |
| YUV | 30.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 34 | 52 | 0.73 | 0.35 | 0 | 0.80 | 208.42 | 0.58 | 0.13 |
| Hex | E | 22 | 34 | 49 | 23 | 0 | 50 | D0 | 3A | D |
| Octal | 16 | 42 | 64 | 111 | 43 | 0 | 120 | 320 | 72 | 15 |
| Binary | 1110 | 100010 | 110100 | 1001001 | 100011 | 0 | 1010000 | 11010000 | 111010 | 1101 |
Color Harmonies of #0E2234
Complementary color
Monochromatic Colors of #0E2234
Black with #0E2234
Text Example
Text Example
White with #0E2234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2234; }
p { color: rgb(14,34,52); }
H1.HeaderClassName
{
color: #0E2234;
}
.AnyTagClassName
{
color: #0E2234;
}
</style>
background-color css
<style>
a { background-color: #0E2234; }
a { background-color: rgb(14,34,52); }
div.DivClassName
{
background-color: #0E2234;
}
.BgClassName
{
background-color: #0E2234;
}
</style>
border-color css
<style>
span { border-color: #0E2234; }
span { border-color: rgb(14,34,52); }
td.TdClassName
{
border-color: #0E2234;
}
.TagClassName
{
border-color: #0E2234;
}
</style>