Shades of Black Pearl #020D19
Tints of Black Pearl #020D19
RGB
CMYK
RGB Variations
Color information
#020D19 (or 0x020D19) is known color: Black Pearl. HEX triplet: 02, 0D and 19. RGB value is (2,13,25). Sum of RGB (Red+Green+Blue) = 2+13+25=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 13 (5.47% from 255 or 32.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #020D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D19 is #FDF2E6. Grayscale: #0B0B0B. Windows color (decimal): -16642791 or 1641730. OLE color: 1641730.
HSL color Cylindrical-coordinate representation of color #020D19: hue angle of 211.3º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020D19 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 13 | 25 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.90 |
| HSL | 211.3º | 0.85% | 0.05% | - |
| HSV(B) | 211.3º | 0.92% | 0.1% | - |
| XYZ | 0.34 | 0.37 | 0.97 | - |
| YUV | 11.08 | 135.86 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 25 | 0.92 | 0.48 | 0 | 0.90 | 211.3 | 0.85 | 0.05 |
| Hex | 2 | D | 19 | 5C | 30 | 0 | 5A | D3 | 55 | 5 |
| Octal | 2 | 15 | 31 | 134 | 60 | 0 | 132 | 323 | 125 | 5 |
| Binary | 10 | 1101 | 11001 | 1011100 | 110000 | 0 | 1011010 | 11010011 | 1010101 | 101 |
Color Harmonies of #020D19
Complementary color
Monochromatic Colors of #020D19
Black with #020D19
Text Example
Text Example
White with #020D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D19; }
p { color: rgb(2,13,25); }
H1.HeaderClassName
{
color: #020D19;
}
.AnyTagClassName
{
color: #020D19;
}
</style>
background-color css
<style>
a { background-color: #020D19; }
a { background-color: rgb(2,13,25); }
div.DivClassName
{
background-color: #020D19;
}
.BgClassName
{
background-color: #020D19;
}
</style>
border-color css
<style>
span { border-color: #020D19; }
span { border-color: rgb(2,13,25); }
td.TdClassName
{
border-color: #020D19;
}
.TagClassName
{
border-color: #020D19;
}
</style>