Shades of Black Pearl #020B14
Tints of Black Pearl #020B14
RGB
CMYK
RGB Variations
Color information
#020B14 (or 0x020B14) is known color: Black Pearl. HEX triplet: 02, 0B and 14. RGB value is (2,11,20). Sum of RGB (Red+Green+Blue) = 2+11+20=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 20 (8.20% from 255 or 60.61% from 33); Max value from RGB is 20 - color contains mainly: blue. Hex color #020B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020B14 is #FDF4EB. Grayscale: #090909. Windows color (decimal): -16643308 or 1313538. OLE color: 1313538.
HSL color Cylindrical-coordinate representation of color #020B14: hue angle of 210º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020B14 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 11 | 20 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.92 |
| HSL | 210º | 0.82% | 0.04% | - |
| HSV(B) | 210º | 0.9% | 0.08% | - |
| XYZ | 0.27 | 0.3 | 0.71 | - |
| YUV | 9.34 | 134.02 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 11 | 20 | 0.90 | 0.45 | 0 | 0.92 | 210 | 0.82 | 0.04 |
| Hex | 2 | B | 14 | 5A | 2D | 0 | 5C | D2 | 52 | 4 |
| Octal | 2 | 13 | 24 | 132 | 55 | 0 | 134 | 322 | 122 | 4 |
| Binary | 10 | 1011 | 10100 | 1011010 | 101101 | 0 | 1011100 | 11010010 | 1010010 | 100 |
Color Harmonies of #020B14
Complementary color
Monochromatic Colors of #020B14
Black with #020B14
Text Example
Text Example
White with #020B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020B14; }
p { color: rgb(2,11,20); }
H1.HeaderClassName
{
color: #020B14;
}
.AnyTagClassName
{
color: #020B14;
}
</style>
background-color css
<style>
a { background-color: #020B14; }
a { background-color: rgb(2,11,20); }
div.DivClassName
{
background-color: #020B14;
}
.BgClassName
{
background-color: #020B14;
}
</style>
border-color css
<style>
span { border-color: #020B14; }
span { border-color: rgb(2,11,20); }
td.TdClassName
{
border-color: #020B14;
}
.TagClassName
{
border-color: #020B14;
}
</style>