Shades of Black Pearl #091116
Tints of Black Pearl #091116
RGB
CMYK
RGB Variations
Color information
#091116 (or 0x091116) is known color: Black Pearl. HEX triplet: 09, 11 and 16. RGB value is (9,17,22). Sum of RGB (Red+Green+Blue) = 9+17+22=48 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18.75% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #091116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091116 is #F6EEE9. Grayscale: #0F0F0F. Windows color (decimal): -16183018 or 1446153. OLE color: 1446153.
HSL color Cylindrical-coordinate representation of color #091116: hue angle of 203.08º 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 #091116 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 17 | 22 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.91 |
| HSL | 203.08º | 0.42% | 0.06% | - |
| HSV(B) | 203.08º | 0.59% | 0.09% | - |
| XYZ | 0.46 | 0.52 | 0.83 | - |
| YUV | 15.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 22 | 0.59 | 0.23 | 0 | 0.91 | 203.08 | 0.42 | 0.06 |
| Hex | 9 | 11 | 16 | 3B | 17 | 0 | 5B | CB | 2A | 6 |
| Octal | 11 | 21 | 26 | 73 | 27 | 0 | 133 | 313 | 52 | 6 |
| Binary | 1001 | 10001 | 10110 | 111011 | 10111 | 0 | 1011011 | 11001011 | 101010 | 110 |
Color Harmonies of #091116
Complementary color
Monochromatic Colors of #091116
Black with #091116
Text Example
Text Example
White with #091116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091116; }
p { color: rgb(9,17,22); }
H1.HeaderClassName
{
color: #091116;
}
.AnyTagClassName
{
color: #091116;
}
</style>
background-color css
<style>
a { background-color: #091116; }
a { background-color: rgb(9,17,22); }
div.DivClassName
{
background-color: #091116;
}
.BgClassName
{
background-color: #091116;
}
</style>
border-color css
<style>
span { border-color: #091116; }
span { border-color: rgb(9,17,22); }
td.TdClassName
{
border-color: #091116;
}
.TagClassName
{
border-color: #091116;
}
</style>