Shades of Black Pearl #0E1115
Tints of Black Pearl #0E1115
RGB
CMYK
RGB Variations
Color information
#0E1115 (or 0x0E1115) is known color: Black Pearl. HEX triplet: 0E, 11 and 15. RGB value is (14,17,21). Sum of RGB (Red+Green+Blue) = 14+17+21=52 (6% of max value = 765). Red value is 14 (5.86% from 255 or 26.92% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 21 - color contains mainly: blue. Hex color #0E1115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1115 is #F1EEEA. Grayscale: #101010. Windows color (decimal): -15855339 or 1380622. OLE color: 1380622.
HSL color Cylindrical-coordinate representation of color #0E1115: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0E1115 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 14 | 17 | 21 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.92 |
| HSL | 214.29º | 0.2% | 0.07% | - |
| HSV(B) | 214.29º | 0.33% | 0.08% | - |
| XYZ | 0.52 | 0.55 | 0.79 | - |
| YUV | 16.56 | 130.51 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 17 | 21 | 0.33 | 0.19 | 0 | 0.92 | 214.29 | 0.2 | 0.07 |
| Hex | E | 11 | 15 | 21 | 13 | 0 | 5C | D6 | 14 | 7 |
| Octal | 16 | 21 | 25 | 41 | 23 | 0 | 134 | 326 | 24 | 7 |
| Binary | 1110 | 10001 | 10101 | 100001 | 10011 | 0 | 1011100 | 11010110 | 10100 | 111 |
Color Harmonies of #0E1115
Complementary color
Monochromatic Colors of #0E1115
Black with #0E1115
Text Example
Text Example
White with #0E1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1115; }
p { color: rgb(14,17,21); }
H1.HeaderClassName
{
color: #0E1115;
}
.AnyTagClassName
{
color: #0E1115;
}
</style>
background-color css
<style>
a { background-color: #0E1115; }
a { background-color: rgb(14,17,21); }
div.DivClassName
{
background-color: #0E1115;
}
.BgClassName
{
background-color: #0E1115;
}
</style>
border-color css
<style>
span { border-color: #0E1115; }
span { border-color: rgb(14,17,21); }
td.TdClassName
{
border-color: #0E1115;
}
.TagClassName
{
border-color: #0E1115;
}
</style>