Shades of Black Pearl #0E1316
Tints of Black Pearl #0E1316
RGB
CMYK
RGB Variations
Color information
#0E1316 (or 0x0E1316) is known color: Black Pearl. HEX triplet: 0E, 13 and 16. RGB value is (14,19,22). Sum of RGB (Red+Green+Blue) = 14+19+22=55 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25.45% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 22 - color contains mainly: blue. Hex color #0E1316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1316 is #F1ECE9. Grayscale: #111111. Windows color (decimal): -15854826 or 1446670. OLE color: 1446670.
HSL color Cylindrical-coordinate representation of color #0E1316: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #0E1316 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 19 | 22 | - |
| CMYK | 0.36 | 0.14 | 0 | 0.91 |
| HSL | 202.5º | 0.22% | 0.07% | - |
| HSV(B) | 202.5º | 0.36% | 0.09% | - |
| XYZ | 0.56 | 0.62 | 0.85 | - |
| YUV | 17.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 19 | 22 | 0.36 | 0.14 | 0 | 0.91 | 202.5 | 0.22 | 0.07 |
| Hex | E | 13 | 16 | 24 | E | 0 | 5B | CA | 16 | 7 |
| Octal | 16 | 23 | 26 | 44 | 16 | 0 | 133 | 312 | 26 | 7 |
| Binary | 1110 | 10011 | 10110 | 100100 | 1110 | 0 | 1011011 | 11001010 | 10110 | 111 |
Color Harmonies of #0E1316
Complementary color
Monochromatic Colors of #0E1316
Black with #0E1316
Text Example
Text Example
White with #0E1316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1316; }
p { color: rgb(14,19,22); }
H1.HeaderClassName
{
color: #0E1316;
}
.AnyTagClassName
{
color: #0E1316;
}
</style>
background-color css
<style>
a { background-color: #0E1316; }
a { background-color: rgb(14,19,22); }
div.DivClassName
{
background-color: #0E1316;
}
.BgClassName
{
background-color: #0E1316;
}
</style>
border-color css
<style>
span { border-color: #0E1316; }
span { border-color: rgb(14,19,22); }
td.TdClassName
{
border-color: #0E1316;
}
.TagClassName
{
border-color: #0E1316;
}
</style>