Shades of Black Pearl #020A0B
Tints of Black Pearl #020A0B
RGB
CMYK
RGB Variations
Color information
#020A0B (or 0x020A0B) is known color: Black Pearl. HEX triplet: 02, 0A and 0B. RGB value is (2,10,11). Sum of RGB (Red+Green+Blue) = 2+10+11=23 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.70% from 23); Green value is 10 (4.30% from 255 or 43.48% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #020A0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A0B is #FDF5F4. Grayscale: #070707. Windows color (decimal): -16643573 or 723458. OLE color: 723458.
HSL color Cylindrical-coordinate representation of color #020A0B: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #020A0B is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 2 | 10 | 11 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.96 |
| HSL | 186.67º | 0.69% | 0.03% | - |
| HSV(B) | 186.67º | 0.82% | 0.04% | - |
| XYZ | 0.19 | 0.25 | 0.36 | - |
| YUV | 7.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 11 | 0.82 | 0.09 | 0 | 0.96 | 186.67 | 0.69 | 0.03 |
| Hex | 2 | A | B | 52 | 9 | 0 | 60 | BB | 45 | 3 |
| Octal | 2 | 12 | 13 | 122 | 11 | 0 | 140 | 273 | 105 | 3 |
| Binary | 10 | 1010 | 1011 | 1010010 | 1001 | 0 | 1100000 | 10111011 | 1000101 | 11 |
Color Harmonies of #020A0B
Complementary color
Monochromatic Colors of #020A0B
Black with #020A0B
Text Example
Text Example
White with #020A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A0B; }
p { color: rgb(2,10,11); }
H1.HeaderClassName
{
color: #020A0B;
}
.AnyTagClassName
{
color: #020A0B;
}
</style>
background-color css
<style>
a { background-color: #020A0B; }
a { background-color: rgb(2,10,11); }
div.DivClassName
{
background-color: #020A0B;
}
.BgClassName
{
background-color: #020A0B;
}
</style>
border-color css
<style>
span { border-color: #020A0B; }
span { border-color: rgb(2,10,11); }
td.TdClassName
{
border-color: #020A0B;
}
.TagClassName
{
border-color: #020A0B;
}
</style>