Shades of Black Pearl #020B19
Tints of Black Pearl #020B19
RGB
CMYK
RGB Variations
Color information
#020B19 (or 0x020B19) is known color: Black Pearl. HEX triplet: 02, 0B and 19. RGB value is (2,11,25). Sum of RGB (Red+Green+Blue) = 2+11+25=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 25 (10.16% from 255 or 65.79% from 38); Max value from RGB is 25 - color contains mainly: blue. Hex color #020B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B19 is #FDF4E6. Grayscale: #090909. Windows color (decimal): -16643303 or 1641218. OLE color: 1641218.
HSL color Cylindrical-coordinate representation of color #020B19: hue angle of 216.52º 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 #020B19 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 2 | 11 | 25 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.90 |
| HSL | 216.52º | 0.85% | 0.05% | - |
| HSV(B) | 216.52º | 0.92% | 0.1% | - |
| XYZ | 0.32 | 0.32 | 0.97 | - |
| YUV | 9.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 25 | 0.92 | 0.56 | 0 | 0.90 | 216.52 | 0.85 | 0.05 |
| Hex | 2 | B | 19 | 5C | 38 | 0 | 5A | D9 | 55 | 5 |
| Octal | 2 | 13 | 31 | 134 | 70 | 0 | 132 | 331 | 125 | 5 |
| Binary | 10 | 1011 | 11001 | 1011100 | 111000 | 0 | 1011010 | 11011001 | 1010101 | 101 |
Color Harmonies of #020B19
Complementary color
Monochromatic Colors of #020B19
Black with #020B19
Text Example
Text Example
White with #020B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B19; }
p { color: rgb(2,11,25); }
H1.HeaderClassName
{
color: #020B19;
}
.AnyTagClassName
{
color: #020B19;
}
</style>
background-color css
<style>
a { background-color: #020B19; }
a { background-color: rgb(2,11,25); }
div.DivClassName
{
background-color: #020B19;
}
.BgClassName
{
background-color: #020B19;
}
</style>
border-color css
<style>
span { border-color: #020B19; }
span { border-color: rgb(2,11,25); }
td.TdClassName
{
border-color: #020B19;
}
.TagClassName
{
border-color: #020B19;
}
</style>