Shades of Black Pearl #020B11
Tints of Black Pearl #020B11
RGB
CMYK
RGB Variations
Color information
#020B11 (or 0x020B11) is known color: Black Pearl. HEX triplet: 02, 0B and 11. RGB value is (2,11,17). Sum of RGB (Red+Green+Blue) = 2+11+17=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #020B11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B11 is #FDF4EE. Grayscale: #080808. Windows color (decimal): -16643311 or 1116930. OLE color: 1116930.
HSL color Cylindrical-coordinate representation of color #020B11: hue angle of 204º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020B11 is Cyan = 0.88, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 11 | 17 | - |
| CMYK | 0.88 | 0.35 | 0 | 0.93 |
| HSL | 204º | 0.79% | 0.04% | - |
| HSV(B) | 204º | 0.88% | 0.07% | - |
| XYZ | 0.25 | 0.29 | 0.57 | - |
| YUV | 8.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 17 | 0.88 | 0.35 | 0 | 0.93 | 204 | 0.79 | 0.04 |
| Hex | 2 | B | 11 | 58 | 23 | 0 | 5D | CC | 4F | 4 |
| Octal | 2 | 13 | 21 | 130 | 43 | 0 | 135 | 314 | 117 | 4 |
| Binary | 10 | 1011 | 10001 | 1011000 | 100011 | 0 | 1011101 | 11001100 | 1001111 | 100 |
Color Harmonies of #020B11
Complementary color
Monochromatic Colors of #020B11
Black with #020B11
Text Example
Text Example
White with #020B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B11; }
p { color: rgb(2,11,17); }
H1.HeaderClassName
{
color: #020B11;
}
.AnyTagClassName
{
color: #020B11;
}
</style>
background-color css
<style>
a { background-color: #020B11; }
a { background-color: rgb(2,11,17); }
div.DivClassName
{
background-color: #020B11;
}
.BgClassName
{
background-color: #020B11;
}
</style>
border-color css
<style>
span { border-color: #020B11; }
span { border-color: rgb(2,11,17); }
td.TdClassName
{
border-color: #020B11;
}
.TagClassName
{
border-color: #020B11;
}
</style>