Shades of Black Pearl #020A14
Tints of Black Pearl #020A14
RGB
CMYK
RGB Variations
Color information
#020A14 (or 0x020A14) is known color: Black Pearl. HEX triplet: 02, 0A and 14. RGB value is (2,10,20). Sum of RGB (Red+Green+Blue) = 2+10+20=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 10 (4.30% from 255 or 31.25% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #020A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A14 is #FDF5EB. Grayscale: #080808. Windows color (decimal): -16643564 or 1313282. OLE color: 1313282.
HSL color Cylindrical-coordinate representation of color #020A14: hue angle of 213.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020A14 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 10 | 20 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.92 |
| HSL | 213.33º | 0.82% | 0.04% | - |
| HSV(B) | 213.33º | 0.9% | 0.08% | - |
| XYZ | 0.26 | 0.28 | 0.7 | - |
| YUV | 8.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 20 | 0.90 | 0.50 | 0 | 0.92 | 213.33 | 0.82 | 0.04 |
| Hex | 2 | A | 14 | 5A | 32 | 0 | 5C | D5 | 52 | 4 |
| Octal | 2 | 12 | 24 | 132 | 62 | 0 | 134 | 325 | 122 | 4 |
| Binary | 10 | 1010 | 10100 | 1011010 | 110010 | 0 | 1011100 | 11010101 | 1010010 | 100 |
Color Harmonies of #020A14
Complementary color
Monochromatic Colors of #020A14
Black with #020A14
Text Example
Text Example
White with #020A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A14; }
p { color: rgb(2,10,20); }
H1.HeaderClassName
{
color: #020A14;
}
.AnyTagClassName
{
color: #020A14;
}
</style>
background-color css
<style>
a { background-color: #020A14; }
a { background-color: rgb(2,10,20); }
div.DivClassName
{
background-color: #020A14;
}
.BgClassName
{
background-color: #020A14;
}
</style>
border-color css
<style>
span { border-color: #020A14; }
span { border-color: rgb(2,10,20); }
td.TdClassName
{
border-color: #020A14;
}
.TagClassName
{
border-color: #020A14;
}
</style>