Shades of Black Pearl #020B16
Tints of Black Pearl #020B16
RGB
CMYK
RGB Variations
Color information
#020B16 (or 0x020B16) is known color: Black Pearl. HEX triplet: 02, 0B and 16. RGB value is (2,11,22). Sum of RGB (Red+Green+Blue) = 2+11+22=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 22 (8.98% from 255 or 62.86% from 35); Max value from RGB is 22 - color contains mainly: blue. Hex color #020B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B16 is #FDF4E9. Grayscale: #090909. Windows color (decimal): -16643306 or 1444610. OLE color: 1444610.
HSL color Cylindrical-coordinate representation of color #020B16: hue angle of 213º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020B16 is Cyan = 0.91, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 11 | 22 | - |
| CMYK | 0.91 | 0.5 | 0 | 0.91 |
| HSL | 213º | 0.83% | 0.05% | - |
| HSV(B) | 213º | 0.91% | 0.09% | - |
| XYZ | 0.29 | 0.31 | 0.8 | - |
| YUV | 9.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 22 | 0.91 | 0.5 | 0 | 0.91 | 213 | 0.83 | 0.05 |
| Hex | 2 | B | 16 | 5B | 32 | 0 | 5B | D5 | 53 | 5 |
| Octal | 2 | 13 | 26 | 133 | 62 | 0 | 133 | 325 | 123 | 5 |
| Binary | 10 | 1011 | 10110 | 1011011 | 110010 | 0 | 1011011 | 11010101 | 1010011 | 101 |
Color Harmonies of #020B16
Complementary color
Monochromatic Colors of #020B16
Black with #020B16
Text Example
Text Example
White with #020B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B16; }
p { color: rgb(2,11,22); }
H1.HeaderClassName
{
color: #020B16;
}
.AnyTagClassName
{
color: #020B16;
}
</style>
background-color css
<style>
a { background-color: #020B16; }
a { background-color: rgb(2,11,22); }
div.DivClassName
{
background-color: #020B16;
}
.BgClassName
{
background-color: #020B16;
}
</style>
border-color css
<style>
span { border-color: #020B16; }
span { border-color: rgb(2,11,22); }
td.TdClassName
{
border-color: #020B16;
}
.TagClassName
{
border-color: #020B16;
}
</style>