Shades of Black Pearl #0E2831
Tints of Black Pearl #0E2831
RGB
CMYK
RGB Variations
Color information
#0E2831 (or 0x0E2831) is known color: Black Pearl. HEX triplet: 0E, 28 and 31. RGB value is (14,40,49). Sum of RGB (Red+Green+Blue) = 14+40+49=103 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.59% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #0E2831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2831 is #F1D7CE. Grayscale: #212121. Windows color (decimal): -15849423 or 3221518. OLE color: 3221518.
HSL color Cylindrical-coordinate representation of color #0E2831: hue angle of 195.43º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0E2831 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 40 | 49 | - |
| CMYK | 0.71 | 0.18 | 0 | 0.81 |
| HSL | 195.43º | 0.56% | 0.12% | - |
| HSV(B) | 195.43º | 0.71% | 0.19% | - |
| XYZ | 1.49 | 1.83 | 3.18 | - |
| YUV | 33.25 | 136.89 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 49 | 0.71 | 0.18 | 0 | 0.81 | 195.43 | 0.56 | 0.12 |
| Hex | E | 28 | 31 | 47 | 12 | 0 | 51 | C3 | 38 | C |
| Octal | 16 | 50 | 61 | 107 | 22 | 0 | 121 | 303 | 70 | 14 |
| Binary | 1110 | 101000 | 110001 | 1000111 | 10010 | 0 | 1010001 | 11000011 | 111000 | 1100 |
Color Harmonies of #0E2831
Complementary color
Monochromatic Colors of #0E2831
Black with #0E2831
Text Example
Text Example
White with #0E2831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2831; }
p { color: rgb(14,40,49); }
H1.HeaderClassName
{
color: #0E2831;
}
.AnyTagClassName
{
color: #0E2831;
}
</style>
background-color css
<style>
a { background-color: #0E2831; }
a { background-color: rgb(14,40,49); }
div.DivClassName
{
background-color: #0E2831;
}
.BgClassName
{
background-color: #0E2831;
}
</style>
border-color css
<style>
span { border-color: #0E2831; }
span { border-color: rgb(14,40,49); }
td.TdClassName
{
border-color: #0E2831;
}
.TagClassName
{
border-color: #0E2831;
}
</style>