Shades of Black Pearl #020E19
Tints of Black Pearl #020E19
RGB
CMYK
RGB Variations
Color information
#020E19 (or 0x020E19) is known color: Black Pearl. HEX triplet: 02, 0E and 19. RGB value is (2,14,25). Sum of RGB (Red+Green+Blue) = 2+14+25=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 25 (10.16% from 255 or 60.98% from 41); Max value from RGB is 25 - color contains mainly: blue. Hex color #020E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E19 is #FDF1E6. Grayscale: #0B0B0B. Windows color (decimal): -16642535 or 1641986. OLE color: 1641986.
HSL color Cylindrical-coordinate representation of color #020E19: hue angle of 208.7º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020E19 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 14 | 25 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.90 |
| HSL | 208.7º | 0.85% | 0.05% | - |
| HSV(B) | 208.7º | 0.92% | 0.1% | - |
| XYZ | 0.36 | 0.4 | 0.98 | - |
| YUV | 11.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 25 | 0.92 | 0.44 | 0 | 0.90 | 208.7 | 0.85 | 0.05 |
| Hex | 2 | E | 19 | 5C | 2C | 0 | 5A | D1 | 55 | 5 |
| Octal | 2 | 16 | 31 | 134 | 54 | 0 | 132 | 321 | 125 | 5 |
| Binary | 10 | 1110 | 11001 | 1011100 | 101100 | 0 | 1011010 | 11010001 | 1010101 | 101 |
Color Harmonies of #020E19
Complementary color
Monochromatic Colors of #020E19
Black with #020E19
Text Example
Text Example
White with #020E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E19; }
p { color: rgb(2,14,25); }
H1.HeaderClassName
{
color: #020E19;
}
.AnyTagClassName
{
color: #020E19;
}
</style>
background-color css
<style>
a { background-color: #020E19; }
a { background-color: rgb(2,14,25); }
div.DivClassName
{
background-color: #020E19;
}
.BgClassName
{
background-color: #020E19;
}
</style>
border-color css
<style>
span { border-color: #020E19; }
span { border-color: rgb(2,14,25); }
td.TdClassName
{
border-color: #020E19;
}
.TagClassName
{
border-color: #020E19;
}
</style>