Shades of Black Pearl #020D1B
Tints of Black Pearl #020D1B
RGB
CMYK
RGB Variations
Color information
#020D1B (or 0x020D1B) is known color: Black Pearl. HEX triplet: 02, 0D and 1B. RGB value is (2,13,27). Sum of RGB (Red+Green+Blue) = 2+13+27=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #020D1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020D1B is #FDF2E4. Grayscale: #0B0B0B. Windows color (decimal): -16642789 or 1772802. OLE color: 1772802.
HSL color Cylindrical-coordinate representation of color #020D1B: hue angle of 213.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #020D1B is Cyan = 0.93, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 13 | 27 | - |
| CMYK | 0.93 | 0.52 | 0 | 0.89 |
| HSL | 213.6º | 0.86% | 0.06% | - |
| HSV(B) | 213.6º | 0.93% | 0.11% | - |
| XYZ | 0.37 | 0.38 | 1.09 | - |
| YUV | 11.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 27 | 0.93 | 0.52 | 0 | 0.89 | 213.6 | 0.86 | 0.06 |
| Hex | 2 | D | 1B | 5D | 34 | 0 | 59 | D6 | 56 | 6 |
| Octal | 2 | 15 | 33 | 135 | 64 | 0 | 131 | 326 | 126 | 6 |
| Binary | 10 | 1101 | 11011 | 1011101 | 110100 | 0 | 1011001 | 11010110 | 1010110 | 110 |
Color Harmonies of #020D1B
Complementary color
Monochromatic Colors of #020D1B
Black with #020D1B
Text Example
Text Example
White with #020D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D1B; }
p { color: rgb(2,13,27); }
H1.HeaderClassName
{
color: #020D1B;
}
.AnyTagClassName
{
color: #020D1B;
}
</style>
background-color css
<style>
a { background-color: #020D1B; }
a { background-color: rgb(2,13,27); }
div.DivClassName
{
background-color: #020D1B;
}
.BgClassName
{
background-color: #020D1B;
}
</style>
border-color css
<style>
span { border-color: #020D1B; }
span { border-color: rgb(2,13,27); }
td.TdClassName
{
border-color: #020D1B;
}
.TagClassName
{
border-color: #020D1B;
}
</style>