Shades of Black Pearl #0E1013
Tints of Black Pearl #0E1013
RGB
CMYK
RGB Variations
Color information
#0E1013 (or 0x0E1013) is known color: Black Pearl. HEX triplet: 0E, 10 and 13. RGB value is (14,16,19). Sum of RGB (Red+Green+Blue) = 14+16+19=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E1013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1013 is #F1EFEC. Grayscale: #0F0F0F. Windows color (decimal): -15855597 or 1249294. OLE color: 1249294.
HSL color Cylindrical-coordinate representation of color #0E1013: hue angle of 216º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #0E1013 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 14 | 16 | 19 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.93 |
| HSL | 216º | 0.15% | 0.06% | - |
| HSV(B) | 216º | 0.26% | 0.07% | - |
| XYZ | 0.48 | 0.51 | 0.69 | - |
| YUV | 15.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 16 | 19 | 0.26 | 0.16 | 0 | 0.93 | 216 | 0.15 | 0.06 |
| Hex | E | 10 | 13 | 1A | 10 | 0 | 5D | D8 | F | 6 |
| Octal | 16 | 20 | 23 | 32 | 20 | 0 | 135 | 330 | 17 | 6 |
| Binary | 1110 | 10000 | 10011 | 11010 | 10000 | 0 | 1011101 | 11011000 | 1111 | 110 |
Color Harmonies of #0E1013
Complementary color
Monochromatic Colors of #0E1013
Black with #0E1013
Text Example
Text Example
White with #0E1013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1013; }
p { color: rgb(14,16,19); }
H1.HeaderClassName
{
color: #0E1013;
}
.AnyTagClassName
{
color: #0E1013;
}
</style>
background-color css
<style>
a { background-color: #0E1013; }
a { background-color: rgb(14,16,19); }
div.DivClassName
{
background-color: #0E1013;
}
.BgClassName
{
background-color: #0E1013;
}
</style>
border-color css
<style>
span { border-color: #0E1013; }
span { border-color: rgb(14,16,19); }
td.TdClassName
{
border-color: #0E1013;
}
.TagClassName
{
border-color: #0E1013;
}
</style>