Shades of Black Pearl #071012
Tints of Black Pearl #071012
RGB
CMYK
RGB Variations
Color information
#071012 (or 0x071012) is known color: Black Pearl. HEX triplet: 07, 10 and 12. RGB value is (7,16,18). Sum of RGB (Red+Green+Blue) = 7+16+18=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 16 (6.64% from 255 or 39.02% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #071012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071012 is #F8EFED. Grayscale: #0D0D0D. Windows color (decimal): -16314350 or 1183751. OLE color: 1183751.
HSL color Cylindrical-coordinate representation of color #071012: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #071012 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 16 | 18 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.93 |
| HSL | 190.91º | 0.44% | 0.05% | - |
| HSV(B) | 190.91º | 0.61% | 0.07% | - |
| XYZ | 0.38 | 0.46 | 0.64 | - |
| YUV | 13.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 18 | 0.61 | 0.11 | 0 | 0.93 | 190.91 | 0.44 | 0.05 |
| Hex | 7 | 10 | 12 | 3D | B | 0 | 5D | BF | 2C | 5 |
| Octal | 7 | 20 | 22 | 75 | 13 | 0 | 135 | 277 | 54 | 5 |
| Binary | 111 | 10000 | 10010 | 111101 | 1011 | 0 | 1011101 | 10111111 | 101100 | 101 |
Color Harmonies of #071012
Complementary color
Monochromatic Colors of #071012
Black with #071012
Text Example
Text Example
White with #071012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071012; }
p { color: rgb(7,16,18); }
H1.HeaderClassName
{
color: #071012;
}
.AnyTagClassName
{
color: #071012;
}
</style>
background-color css
<style>
a { background-color: #071012; }
a { background-color: rgb(7,16,18); }
div.DivClassName
{
background-color: #071012;
}
.BgClassName
{
background-color: #071012;
}
</style>
border-color css
<style>
span { border-color: #071012; }
span { border-color: rgb(7,16,18); }
td.TdClassName
{
border-color: #071012;
}
.TagClassName
{
border-color: #071012;
}
</style>