Shades of Black Pearl #020A0F
Tints of Black Pearl #020A0F
RGB
CMYK
RGB Variations
Color information
#020A0F (or 0x020A0F) is known color: Black Pearl. HEX triplet: 02, 0A and 0F. RGB value is (2,10,15). Sum of RGB (Red+Green+Blue) = 2+10+15=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 10 (4.30% from 255 or 37.04% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #020A0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020A0F is #FDF5F0. Grayscale: #080808. Windows color (decimal): -16643569 or 985602. OLE color: 985602.
HSL color Cylindrical-coordinate representation of color #020A0F: hue angle of 203.08º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #020A0F is Cyan = 0.87, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 10 | 15 | - |
| CMYK | 0.87 | 0.33 | 0 | 0.94 |
| HSL | 203.08º | 0.76% | 0.03% | - |
| HSV(B) | 203.08º | 0.87% | 0.06% | - |
| XYZ | 0.22 | 0.26 | 0.49 | - |
| YUV | 8.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 10 | 15 | 0.87 | 0.33 | 0 | 0.94 | 203.08 | 0.76 | 0.03 |
| Hex | 2 | A | F | 57 | 21 | 0 | 5E | CB | 4C | 3 |
| Octal | 2 | 12 | 17 | 127 | 41 | 0 | 136 | 313 | 114 | 3 |
| Binary | 10 | 1010 | 1111 | 1010111 | 100001 | 0 | 1011110 | 11001011 | 1001100 | 11 |
Color Harmonies of #020A0F
Complementary color
Monochromatic Colors of #020A0F
Black with #020A0F
Text Example
Text Example
White with #020A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020A0F; }
p { color: rgb(2,10,15); }
H1.HeaderClassName
{
color: #020A0F;
}
.AnyTagClassName
{
color: #020A0F;
}
</style>
background-color css
<style>
a { background-color: #020A0F; }
a { background-color: rgb(2,10,15); }
div.DivClassName
{
background-color: #020A0F;
}
.BgClassName
{
background-color: #020A0F;
}
</style>
border-color css
<style>
span { border-color: #020A0F; }
span { border-color: rgb(2,10,15); }
td.TdClassName
{
border-color: #020A0F;
}
.TagClassName
{
border-color: #020A0F;
}
</style>