Shades of Black Pearl #0E2132
Tints of Black Pearl #0E2132
RGB
CMYK
RGB Variations
Color information
#0E2132 (or 0x0E2132) is known color: Black Pearl. HEX triplet: 0E, 21 and 32. RGB value is (14,33,50). Sum of RGB (Red+Green+Blue) = 14+33+50=97 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.43% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #0E2132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2132 is #F1DECD. Grayscale: #1D1D1D. Windows color (decimal): -15851214 or 3285262. OLE color: 3285262.
HSL color Cylindrical-coordinate representation of color #0E2132: hue angle of 208.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 #0E2132 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 14 | 33 | 50 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.80 |
| HSL | 208.33º | 0.56% | 0.13% | - |
| HSV(B) | 208.33º | 0.72% | 0.2% | - |
| XYZ | 1.3 | 1.41 | 3.22 | - |
| YUV | 29.26 | 139.71 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 50 | 0.72 | 0.34 | 0 | 0.80 | 208.33 | 0.56 | 0.13 |
| Hex | E | 21 | 32 | 48 | 22 | 0 | 50 | D0 | 38 | D |
| Octal | 16 | 41 | 62 | 110 | 42 | 0 | 120 | 320 | 70 | 15 |
| Binary | 1110 | 100001 | 110010 | 1001000 | 100010 | 0 | 1010000 | 11010000 | 111000 | 1101 |
Color Harmonies of #0E2132
Complementary color
Monochromatic Colors of #0E2132
Black with #0E2132
Text Example
Text Example
White with #0E2132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2132; }
p { color: rgb(14,33,50); }
H1.HeaderClassName
{
color: #0E2132;
}
.AnyTagClassName
{
color: #0E2132;
}
</style>
background-color css
<style>
a { background-color: #0E2132; }
a { background-color: rgb(14,33,50); }
div.DivClassName
{
background-color: #0E2132;
}
.BgClassName
{
background-color: #0E2132;
}
</style>
border-color css
<style>
span { border-color: #0E2132; }
span { border-color: rgb(14,33,50); }
td.TdClassName
{
border-color: #0E2132;
}
.TagClassName
{
border-color: #0E2132;
}
</style>