Shades of Black Pearl #020D11
Tints of Black Pearl #020D11
RGB
CMYK
RGB Variations
Color information
#020D11 (or 0x020D11) is known color: Black Pearl. HEX triplet: 02, 0D and 11. RGB value is (2,13,17). Sum of RGB (Red+Green+Blue) = 2+13+17=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #020D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D11 is #FDF2EE. Grayscale: #0A0A0A. Windows color (decimal): -16642799 or 1117442. OLE color: 1117442.
HSL color Cylindrical-coordinate representation of color #020D11: hue angle of 196º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020D11 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 13 | 17 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.93 |
| HSL | 196º | 0.79% | 0.04% | - |
| HSV(B) | 196º | 0.88% | 0.07% | - |
| XYZ | 0.27 | 0.34 | 0.58 | - |
| YUV | 10.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 17 | 0.88 | 0.24 | 0 | 0.93 | 196 | 0.79 | 0.04 |
| Hex | 2 | D | 11 | 58 | 18 | 0 | 5D | C4 | 4F | 4 |
| Octal | 2 | 15 | 21 | 130 | 30 | 0 | 135 | 304 | 117 | 4 |
| Binary | 10 | 1101 | 10001 | 1011000 | 11000 | 0 | 1011101 | 11000100 | 1001111 | 100 |
Color Harmonies of #020D11
Complementary color
Monochromatic Colors of #020D11
Black with #020D11
Text Example
Text Example
White with #020D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D11; }
p { color: rgb(2,13,17); }
H1.HeaderClassName
{
color: #020D11;
}
.AnyTagClassName
{
color: #020D11;
}
</style>
background-color css
<style>
a { background-color: #020D11; }
a { background-color: rgb(2,13,17); }
div.DivClassName
{
background-color: #020D11;
}
.BgClassName
{
background-color: #020D11;
}
</style>
border-color css
<style>
span { border-color: #020D11; }
span { border-color: rgb(2,13,17); }
td.TdClassName
{
border-color: #020D11;
}
.TagClassName
{
border-color: #020D11;
}
</style>