Shades of Black Pearl #071516
Tints of Black Pearl #071516
RGB
CMYK
RGB Variations
Color information
#071516 (or 0x071516) is known color: Black Pearl. HEX triplet: 07, 15 and 16. RGB value is (7,21,22). Sum of RGB (Red+Green+Blue) = 7+21+22=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #071516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071516 is #F8EAE9. Grayscale: #101010. Windows color (decimal): -16313066 or 1447175. OLE color: 1447175.
HSL color Cylindrical-coordinate representation of color #071516: hue angle of 184º 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 #071516 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 7 | 21 | 22 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.91 |
| HSL | 184º | 0.52% | 0.06% | - |
| HSV(B) | 184º | 0.68% | 0.09% | - |
| XYZ | 0.5 | 0.64 | 0.86 | - |
| YUV | 16.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 22 | 0.68 | 0.05 | 0 | 0.91 | 184 | 0.52 | 0.06 |
| Hex | 7 | 15 | 16 | 44 | 5 | 0 | 5B | B8 | 34 | 6 |
| Octal | 7 | 25 | 26 | 104 | 5 | 0 | 133 | 270 | 64 | 6 |
| Binary | 111 | 10101 | 10110 | 1000100 | 101 | 0 | 1011011 | 10111000 | 110100 | 110 |
Color Harmonies of #071516
Complementary color
Monochromatic Colors of #071516
Black with #071516
Text Example
Text Example
White with #071516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071516; }
p { color: rgb(7,21,22); }
H1.HeaderClassName
{
color: #071516;
}
.AnyTagClassName
{
color: #071516;
}
</style>
background-color css
<style>
a { background-color: #071516; }
a { background-color: rgb(7,21,22); }
div.DivClassName
{
background-color: #071516;
}
.BgClassName
{
background-color: #071516;
}
</style>
border-color css
<style>
span { border-color: #071516; }
span { border-color: rgb(7,21,22); }
td.TdClassName
{
border-color: #071516;
}
.TagClassName
{
border-color: #071516;
}
</style>