Shades of Black Pearl #020F12
Tints of Black Pearl #020F12
RGB
CMYK
RGB Variations
Color information
#020F12 (or 0x020F12) is known color: Black Pearl. HEX triplet: 02, 0F and 12. RGB value is (2,15,18). Sum of RGB (Red+Green+Blue) = 2+15+18=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #020F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020F12 is #FDF0ED. Grayscale: #0B0B0B. Windows color (decimal): -16642286 or 1183490. OLE color: 1183490.
HSL color Cylindrical-coordinate representation of color #020F12: hue angle of 191.25º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020F12 is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 2 | 15 | 18 | - |
CMYK | 0.89 | 0.17 | 0 | 0.93 |
HSL | 191.25º | 0.8% | 0.04% | - |
HSV(B) | 191.25º | 0.89% | 0.07% | - |
XYZ | 0.31 | 0.4 | 0.63 | - |
YUV | 11.46 | 131.69 | 121.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 15 | 18 | 0.89 | 0.17 | 0 | 0.93 | 191.25 | 0.8 | 0.04 |
Hex | 2 | F | 12 | 59 | 11 | 0 | 5D | BF | 50 | 4 |
Octal | 2 | 17 | 22 | 131 | 21 | 0 | 135 | 277 | 120 | 4 |
Binary | 10 | 1111 | 10010 | 1011001 | 10001 | 0 | 1011101 | 10111111 | 1010000 | 100 |
Color Harmonies of #020F12
Complementary color
Monochromatic Colors of #020F12
Black with #020F12
Text Example
Text Example
White with #020F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020F12; }
p { color: rgb(2,15,18); }
H1.HeaderClassName
{
color: #020F12;
}
.AnyTagClassName
{
color: #020F12;
}
</style>
background-color css
<style>
a { background-color: #020F12; }
a { background-color: rgb(2,15,18); }
div.DivClassName
{
background-color: #020F12;
}
.BgClassName
{
background-color: #020F12;
}
</style>
border-color css
<style>
span { border-color: #020F12; }
span { border-color: rgb(2,15,18); }
td.TdClassName
{
border-color: #020F12;
}
.TagClassName
{
border-color: #020F12;
}
</style>