Shades of Black Pearl #020F16
Tints of Black Pearl #020F16
RGB
CMYK
RGB Variations
Color information
#020F16 (or 0x020F16) is known color: Black Pearl. HEX triplet: 02, 0F and 16. RGB value is (2,15,22). Sum of RGB (Red+Green+Blue) = 2+15+22=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 22 (8.98% from 255 or 56.41% from 39); Max value from RGB is 22 - color contains mainly: blue. Hex color #020F16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F16 is #FDF0E9. Grayscale: #0B0B0B. Windows color (decimal): -16642282 or 1445634. OLE color: 1445634.
HSL color Cylindrical-coordinate representation of color #020F16: hue angle of 201º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #020F16 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 2 | 15 | 22 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.91 |
| HSL | 201º | 0.83% | 0.05% | - |
| HSV(B) | 201º | 0.91% | 0.09% | - |
| XYZ | 0.34 | 0.41 | 0.82 | - |
| YUV | 11.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 22 | 0.91 | 0.32 | 0 | 0.91 | 201 | 0.83 | 0.05 |
| Hex | 2 | F | 16 | 5B | 20 | 0 | 5B | C9 | 53 | 5 |
| Octal | 2 | 17 | 26 | 133 | 40 | 0 | 133 | 311 | 123 | 5 |
| Binary | 10 | 1111 | 10110 | 1011011 | 100000 | 0 | 1011011 | 11001001 | 1010011 | 101 |
Color Harmonies of #020F16
Complementary color
Monochromatic Colors of #020F16
Black with #020F16
Text Example
Text Example
White with #020F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F16; }
p { color: rgb(2,15,22); }
H1.HeaderClassName
{
color: #020F16;
}
.AnyTagClassName
{
color: #020F16;
}
</style>
background-color css
<style>
a { background-color: #020F16; }
a { background-color: rgb(2,15,22); }
div.DivClassName
{
background-color: #020F16;
}
.BgClassName
{
background-color: #020F16;
}
</style>
border-color css
<style>
span { border-color: #020F16; }
span { border-color: rgb(2,15,22); }
td.TdClassName
{
border-color: #020F16;
}
.TagClassName
{
border-color: #020F16;
}
</style>