Shades of Black Pearl #020B0D
Tints of Black Pearl #020B0D
RGB
CMYK
RGB Variations
Color information
#020B0D (or 0x020B0D) is known color: Black Pearl. HEX triplet: 02, 0B and 0D. RGB value is (2,11,13). Sum of RGB (Red+Green+Blue) = 2+11+13=26 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.69% from 26); Green value is 11 (4.69% from 255 or 42.31% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #020B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B0D is #FDF4F2. Grayscale: #080808. Windows color (decimal): -16643315 or 854786. OLE color: 854786.
HSL color Cylindrical-coordinate representation of color #020B0D: hue angle of 190.91º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #020B0D is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 11 | 13 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.95 |
| HSL | 190.91º | 0.73% | 0.03% | - |
| HSV(B) | 190.91º | 0.85% | 0.05% | - |
| XYZ | 0.22 | 0.28 | 0.42 | - |
| YUV | 8.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 13 | 0.85 | 0.15 | 0 | 0.95 | 190.91 | 0.73 | 0.03 |
| Hex | 2 | B | D | 55 | F | 0 | 5F | BF | 49 | 3 |
| Octal | 2 | 13 | 15 | 125 | 17 | 0 | 137 | 277 | 111 | 3 |
| Binary | 10 | 1011 | 1101 | 1010101 | 1111 | 0 | 1011111 | 10111111 | 1001001 | 11 |
Color Harmonies of #020B0D
Complementary color
Monochromatic Colors of #020B0D
Black with #020B0D
Text Example
Text Example
White with #020B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B0D; }
p { color: rgb(2,11,13); }
H1.HeaderClassName
{
color: #020B0D;
}
.AnyTagClassName
{
color: #020B0D;
}
</style>
background-color css
<style>
a { background-color: #020B0D; }
a { background-color: rgb(2,11,13); }
div.DivClassName
{
background-color: #020B0D;
}
.BgClassName
{
background-color: #020B0D;
}
</style>
border-color css
<style>
span { border-color: #020B0D; }
span { border-color: rgb(2,11,13); }
td.TdClassName
{
border-color: #020B0D;
}
.TagClassName
{
border-color: #020B0D;
}
</style>