Shades of Black Pearl #020C14
Tints of Black Pearl #020C14
RGB
CMYK
RGB Variations
Color information
#020C14 (or 0x020C14) is known color: Black Pearl. HEX triplet: 02, 0C and 14. RGB value is (2,12,20). Sum of RGB (Red+Green+Blue) = 2+12+20=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #020C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C14 is #FDF3EB. Grayscale: #090909. Windows color (decimal): -16643052 or 1313794. OLE color: 1313794.
HSL color Cylindrical-coordinate representation of color #020C14: hue angle of 206.67º 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 #020C14 is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 12 | 20 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.92 |
| HSL | 206.67º | 0.82% | 0.04% | - |
| HSV(B) | 206.67º | 0.9% | 0.08% | - |
| XYZ | 0.28 | 0.33 | 0.71 | - |
| YUV | 9.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 20 | 0.90 | 0.40 | 0 | 0.92 | 206.67 | 0.82 | 0.04 |
| Hex | 2 | C | 14 | 5A | 28 | 0 | 5C | CF | 52 | 4 |
| Octal | 2 | 14 | 24 | 132 | 50 | 0 | 134 | 317 | 122 | 4 |
| Binary | 10 | 1100 | 10100 | 1011010 | 101000 | 0 | 1011100 | 11001111 | 1010010 | 100 |
Color Harmonies of #020C14
Complementary color
Monochromatic Colors of #020C14
Black with #020C14
Text Example
Text Example
White with #020C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C14; }
p { color: rgb(2,12,20); }
H1.HeaderClassName
{
color: #020C14;
}
.AnyTagClassName
{
color: #020C14;
}
</style>
background-color css
<style>
a { background-color: #020C14; }
a { background-color: rgb(2,12,20); }
div.DivClassName
{
background-color: #020C14;
}
.BgClassName
{
background-color: #020C14;
}
</style>
border-color css
<style>
span { border-color: #020C14; }
span { border-color: rgb(2,12,20); }
td.TdClassName
{
border-color: #020C14;
}
.TagClassName
{
border-color: #020C14;
}
</style>