Shades of Black Pearl #020F10
Tints of Black Pearl #020F10
RGB
CMYK
RGB Variations
Color information
#020F10 (or 0x020F10) is known color: Black Pearl. HEX triplet: 02, 0F and 10. RGB value is (2,15,16). Sum of RGB (Red+Green+Blue) = 2+15+16=33 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.06% from 33); Green value is 15 (6.25% from 255 or 45.45% from 33); Blue value is 16 (6.64% from 255 or 48.48% from 33); Max value from RGB is 16 - color contains mainly: blue. Hex color #020F10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F10 is #FDF0EF. Grayscale: #0B0B0B. Windows color (decimal): -16642288 or 1052418. OLE color: 1052418.
HSL color Cylindrical-coordinate representation of color #020F10: hue angle of 184.29º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #020F10 is Cyan = 0.87, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 2 | 15 | 16 | - |
| CMYK | 0.87 | 0.06 | 0 | 0.94 |
| HSL | 184.29º | 0.78% | 0.04% | - |
| HSV(B) | 184.29º | 0.88% | 0.06% | - |
| XYZ | 0.29 | 0.39 | 0.55 | - |
| YUV | 11.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 15 | 16 | 0.87 | 0.06 | 0 | 0.94 | 184.29 | 0.78 | 0.04 |
| Hex | 2 | F | 10 | 57 | 6 | 0 | 5E | B8 | 4E | 4 |
| Octal | 2 | 17 | 20 | 127 | 6 | 0 | 136 | 270 | 116 | 4 |
| Binary | 10 | 1111 | 10000 | 1010111 | 110 | 0 | 1011110 | 10111000 | 1001110 | 100 |
Color Harmonies of #020F10
Complementary color
Monochromatic Colors of #020F10
Black with #020F10
Text Example
Text Example
White with #020F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F10; }
p { color: rgb(2,15,16); }
H1.HeaderClassName
{
color: #020F10;
}
.AnyTagClassName
{
color: #020F10;
}
</style>
background-color css
<style>
a { background-color: #020F10; }
a { background-color: rgb(2,15,16); }
div.DivClassName
{
background-color: #020F10;
}
.BgClassName
{
background-color: #020F10;
}
</style>
border-color css
<style>
span { border-color: #020F10; }
span { border-color: rgb(2,15,16); }
td.TdClassName
{
border-color: #020F10;
}
.TagClassName
{
border-color: #020F10;
}
</style>