Shades of Black Pearl #020A10
Tints of Black Pearl #020A10
RGB
CMYK
RGB Variations
Color information
#020A10 (or 0x020A10) is known color: Black Pearl. HEX triplet: 02, 0A and 10. RGB value is (2,10,16). Sum of RGB (Red+Green+Blue) = 2+10+16=28 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.14% from 28); Green value is 10 (4.30% from 255 or 35.71% from 28); Blue value is 16 (6.64% from 255 or 57.14% from 28); Max value from RGB is 16 - color contains mainly: blue. Hex color #020A10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A10 is #FDF5EF. Grayscale: #080808. Windows color (decimal): -16643568 or 1051138. OLE color: 1051138.
HSL color Cylindrical-coordinate representation of color #020A10: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020A10 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 10 | 16 | - |
| CMYK | 0.87 | 0.37 | 0 | 0.94 |
| HSL | 205.71º | 0.78% | 0.04% | - |
| HSV(B) | 205.71º | 0.88% | 0.06% | - |
| XYZ | 0.23 | 0.27 | 0.53 | - |
| YUV | 8.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 16 | 0.87 | 0.37 | 0 | 0.94 | 205.71 | 0.78 | 0.04 |
| Hex | 2 | A | 10 | 57 | 25 | 0 | 5E | CE | 4E | 4 |
| Octal | 2 | 12 | 20 | 127 | 45 | 0 | 136 | 316 | 116 | 4 |
| Binary | 10 | 1010 | 10000 | 1010111 | 100101 | 0 | 1011110 | 11001110 | 1001110 | 100 |
Color Harmonies of #020A10
Complementary color
Monochromatic Colors of #020A10
Black with #020A10
Text Example
Text Example
White with #020A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A10; }
p { color: rgb(2,10,16); }
H1.HeaderClassName
{
color: #020A10;
}
.AnyTagClassName
{
color: #020A10;
}
</style>
background-color css
<style>
a { background-color: #020A10; }
a { background-color: rgb(2,10,16); }
div.DivClassName
{
background-color: #020A10;
}
.BgClassName
{
background-color: #020A10;
}
</style>
border-color css
<style>
span { border-color: #020A10; }
span { border-color: rgb(2,10,16); }
td.TdClassName
{
border-color: #020A10;
}
.TagClassName
{
border-color: #020A10;
}
</style>