Shades of Black Pearl #020E11
Tints of Black Pearl #020E11
RGB
CMYK
RGB Variations
Color information
#020E11 (or 0x020E11) is known color: Black Pearl. HEX triplet: 02, 0E and 11. RGB value is (2,14,17). Sum of RGB (Red+Green+Blue) = 2+14+17=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 14 (5.86% from 255 or 42.42% from 33); Blue value is 17 (7.03% from 255 or 51.52% from 33); Max value from RGB is 17 - color contains mainly: blue. Hex color #020E11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E11 is #FDF1EE. Grayscale: #0A0A0A. Windows color (decimal): -16642543 or 1117698. OLE color: 1117698.
HSL color Cylindrical-coordinate representation of color #020E11: hue angle of 192º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020E11 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 14 | 17 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.93 |
| HSL | 192º | 0.79% | 0.04% | - |
| HSV(B) | 192º | 0.88% | 0.07% | - |
| XYZ | 0.28 | 0.37 | 0.59 | - |
| YUV | 10.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 17 | 0.88 | 0.18 | 0 | 0.93 | 192 | 0.79 | 0.04 |
| Hex | 2 | E | 11 | 58 | 12 | 0 | 5D | C0 | 4F | 4 |
| Octal | 2 | 16 | 21 | 130 | 22 | 0 | 135 | 300 | 117 | 4 |
| Binary | 10 | 1110 | 10001 | 1011000 | 10010 | 0 | 1011101 | 11000000 | 1001111 | 100 |
Color Harmonies of #020E11
Complementary color
Monochromatic Colors of #020E11
Black with #020E11
Text Example
Text Example
White with #020E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E11; }
p { color: rgb(2,14,17); }
H1.HeaderClassName
{
color: #020E11;
}
.AnyTagClassName
{
color: #020E11;
}
</style>
background-color css
<style>
a { background-color: #020E11; }
a { background-color: rgb(2,14,17); }
div.DivClassName
{
background-color: #020E11;
}
.BgClassName
{
background-color: #020E11;
}
</style>
border-color css
<style>
span { border-color: #020E11; }
span { border-color: rgb(2,14,17); }
td.TdClassName
{
border-color: #020E11;
}
.TagClassName
{
border-color: #020E11;
}
</style>