Shades of Black Pearl #010E14
Tints of Black Pearl #010E14
RGB
CMYK
RGB Variations
Color information
#010E14 (or 0x010E14) is known color: Black Pearl. HEX triplet: 01, 0E and 14. RGB value is (1,14,20). Sum of RGB (Red+Green+Blue) = 1+14+20=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 14 (5.86% from 255 or 40% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #010E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E14 is #FEF1EB. Grayscale: #0A0A0A. Windows color (decimal): -16708076 or 1314305. OLE color: 1314305.
HSL color Cylindrical-coordinate representation of color #010E14: hue angle of 198.95º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010E14 is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 14 | 20 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.92 |
| HSL | 198.95º | 0.9% | 0.04% | - |
| HSV(B) | 198.95º | 0.95% | 0.08% | - |
| XYZ | 0.3 | 0.37 | 0.72 | - |
| YUV | 10.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 20 | 0.95 | 0.30 | 0 | 0.92 | 198.95 | 0.9 | 0.04 |
| Hex | 1 | E | 14 | 5F | 1E | 0 | 5C | C7 | 5A | 4 |
| Octal | 1 | 16 | 24 | 137 | 36 | 0 | 134 | 307 | 132 | 4 |
| Binary | 1 | 1110 | 10100 | 1011111 | 11110 | 0 | 1011100 | 11000111 | 1011010 | 100 |
Color Harmonies of #010E14
Complementary color
Monochromatic Colors of #010E14
Black with #010E14
Text Example
Text Example
White with #010E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E14; }
p { color: rgb(1,14,20); }
H1.HeaderClassName
{
color: #010E14;
}
.AnyTagClassName
{
color: #010E14;
}
</style>
background-color css
<style>
a { background-color: #010E14; }
a { background-color: rgb(1,14,20); }
div.DivClassName
{
background-color: #010E14;
}
.BgClassName
{
background-color: #010E14;
}
</style>
border-color css
<style>
span { border-color: #010E14; }
span { border-color: rgb(1,14,20); }
td.TdClassName
{
border-color: #010E14;
}
.TagClassName
{
border-color: #010E14;
}
</style>