Shades of Black Pearl #020F11
Tints of Black Pearl #020F11
RGB
CMYK
RGB Variations
Color information
#020F11 (or 0x020F11) is known color: Black Pearl. HEX triplet: 02, 0F and 11. RGB value is (2,15,17). Sum of RGB (Red+Green+Blue) = 2+15+17=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 15 (6.25% from 255 or 44.12% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #020F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F11 is #FDF0EE. Grayscale: #0B0B0B. Windows color (decimal): -16642287 or 1117954. OLE color: 1117954.
HSL color Cylindrical-coordinate representation of color #020F11: hue angle of 188º degrees, saturation: 0.79, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020F11 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 2 | 15 | 17 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.93 |
| HSL | 188º | 0.79% | 0.04% | - |
| HSV(B) | 188º | 0.88% | 0.07% | - |
| XYZ | 0.3 | 0.4 | 0.59 | - |
| YUV | 11.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 17 | 0.88 | 0.12 | 0 | 0.93 | 188 | 0.79 | 0.04 |
| Hex | 2 | F | 11 | 58 | C | 0 | 5D | BC | 4F | 4 |
| Octal | 2 | 17 | 21 | 130 | 14 | 0 | 135 | 274 | 117 | 4 |
| Binary | 10 | 1111 | 10001 | 1011000 | 1100 | 0 | 1011101 | 10111100 | 1001111 | 100 |
Color Harmonies of #020F11
Complementary color
Monochromatic Colors of #020F11
Black with #020F11
Text Example
Text Example
White with #020F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F11; }
p { color: rgb(2,15,17); }
H1.HeaderClassName
{
color: #020F11;
}
.AnyTagClassName
{
color: #020F11;
}
</style>
background-color css
<style>
a { background-color: #020F11; }
a { background-color: rgb(2,15,17); }
div.DivClassName
{
background-color: #020F11;
}
.BgClassName
{
background-color: #020F11;
}
</style>
border-color css
<style>
span { border-color: #020F11; }
span { border-color: rgb(2,15,17); }
td.TdClassName
{
border-color: #020F11;
}
.TagClassName
{
border-color: #020F11;
}
</style>