Shades of Black Pearl #0E2534
Tints of Black Pearl #0E2534
RGB
CMYK
RGB Variations
Color information
#0E2534 (or 0x0E2534) is known color: Black Pearl. HEX triplet: 0E, 25 and 34. RGB value is (14,37,52). Sum of RGB (Red+Green+Blue) = 14+37+52=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 52 (20.70% from 255 or 50.49% from 103); Max value from RGB is 52 - color contains mainly: blue. Hex color #0E2534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2534 is #F1DACB. Grayscale: #1F1F1F. Windows color (decimal): -15850188 or 3417358. OLE color: 3417358.
HSL color Cylindrical-coordinate representation of color #0E2534: hue angle of 203.68º 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 #0E2534 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 37 | 52 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.80 |
| HSL | 203.68º | 0.58% | 0.13% | - |
| HSV(B) | 203.68º | 0.73% | 0.2% | - |
| XYZ | 1.46 | 1.66 | 3.49 | - |
| YUV | 31.83 | 139.38 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 52 | 0.73 | 0.29 | 0 | 0.80 | 203.68 | 0.58 | 0.13 |
| Hex | E | 25 | 34 | 49 | 1D | 0 | 50 | CC | 3A | D |
| Octal | 16 | 45 | 64 | 111 | 35 | 0 | 120 | 314 | 72 | 15 |
| Binary | 1110 | 100101 | 110100 | 1001001 | 11101 | 0 | 1010000 | 11001100 | 111010 | 1101 |
Color Harmonies of #0E2534
Complementary color
Monochromatic Colors of #0E2534
Black with #0E2534
Text Example
Text Example
White with #0E2534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2534; }
p { color: rgb(14,37,52); }
H1.HeaderClassName
{
color: #0E2534;
}
.AnyTagClassName
{
color: #0E2534;
}
</style>
background-color css
<style>
a { background-color: #0E2534; }
a { background-color: rgb(14,37,52); }
div.DivClassName
{
background-color: #0E2534;
}
.BgClassName
{
background-color: #0E2534;
}
</style>
border-color css
<style>
span { border-color: #0E2534; }
span { border-color: rgb(14,37,52); }
td.TdClassName
{
border-color: #0E2534;
}
.TagClassName
{
border-color: #0E2534;
}
</style>