Shades of Black Pearl #020C0F
Tints of Black Pearl #020C0F
RGB
CMYK
RGB Variations
Color information
#020C0F (or 0x020C0F) is known color: Black Pearl. HEX triplet: 02, 0C and 0F. RGB value is (2,12,15). Sum of RGB (Red+Green+Blue) = 2+12+15=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 12 (5.08% from 255 or 41.38% from 29); Blue value is 15 (6.25% from 255 or 51.72% from 29); Max value from RGB is 15 - color contains mainly: blue. Hex color #020C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C0F is #FDF3F0. Grayscale: #090909. Windows color (decimal): -16643057 or 986114. OLE color: 986114.
HSL color Cylindrical-coordinate representation of color #020C0F: hue angle of 193.85º 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 #020C0F is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 12 | 15 | - |
| CMYK | 0.87 | 0.20 | 0 | 0.94 |
| HSL | 193.85º | 0.76% | 0.03% | - |
| HSV(B) | 193.85º | 0.87% | 0.06% | - |
| XYZ | 0.24 | 0.31 | 0.5 | - |
| YUV | 9.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 12 | 15 | 0.87 | 0.20 | 0 | 0.94 | 193.85 | 0.76 | 0.03 |
| Hex | 2 | C | F | 57 | 14 | 0 | 5E | C2 | 4C | 3 |
| Octal | 2 | 14 | 17 | 127 | 24 | 0 | 136 | 302 | 114 | 3 |
| Binary | 10 | 1100 | 1111 | 1010111 | 10100 | 0 | 1011110 | 11000010 | 1001100 | 11 |
Color Harmonies of #020C0F
Complementary color
Monochromatic Colors of #020C0F
Black with #020C0F
Text Example
Text Example
White with #020C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C0F; }
p { color: rgb(2,12,15); }
H1.HeaderClassName
{
color: #020C0F;
}
.AnyTagClassName
{
color: #020C0F;
}
</style>
background-color css
<style>
a { background-color: #020C0F; }
a { background-color: rgb(2,12,15); }
div.DivClassName
{
background-color: #020C0F;
}
.BgClassName
{
background-color: #020C0F;
}
</style>
border-color css
<style>
span { border-color: #020C0F; }
span { border-color: rgb(2,12,15); }
td.TdClassName
{
border-color: #020C0F;
}
.TagClassName
{
border-color: #020C0F;
}
</style>