Shades of Black Pearl #020E15
Tints of Black Pearl #020E15
RGB
CMYK
RGB Variations
Color information
#020E15 (or 0x020E15) is known color: Black Pearl. HEX triplet: 02, 0E and 15. RGB value is (2,14,21). Sum of RGB (Red+Green+Blue) = 2+14+21=37 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.41% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 21 (8.59% from 255 or 56.76% from 37); Max value from RGB is 21 - color contains mainly: blue. Hex color #020E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020E15 is #FDF1EA. Grayscale: #0B0B0B. Windows color (decimal): -16642539 or 1379842. OLE color: 1379842.
HSL color Cylindrical-coordinate representation of color #020E15: hue angle of 202.11º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020E15 is Cyan = 0.90, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 14 | 21 | - |
| CMYK | 0.90 | 0.33 | 0 | 0.92 |
| HSL | 202.11º | 0.83% | 0.05% | - |
| HSV(B) | 202.11º | 0.9% | 0.08% | - |
| XYZ | 0.32 | 0.38 | 0.77 | - |
| YUV | 11.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 14 | 21 | 0.90 | 0.33 | 0 | 0.92 | 202.11 | 0.83 | 0.05 |
| Hex | 2 | E | 15 | 5A | 21 | 0 | 5C | CA | 53 | 5 |
| Octal | 2 | 16 | 25 | 132 | 41 | 0 | 134 | 312 | 123 | 5 |
| Binary | 10 | 1110 | 10101 | 1011010 | 100001 | 0 | 1011100 | 11001010 | 1010011 | 101 |
Color Harmonies of #020E15
Complementary color
Monochromatic Colors of #020E15
Black with #020E15
Text Example
Text Example
White with #020E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020E15; }
p { color: rgb(2,14,21); }
H1.HeaderClassName
{
color: #020E15;
}
.AnyTagClassName
{
color: #020E15;
}
</style>
background-color css
<style>
a { background-color: #020E15; }
a { background-color: rgb(2,14,21); }
div.DivClassName
{
background-color: #020E15;
}
.BgClassName
{
background-color: #020E15;
}
</style>
border-color css
<style>
span { border-color: #020E15; }
span { border-color: rgb(2,14,21); }
td.TdClassName
{
border-color: #020E15;
}
.TagClassName
{
border-color: #020E15;
}
</style>