Shades of Black Pearl #020B13
Tints of Black Pearl #020B13
RGB
CMYK
RGB Variations
Color information
#020B13 (or 0x020B13) is known color: Black Pearl. HEX triplet: 02, 0B and 13. RGB value is (2,11,19). Sum of RGB (Red+Green+Blue) = 2+11+19=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 19 (7.81% from 255 or 59.38% from 32); Max value from RGB is 19 - color contains mainly: blue. Hex color #020B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B13 is #FDF4EC. Grayscale: #090909. Windows color (decimal): -16643309 or 1248002. OLE color: 1248002.
HSL color Cylindrical-coordinate representation of color #020B13: hue angle of 208.24º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020B13 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 11 | 19 | - |
| CMYK | 0.89 | 0.42 | 0 | 0.93 |
| HSL | 208.24º | 0.81% | 0.04% | - |
| HSV(B) | 208.24º | 0.89% | 0.07% | - |
| XYZ | 0.26 | 0.3 | 0.66 | - |
| YUV | 9.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 19 | 0.89 | 0.42 | 0 | 0.93 | 208.24 | 0.81 | 0.04 |
| Hex | 2 | B | 13 | 59 | 2A | 0 | 5D | D0 | 51 | 4 |
| Octal | 2 | 13 | 23 | 131 | 52 | 0 | 135 | 320 | 121 | 4 |
| Binary | 10 | 1011 | 10011 | 1011001 | 101010 | 0 | 1011101 | 11010000 | 1010001 | 100 |
Color Harmonies of #020B13
Complementary color
Monochromatic Colors of #020B13
Black with #020B13
Text Example
Text Example
White with #020B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B13; }
p { color: rgb(2,11,19); }
H1.HeaderClassName
{
color: #020B13;
}
.AnyTagClassName
{
color: #020B13;
}
</style>
background-color css
<style>
a { background-color: #020B13; }
a { background-color: rgb(2,11,19); }
div.DivClassName
{
background-color: #020B13;
}
.BgClassName
{
background-color: #020B13;
}
</style>
border-color css
<style>
span { border-color: #020B13; }
span { border-color: rgb(2,11,19); }
td.TdClassName
{
border-color: #020B13;
}
.TagClassName
{
border-color: #020B13;
}
</style>