Shades of Black Pearl #081516
Tints of Black Pearl #081516
RGB
CMYK
RGB Variations
Color information
#081516 (or 0x081516) is known color: Black Pearl. HEX triplet: 08, 15 and 16. RGB value is (8,21,22). Sum of RGB (Red+Green+Blue) = 8+21+22=51 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.69% from 51); Green value is 21 (8.59% from 255 or 41.18% from 51); Blue value is 22 (8.98% from 255 or 43.14% from 51); Max value from RGB is 22 - color contains mainly: blue. Hex color #081516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081516 is #F7EAE9. Grayscale: #111111. Windows color (decimal): -16247530 or 1447176. OLE color: 1447176.
HSL color Cylindrical-coordinate representation of color #081516: hue angle of 184.29º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #081516 is Cyan = 0.64, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 8 | 21 | 22 | - |
| CMYK | 0.64 | 0.05 | 0 | 0.91 |
| HSL | 184.29º | 0.47% | 0.06% | - |
| HSV(B) | 184.29º | 0.64% | 0.09% | - |
| XYZ | 0.51 | 0.65 | 0.86 | - |
| YUV | 17.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 22 | 0.64 | 0.05 | 0 | 0.91 | 184.29 | 0.47 | 0.06 |
| Hex | 8 | 15 | 16 | 40 | 5 | 0 | 5B | B8 | 2F | 6 |
| Octal | 10 | 25 | 26 | 100 | 5 | 0 | 133 | 270 | 57 | 6 |
| Binary | 1000 | 10101 | 10110 | 1000000 | 101 | 0 | 1011011 | 10111000 | 101111 | 110 |
Color Harmonies of #081516
Complementary color
Monochromatic Colors of #081516
Black with #081516
Text Example
Text Example
White with #081516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081516; }
p { color: rgb(8,21,22); }
H1.HeaderClassName
{
color: #081516;
}
.AnyTagClassName
{
color: #081516;
}
</style>
background-color css
<style>
a { background-color: #081516; }
a { background-color: rgb(8,21,22); }
div.DivClassName
{
background-color: #081516;
}
.BgClassName
{
background-color: #081516;
}
</style>
border-color css
<style>
span { border-color: #081516; }
span { border-color: rgb(8,21,22); }
td.TdClassName
{
border-color: #081516;
}
.TagClassName
{
border-color: #081516;
}
</style>