Shades of Black Pearl #020D15
Tints of Black Pearl #020D15
RGB
CMYK
RGB Variations
Color information
#020D15 (or 0x020D15) is known color: Black Pearl. HEX triplet: 02, 0D and 15. RGB value is (2,13,21). Sum of RGB (Red+Green+Blue) = 2+13+21=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 13 (5.47% from 255 or 36.11% from 36); Blue value is 21 (8.59% from 255 or 58.33% from 36); Max value from RGB is 21 - color contains mainly: blue. Hex color #020D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020D15 is #FDF2EA. Grayscale: #0A0A0A. Windows color (decimal): -16642795 or 1379586. OLE color: 1379586.
HSL color Cylindrical-coordinate representation of color #020D15: hue angle of 205.26º 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 #020D15 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 2 | 13 | 21 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.92 |
| HSL | 205.26º | 0.83% | 0.05% | - |
| HSV(B) | 205.26º | 0.9% | 0.08% | - |
| XYZ | 0.3 | 0.35 | 0.76 | - |
| YUV | 10.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 13 | 21 | 0.90 | 0.38 | 0 | 0.92 | 205.26 | 0.83 | 0.05 |
| Hex | 2 | D | 15 | 5A | 26 | 0 | 5C | CD | 53 | 5 |
| Octal | 2 | 15 | 25 | 132 | 46 | 0 | 134 | 315 | 123 | 5 |
| Binary | 10 | 1101 | 10101 | 1011010 | 100110 | 0 | 1011100 | 11001101 | 1010011 | 101 |
Color Harmonies of #020D15
Complementary color
Monochromatic Colors of #020D15
Black with #020D15
Text Example
Text Example
White with #020D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020D15; }
p { color: rgb(2,13,21); }
H1.HeaderClassName
{
color: #020D15;
}
.AnyTagClassName
{
color: #020D15;
}
</style>
background-color css
<style>
a { background-color: #020D15; }
a { background-color: rgb(2,13,21); }
div.DivClassName
{
background-color: #020D15;
}
.BgClassName
{
background-color: #020D15;
}
</style>
border-color css
<style>
span { border-color: #020D15; }
span { border-color: rgb(2,13,21); }
td.TdClassName
{
border-color: #020D15;
}
.TagClassName
{
border-color: #020D15;
}
</style>