Shades of Black Pearl #020A15
Tints of Black Pearl #020A15
RGB
CMYK
RGB Variations
Color information
#020A15 (or 0x020A15) is known color: Black Pearl. HEX triplet: 02, 0A and 15. RGB value is (2,10,21). Sum of RGB (Red+Green+Blue) = 2+10+21=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #020A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A15 is #FDF5EA. Grayscale: #080808. Windows color (decimal): -16643563 or 1378818. OLE color: 1378818.
HSL color Cylindrical-coordinate representation of color #020A15: hue angle of 214.74º 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 #020A15 is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 10 | 21 | - |
| CMYK | 0.90 | 0.52 | 0 | 0.92 |
| HSL | 214.74º | 0.83% | 0.05% | - |
| HSV(B) | 214.74º | 0.9% | 0.08% | - |
| XYZ | 0.27 | 0.28 | 0.75 | - |
| YUV | 8.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 21 | 0.90 | 0.52 | 0 | 0.92 | 214.74 | 0.83 | 0.05 |
| Hex | 2 | A | 15 | 5A | 34 | 0 | 5C | D7 | 53 | 5 |
| Octal | 2 | 12 | 25 | 132 | 64 | 0 | 134 | 327 | 123 | 5 |
| Binary | 10 | 1010 | 10101 | 1011010 | 110100 | 0 | 1011100 | 11010111 | 1010011 | 101 |
Color Harmonies of #020A15
Complementary color
Monochromatic Colors of #020A15
Black with #020A15
Text Example
Text Example
White with #020A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A15; }
p { color: rgb(2,10,21); }
H1.HeaderClassName
{
color: #020A15;
}
.AnyTagClassName
{
color: #020A15;
}
</style>
background-color css
<style>
a { background-color: #020A15; }
a { background-color: rgb(2,10,21); }
div.DivClassName
{
background-color: #020A15;
}
.BgClassName
{
background-color: #020A15;
}
</style>
border-color css
<style>
span { border-color: #020A15; }
span { border-color: rgb(2,10,21); }
td.TdClassName
{
border-color: #020A15;
}
.TagClassName
{
border-color: #020A15;
}
</style>