Shades of Black Pearl #0E1213
Tints of Black Pearl #0E1213
RGB
CMYK
RGB Variations
Color information
#0E1213 (or 0x0E1213) is known color: Black Pearl. HEX triplet: 0E, 12 and 13. RGB value is (14,18,19). Sum of RGB (Red+Green+Blue) = 14+18+19=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 19 - color contains mainly: blue. Hex color #0E1213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1213 is #F1EDEC. Grayscale: #101010. Windows color (decimal): -15855085 or 1249806. OLE color: 1249806.
HSL color Cylindrical-coordinate representation of color #0E1213: hue angle of 192º 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 #0E1213 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 14 | 18 | 19 | - |
CMYK | 0.26 | 0.05 | 0 | 0.93 |
HSL | 192º | 0.15% | 0.06% | - |
HSV(B) | 192º | 0.26% | 0.07% | - |
XYZ | 0.51 | 0.57 | 0.7 | - |
YUV | 16.92 | 129.17 | 125.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 14 | 18 | 19 | 0.26 | 0.05 | 0 | 0.93 | 192 | 0.15 | 0.06 |
Hex | E | 12 | 13 | 1A | 5 | 0 | 5D | C0 | F | 6 |
Octal | 16 | 22 | 23 | 32 | 5 | 0 | 135 | 300 | 17 | 6 |
Binary | 1110 | 10010 | 10011 | 11010 | 101 | 0 | 1011101 | 11000000 | 1111 | 110 |
Color Harmonies of #0E1213
Complementary color
Monochromatic Colors of #0E1213
Black with #0E1213
Text Example
Text Example
White with #0E1213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1213; }
p { color: rgb(14,18,19); }
H1.HeaderClassName
{
color: #0E1213;
}
.AnyTagClassName
{
color: #0E1213;
}
</style>
background-color css
<style>
a { background-color: #0E1213; }
a { background-color: rgb(14,18,19); }
div.DivClassName
{
background-color: #0E1213;
}
.BgClassName
{
background-color: #0E1213;
}
</style>
border-color css
<style>
span { border-color: #0E1213; }
span { border-color: rgb(14,18,19); }
td.TdClassName
{
border-color: #0E1213;
}
.TagClassName
{
border-color: #0E1213;
}
</style>