Shades of Black Pearl #010E12
Tints of Black Pearl #010E12
RGB
CMYK
RGB Variations
Color information
#010E12 (or 0x010E12) is known color: Black Pearl. HEX triplet: 01, 0E and 12. RGB value is (1,14,18). Sum of RGB (Red+Green+Blue) = 1+14+18=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #010E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E12 is #FEF1ED. Grayscale: #0A0A0A. Windows color (decimal): -16708078 or 1183233. OLE color: 1183233.
HSL color Cylindrical-coordinate representation of color #010E12: hue angle of 194.12º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010E12 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 14 | 18 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.93 |
| HSL | 194.12º | 0.89% | 0.04% | - |
| HSV(B) | 194.12º | 0.94% | 0.07% | - |
| XYZ | 0.28 | 0.36 | 0.63 | - |
| YUV | 10.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 18 | 0.94 | 0.22 | 0 | 0.93 | 194.12 | 0.89 | 0.04 |
| Hex | 1 | E | 12 | 5E | 16 | 0 | 5D | C2 | 59 | 4 |
| Octal | 1 | 16 | 22 | 136 | 26 | 0 | 135 | 302 | 131 | 4 |
| Binary | 1 | 1110 | 10010 | 1011110 | 10110 | 0 | 1011101 | 11000010 | 1011001 | 100 |
Color Harmonies of #010E12
Complementary color
Monochromatic Colors of #010E12
Black with #010E12
Text Example
Text Example
White with #010E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E12; }
p { color: rgb(1,14,18); }
H1.HeaderClassName
{
color: #010E12;
}
.AnyTagClassName
{
color: #010E12;
}
</style>
background-color css
<style>
a { background-color: #010E12; }
a { background-color: rgb(1,14,18); }
div.DivClassName
{
background-color: #010E12;
}
.BgClassName
{
background-color: #010E12;
}
</style>
border-color css
<style>
span { border-color: #010E12; }
span { border-color: rgb(1,14,18); }
td.TdClassName
{
border-color: #010E12;
}
.TagClassName
{
border-color: #010E12;
}
</style>