Shades of Black Pearl #020A12
Tints of Black Pearl #020A12
RGB
CMYK
RGB Variations
Color information
#020A12 (or 0x020A12) is known color: Black Pearl. HEX triplet: 02, 0A and 12. RGB value is (2,10,18). Sum of RGB (Red+Green+Blue) = 2+10+18=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 18 (7.42% from 255 or 60% from 30); Max value from RGB is 18 - color contains mainly: blue. Hex color #020A12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A12 is #FDF5ED. Grayscale: #080808. Windows color (decimal): -16643566 or 1182210. OLE color: 1182210.
HSL color Cylindrical-coordinate representation of color #020A12: hue angle of 210º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020A12 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 2 | 10 | 18 | - |
CMYK | 0.89 | 0.44 | 0 | 0.93 |
HSL | 210º | 0.8% | 0.04% | - |
HSV(B) | 210º | 0.89% | 0.07% | - |
XYZ | 0.24 | 0.27 | 0.61 | - |
YUV | 8.52 | 133.35 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 10 | 18 | 0.89 | 0.44 | 0 | 0.93 | 210 | 0.8 | 0.04 |
Hex | 2 | A | 12 | 59 | 2C | 0 | 5D | D2 | 50 | 4 |
Octal | 2 | 12 | 22 | 131 | 54 | 0 | 135 | 322 | 120 | 4 |
Binary | 10 | 1010 | 10010 | 1011001 | 101100 | 0 | 1011101 | 11010010 | 1010000 | 100 |
Color Harmonies of #020A12
Complementary color
Monochromatic Colors of #020A12
Black with #020A12
Text Example
Text Example
White with #020A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A12; }
p { color: rgb(2,10,18); }
H1.HeaderClassName
{
color: #020A12;
}
.AnyTagClassName
{
color: #020A12;
}
</style>
background-color css
<style>
a { background-color: #020A12; }
a { background-color: rgb(2,10,18); }
div.DivClassName
{
background-color: #020A12;
}
.BgClassName
{
background-color: #020A12;
}
</style>
border-color css
<style>
span { border-color: #020A12; }
span { border-color: rgb(2,10,18); }
td.TdClassName
{
border-color: #020A12;
}
.TagClassName
{
border-color: #020A12;
}
</style>