Shades of Black Pearl #020D14
Tints of Black Pearl #020D14
RGB
CMYK
RGB Variations
Color information
#020D14 (or 0x020D14) is known color: Black Pearl. HEX triplet: 02, 0D and 14. RGB value is (2,13,20). Sum of RGB (Red+Green+Blue) = 2+13+20=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 13 (5.47% from 255 or 37.14% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #020D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D14 is #FDF2EB. Grayscale: #0A0A0A. Windows color (decimal): -16642796 or 1314050. OLE color: 1314050.
HSL color Cylindrical-coordinate representation of color #020D14: hue angle of 203.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 #020D14 is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 13 | 20 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.92 |
| HSL | 203.33º | 0.82% | 0.04% | - |
| HSV(B) | 203.33º | 0.9% | 0.08% | - |
| XYZ | 0.3 | 0.35 | 0.71 | - |
| YUV | 10.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 20 | 0.90 | 0.35 | 0 | 0.92 | 203.33 | 0.82 | 0.04 |
| Hex | 2 | D | 14 | 5A | 23 | 0 | 5C | CB | 52 | 4 |
| Octal | 2 | 15 | 24 | 132 | 43 | 0 | 134 | 313 | 122 | 4 |
| Binary | 10 | 1101 | 10100 | 1011010 | 100011 | 0 | 1011100 | 11001011 | 1010010 | 100 |
Color Harmonies of #020D14
Complementary color
Monochromatic Colors of #020D14
Black with #020D14
Text Example
Text Example
White with #020D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D14; }
p { color: rgb(2,13,20); }
H1.HeaderClassName
{
color: #020D14;
}
.AnyTagClassName
{
color: #020D14;
}
</style>
background-color css
<style>
a { background-color: #020D14; }
a { background-color: rgb(2,13,20); }
div.DivClassName
{
background-color: #020D14;
}
.BgClassName
{
background-color: #020D14;
}
</style>
border-color css
<style>
span { border-color: #020D14; }
span { border-color: rgb(2,13,20); }
td.TdClassName
{
border-color: #020D14;
}
.TagClassName
{
border-color: #020D14;
}
</style>