Shades of Black Pearl #071416
Tints of Black Pearl #071416
RGB
CMYK
RGB Variations
Color information
#071416 (or 0x071416) is known color: Black Pearl. HEX triplet: 07, 14 and 16. RGB value is (7,20,22). Sum of RGB (Red+Green+Blue) = 7+20+22=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 22 (8.98% from 255 or 44.90% from 49); Max value from RGB is 22 - color contains mainly: blue. Hex color #071416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071416 is #F8EBE9. Grayscale: #101010. Windows color (decimal): -16313322 or 1446919. OLE color: 1446919.
HSL color Cylindrical-coordinate representation of color #071416: hue angle of 188º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #071416 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 20 | 22 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.91 |
| HSL | 188º | 0.52% | 0.06% | - |
| HSV(B) | 188º | 0.68% | 0.09% | - |
| XYZ | 0.48 | 0.6 | 0.85 | - |
| YUV | 16.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 22 | 0.68 | 0.09 | 0 | 0.91 | 188 | 0.52 | 0.06 |
| Hex | 7 | 14 | 16 | 44 | 9 | 0 | 5B | BC | 34 | 6 |
| Octal | 7 | 24 | 26 | 104 | 11 | 0 | 133 | 274 | 64 | 6 |
| Binary | 111 | 10100 | 10110 | 1000100 | 1001 | 0 | 1011011 | 10111100 | 110100 | 110 |
Color Harmonies of #071416
Complementary color
Monochromatic Colors of #071416
Black with #071416
Text Example
Text Example
White with #071416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071416; }
p { color: rgb(7,20,22); }
H1.HeaderClassName
{
color: #071416;
}
.AnyTagClassName
{
color: #071416;
}
</style>
background-color css
<style>
a { background-color: #071416; }
a { background-color: rgb(7,20,22); }
div.DivClassName
{
background-color: #071416;
}
.BgClassName
{
background-color: #071416;
}
</style>
border-color css
<style>
span { border-color: #071416; }
span { border-color: rgb(7,20,22); }
td.TdClassName
{
border-color: #071416;
}
.TagClassName
{
border-color: #071416;
}
</style>