Shades of Black Pearl #0E2432
Tints of Black Pearl #0E2432
RGB
CMYK
RGB Variations
Color information
#0E2432 (or 0x0E2432) is known color: Black Pearl. HEX triplet: 0E, 24 and 32. RGB value is (14,36,50). Sum of RGB (Red+Green+Blue) = 14+36+50=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E2432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2432 is #F1DBCD. Grayscale: #1E1E1E. Windows color (decimal): -15850446 or 3286030. OLE color: 3286030.
HSL color Cylindrical-coordinate representation of color #0E2432: hue angle of 203.33º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E2432 is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 36 | 50 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.80 |
| HSL | 203.33º | 0.56% | 0.13% | - |
| HSV(B) | 203.33º | 0.72% | 0.2% | - |
| XYZ | 1.39 | 1.59 | 3.25 | - |
| YUV | 31.02 | 138.71 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 50 | 0.72 | 0.28 | 0 | 0.80 | 203.33 | 0.56 | 0.13 |
| Hex | E | 24 | 32 | 48 | 1C | 0 | 50 | CB | 38 | D |
| Octal | 16 | 44 | 62 | 110 | 34 | 0 | 120 | 313 | 70 | 15 |
| Binary | 1110 | 100100 | 110010 | 1001000 | 11100 | 0 | 1010000 | 11001011 | 111000 | 1101 |
Color Harmonies of #0E2432
Complementary color
Monochromatic Colors of #0E2432
Black with #0E2432
Text Example
Text Example
White with #0E2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2432; }
p { color: rgb(14,36,50); }
H1.HeaderClassName
{
color: #0E2432;
}
.AnyTagClassName
{
color: #0E2432;
}
</style>
background-color css
<style>
a { background-color: #0E2432; }
a { background-color: rgb(14,36,50); }
div.DivClassName
{
background-color: #0E2432;
}
.BgClassName
{
background-color: #0E2432;
}
</style>
border-color css
<style>
span { border-color: #0E2432; }
span { border-color: rgb(14,36,50); }
td.TdClassName
{
border-color: #0E2432;
}
.TagClassName
{
border-color: #0E2432;
}
</style>