Shades of Black Pearl #010E16
Tints of Black Pearl #010E16
RGB
CMYK
RGB Variations
Color information
#010E16 (or 0x010E16) is known color: Black Pearl. HEX triplet: 01, 0E and 16. RGB value is (1,14,22). Sum of RGB (Red+Green+Blue) = 1+14+22=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 22 (8.98% from 255 or 59.46% from 37); Max value from RGB is 22 - color contains mainly: blue. Hex color #010E16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010E16 is #FEF1E9. Grayscale: #0A0A0A. Windows color (decimal): -16708074 or 1445377. OLE color: 1445377.
HSL color Cylindrical-coordinate representation of color #010E16: hue angle of 202.86º degrees, saturation: 0.91, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010E16 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 14 | 22 | - |
| CMYK | 0.95 | 0.36 | 0 | 0.91 |
| HSL | 202.86º | 0.91% | 0.05% | - |
| HSV(B) | 202.86º | 0.95% | 0.09% | - |
| XYZ | 0.31 | 0.38 | 0.82 | - |
| YUV | 11.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 22 | 0.95 | 0.36 | 0 | 0.91 | 202.86 | 0.91 | 0.05 |
| Hex | 1 | E | 16 | 5F | 24 | 0 | 5B | CB | 5B | 5 |
| Octal | 1 | 16 | 26 | 137 | 44 | 0 | 133 | 313 | 133 | 5 |
| Binary | 1 | 1110 | 10110 | 1011111 | 100100 | 0 | 1011011 | 11001011 | 1011011 | 101 |
Color Harmonies of #010E16
Complementary color
Monochromatic Colors of #010E16
Black with #010E16
Text Example
Text Example
White with #010E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E16; }
p { color: rgb(1,14,22); }
H1.HeaderClassName
{
color: #010E16;
}
.AnyTagClassName
{
color: #010E16;
}
</style>
background-color css
<style>
a { background-color: #010E16; }
a { background-color: rgb(1,14,22); }
div.DivClassName
{
background-color: #010E16;
}
.BgClassName
{
background-color: #010E16;
}
</style>
border-color css
<style>
span { border-color: #010E16; }
span { border-color: rgb(1,14,22); }
td.TdClassName
{
border-color: #010E16;
}
.TagClassName
{
border-color: #010E16;
}
</style>