Shades of Black Pearl #091416
Tints of Black Pearl #091416
RGB
CMYK
RGB Variations
Color information
#091416 (or 0x091416) is known color: Black Pearl. HEX triplet: 09, 14 and 16. RGB value is (9,20,22). Sum of RGB (Red+Green+Blue) = 9+20+22=51 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.65% from 51); Green value is 20 (8.20% from 255 or 39.22% 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 #091416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091416 is #F6EBE9. Grayscale: #101010. Windows color (decimal): -16182250 or 1446921. OLE color: 1446921.
HSL color Cylindrical-coordinate representation of color #091416: hue angle of 189.23º 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 #091416 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 20 | 22 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.91 |
| HSL | 189.23º | 0.42% | 0.06% | - |
| HSV(B) | 189.23º | 0.59% | 0.09% | - |
| XYZ | 0.51 | 0.62 | 0.85 | - |
| YUV | 16.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 22 | 0.59 | 0.09 | 0 | 0.91 | 189.23 | 0.42 | 0.06 |
| Hex | 9 | 14 | 16 | 3B | 9 | 0 | 5B | BD | 2A | 6 |
| Octal | 11 | 24 | 26 | 73 | 11 | 0 | 133 | 275 | 52 | 6 |
| Binary | 1001 | 10100 | 10110 | 111011 | 1001 | 0 | 1011011 | 10111101 | 101010 | 110 |
Color Harmonies of #091416
Complementary color
Monochromatic Colors of #091416
Black with #091416
Text Example
Text Example
White with #091416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091416; }
p { color: rgb(9,20,22); }
H1.HeaderClassName
{
color: #091416;
}
.AnyTagClassName
{
color: #091416;
}
</style>
background-color css
<style>
a { background-color: #091416; }
a { background-color: rgb(9,20,22); }
div.DivClassName
{
background-color: #091416;
}
.BgClassName
{
background-color: #091416;
}
</style>
border-color css
<style>
span { border-color: #091416; }
span { border-color: rgb(9,20,22); }
td.TdClassName
{
border-color: #091416;
}
.TagClassName
{
border-color: #091416;
}
</style>