Shades of Black Pearl #020A0D
Tints of Black Pearl #020A0D
RGB
CMYK
RGB Variations
Color information
#020A0D (or 0x020A0D) is known color: Black Pearl. HEX triplet: 02, 0A and 0D. RGB value is (2,10,13). Sum of RGB (Red+Green+Blue) = 2+10+13=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #020A0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A0D is #FDF5F2. Grayscale: #070707. Windows color (decimal): -16643571 or 854530. OLE color: 854530.
HSL color Cylindrical-coordinate representation of color #020A0D: hue angle of 196.36º 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 #020A0D is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 2 | 10 | 13 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.95 |
| HSL | 196.36º | 0.73% | 0.03% | - |
| HSV(B) | 196.36º | 0.85% | 0.05% | - |
| XYZ | 0.21 | 0.26 | 0.42 | - |
| YUV | 7.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 13 | 0.85 | 0.23 | 0 | 0.95 | 196.36 | 0.73 | 0.03 |
| Hex | 2 | A | D | 55 | 17 | 0 | 5F | C4 | 49 | 3 |
| Octal | 2 | 12 | 15 | 125 | 27 | 0 | 137 | 304 | 111 | 3 |
| Binary | 10 | 1010 | 1101 | 1010101 | 10111 | 0 | 1011111 | 11000100 | 1001001 | 11 |
Color Harmonies of #020A0D
Complementary color
Monochromatic Colors of #020A0D
Black with #020A0D
Text Example
Text Example
White with #020A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A0D; }
p { color: rgb(2,10,13); }
H1.HeaderClassName
{
color: #020A0D;
}
.AnyTagClassName
{
color: #020A0D;
}
</style>
background-color css
<style>
a { background-color: #020A0D; }
a { background-color: rgb(2,10,13); }
div.DivClassName
{
background-color: #020A0D;
}
.BgClassName
{
background-color: #020A0D;
}
</style>
border-color css
<style>
span { border-color: #020A0D; }
span { border-color: rgb(2,10,13); }
td.TdClassName
{
border-color: #020A0D;
}
.TagClassName
{
border-color: #020A0D;
}
</style>