Shades of Black Pearl #091011
Tints of Black Pearl #091011
RGB
CMYK
RGB Variations
Color information
#091011 (or 0x091011) is known color: Black Pearl. HEX triplet: 09, 10 and 11. RGB value is (9,16,17). Sum of RGB (Red+Green+Blue) = 9+16+17=42 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.43% from 42); Green value is 16 (6.64% from 255 or 38.10% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: blue. Hex color #091011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091011 is #F6EFEE. Grayscale: #0E0E0E. Windows color (decimal): -16183279 or 1118217. OLE color: 1118217.
HSL color Cylindrical-coordinate representation of color #091011: hue angle of 187.5º degrees, saturation: 0.31, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #091011 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 16 | 17 | - |
| CMYK | 0.47 | 0.06 | 0 | 0.93 |
| HSL | 187.5º | 0.31% | 0.05% | - |
| HSV(B) | 187.5º | 0.47% | 0.07% | - |
| XYZ | 0.4 | 0.47 | 0.6 | - |
| YUV | 14.02 | 129.68 | 124.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 17 | 0.47 | 0.06 | 0 | 0.93 | 187.5 | 0.31 | 0.05 |
| Hex | 9 | 10 | 11 | 2F | 6 | 0 | 5D | BC | 1F | 5 |
| Octal | 11 | 20 | 21 | 57 | 6 | 0 | 135 | 274 | 37 | 5 |
| Binary | 1001 | 10000 | 10001 | 101111 | 110 | 0 | 1011101 | 10111100 | 11111 | 101 |
Color Harmonies of #091011
Complementary color
Monochromatic Colors of #091011
Black with #091011
Text Example
Text Example
White with #091011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091011; }
p { color: rgb(9,16,17); }
H1.HeaderClassName
{
color: #091011;
}
.AnyTagClassName
{
color: #091011;
}
</style>
background-color css
<style>
a { background-color: #091011; }
a { background-color: rgb(9,16,17); }
div.DivClassName
{
background-color: #091011;
}
.BgClassName
{
background-color: #091011;
}
</style>
border-color css
<style>
span { border-color: #091011; }
span { border-color: rgb(9,16,17); }
td.TdClassName
{
border-color: #091011;
}
.TagClassName
{
border-color: #091011;
}
</style>