Shades of Black Pearl #020C12
Tints of Black Pearl #020C12
RGB
CMYK
RGB Variations
Color information
#020C12 (or 0x020C12) is known color: Black Pearl. HEX triplet: 02, 0C and 12. RGB value is (2,12,18). Sum of RGB (Red+Green+Blue) = 2+12+18=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 12 (5.08% from 255 or 37.5% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #020C12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C12 is #FDF3ED. Grayscale: #090909. Windows color (decimal): -16643054 or 1182722. OLE color: 1182722.
HSL color Cylindrical-coordinate representation of color #020C12: hue angle of 202.5º 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 #020C12 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 12 | 18 | - |
| CMYK | 0.89 | 0.33 | 0 | 0.93 |
| HSL | 202.5º | 0.8% | 0.04% | - |
| HSV(B) | 202.5º | 0.89% | 0.07% | - |
| XYZ | 0.27 | 0.32 | 0.62 | - |
| YUV | 9.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 18 | 0.89 | 0.33 | 0 | 0.93 | 202.5 | 0.8 | 0.04 |
| Hex | 2 | C | 12 | 59 | 21 | 0 | 5D | CA | 50 | 4 |
| Octal | 2 | 14 | 22 | 131 | 41 | 0 | 135 | 312 | 120 | 4 |
| Binary | 10 | 1100 | 10010 | 1011001 | 100001 | 0 | 1011101 | 11001010 | 1010000 | 100 |
Color Harmonies of #020C12
Complementary color
Monochromatic Colors of #020C12
Black with #020C12
Text Example
Text Example
White with #020C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C12; }
p { color: rgb(2,12,18); }
H1.HeaderClassName
{
color: #020C12;
}
.AnyTagClassName
{
color: #020C12;
}
</style>
background-color css
<style>
a { background-color: #020C12; }
a { background-color: rgb(2,12,18); }
div.DivClassName
{
background-color: #020C12;
}
.BgClassName
{
background-color: #020C12;
}
</style>
border-color css
<style>
span { border-color: #020C12; }
span { border-color: rgb(2,12,18); }
td.TdClassName
{
border-color: #020C12;
}
.TagClassName
{
border-color: #020C12;
}
</style>