Shades of Black Pearl #020B15
Tints of Black Pearl #020B15
RGB
CMYK
RGB Variations
Color information
#020B15 (or 0x020B15) is known color: Black Pearl. HEX triplet: 02, 0B and 15. RGB value is (2,11,21). Sum of RGB (Red+Green+Blue) = 2+11+21=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 11 (4.69% from 255 or 32.35% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #020B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B15 is #FDF4EA. Grayscale: #090909. Windows color (decimal): -16643307 or 1379074. OLE color: 1379074.
HSL color Cylindrical-coordinate representation of color #020B15: hue angle of 211.58º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020B15 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 11 | 21 | - |
| CMYK | 0.90 | 0.48 | 0 | 0.92 |
| HSL | 211.58º | 0.83% | 0.05% | - |
| HSV(B) | 211.58º | 0.9% | 0.08% | - |
| XYZ | 0.28 | 0.31 | 0.75 | - |
| YUV | 9.45 | 134.52 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 21 | 0.90 | 0.48 | 0 | 0.92 | 211.58 | 0.83 | 0.05 |
| Hex | 2 | B | 15 | 5A | 30 | 0 | 5C | D4 | 53 | 5 |
| Octal | 2 | 13 | 25 | 132 | 60 | 0 | 134 | 324 | 123 | 5 |
| Binary | 10 | 1011 | 10101 | 1011010 | 110000 | 0 | 1011100 | 11010100 | 1010011 | 101 |
Color Harmonies of #020B15
Complementary color
Monochromatic Colors of #020B15
Black with #020B15
Text Example
Text Example
White with #020B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B15; }
p { color: rgb(2,11,21); }
H1.HeaderClassName
{
color: #020B15;
}
.AnyTagClassName
{
color: #020B15;
}
</style>
background-color css
<style>
a { background-color: #020B15; }
a { background-color: rgb(2,11,21); }
div.DivClassName
{
background-color: #020B15;
}
.BgClassName
{
background-color: #020B15;
}
</style>
border-color css
<style>
span { border-color: #020B15; }
span { border-color: rgb(2,11,21); }
td.TdClassName
{
border-color: #020B15;
}
.TagClassName
{
border-color: #020B15;
}
</style>