Shades of Black Pearl #091516
Tints of Black Pearl #091516
RGB
CMYK
RGB Variations
Color information
#091516 (or 0x091516) is known color: Black Pearl. HEX triplet: 09, 15 and 16. RGB value is (9,21,22). Sum of RGB (Red+Green+Blue) = 9+21+22=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #091516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091516 is #F6EAE9. Grayscale: #111111. Windows color (decimal): -16181994 or 1447177. OLE color: 1447177.
HSL color Cylindrical-coordinate representation of color #091516: hue angle of 184.62º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #091516 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 21 | 22 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.91 |
| HSL | 184.62º | 0.42% | 0.06% | - |
| HSV(B) | 184.62º | 0.59% | 0.09% | - |
| XYZ | 0.53 | 0.65 | 0.86 | - |
| YUV | 17.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 22 | 0.59 | 0.05 | 0 | 0.91 | 184.62 | 0.42 | 0.06 |
| Hex | 9 | 15 | 16 | 3B | 5 | 0 | 5B | B9 | 2A | 6 |
| Octal | 11 | 25 | 26 | 73 | 5 | 0 | 133 | 271 | 52 | 6 |
| Binary | 1001 | 10101 | 10110 | 111011 | 101 | 0 | 1011011 | 10111001 | 101010 | 110 |
Color Harmonies of #091516
Complementary color
Monochromatic Colors of #091516
Black with #091516
Text Example
Text Example
White with #091516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091516; }
p { color: rgb(9,21,22); }
H1.HeaderClassName
{
color: #091516;
}
.AnyTagClassName
{
color: #091516;
}
</style>
background-color css
<style>
a { background-color: #091516; }
a { background-color: rgb(9,21,22); }
div.DivClassName
{
background-color: #091516;
}
.BgClassName
{
background-color: #091516;
}
</style>
border-color css
<style>
span { border-color: #091516; }
span { border-color: rgb(9,21,22); }
td.TdClassName
{
border-color: #091516;
}
.TagClassName
{
border-color: #091516;
}
</style>