Shades of Black Pearl #020C10
Tints of Black Pearl #020C10
RGB
CMYK
RGB Variations
Color information
#020C10 (or 0x020C10) is known color: Black Pearl. HEX triplet: 02, 0C and 10. RGB value is (2,12,16). Sum of RGB (Red+Green+Blue) = 2+12+16=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 16 (6.64% from 255 or 53.33% from 30); Max value from RGB is 16 - color contains mainly: blue. Hex color #020C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020C10 is #FDF3EF. Grayscale: #090909. Windows color (decimal): -16643056 or 1051650. OLE color: 1051650.
HSL color Cylindrical-coordinate representation of color #020C10: hue angle of 197.14º 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 #020C10 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
RGB | 2 | 12 | 16 | - |
CMYK | 0.87 | 0.25 | 0 | 0.94 |
HSL | 197.14º | 0.78% | 0.04% | - |
HSV(B) | 197.14º | 0.88% | 0.06% | - |
XYZ | 0.25 | 0.31 | 0.54 | - |
YUV | 9.47 | 131.69 | 122.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 12 | 16 | 0.87 | 0.25 | 0 | 0.94 | 197.14 | 0.78 | 0.04 |
Hex | 2 | C | 10 | 57 | 19 | 0 | 5E | C5 | 4E | 4 |
Octal | 2 | 14 | 20 | 127 | 31 | 0 | 136 | 305 | 116 | 4 |
Binary | 10 | 1100 | 10000 | 1010111 | 11001 | 0 | 1011110 | 11000101 | 1001110 | 100 |
Color Harmonies of #020C10
Complementary color
Monochromatic Colors of #020C10
Black with #020C10
Text Example
Text Example
White with #020C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #020C10; }
p { color: rgb(2,12,16); }
H1.HeaderClassName
{
color: #020C10;
}
.AnyTagClassName
{
color: #020C10;
}
</style>
background-color css
<style>
a { background-color: #020C10; }
a { background-color: rgb(2,12,16); }
div.DivClassName
{
background-color: #020C10;
}
.BgClassName
{
background-color: #020C10;
}
</style>
border-color css
<style>
span { border-color: #020C10; }
span { border-color: rgb(2,12,16); }
td.TdClassName
{
border-color: #020C10;
}
.TagClassName
{
border-color: #020C10;
}
</style>