Shades of Black Pearl #091115
Tints of Black Pearl #091115
RGB
CMYK
RGB Variations
Color information
#091115 (or 0x091115) is known color: Black Pearl. HEX triplet: 09, 11 and 15. RGB value is (9,17,21). Sum of RGB (Red+Green+Blue) = 9+17+21=47 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.15% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #091115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091115 is #F6EEEA. Grayscale: #0F0F0F. Windows color (decimal): -16183019 or 1380617. OLE color: 1380617.
HSL color Cylindrical-coordinate representation of color #091115: hue angle of 200º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #091115 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 17 | 21 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.92 |
| HSL | 200º | 0.4% | 0.06% | - |
| HSV(B) | 200º | 0.57% | 0.08% | - |
| XYZ | 0.45 | 0.51 | 0.78 | - |
| YUV | 15.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 21 | 0.57 | 0.19 | 0 | 0.92 | 200 | 0.4 | 0.06 |
| Hex | 9 | 11 | 15 | 39 | 13 | 0 | 5C | C8 | 28 | 6 |
| Octal | 11 | 21 | 25 | 71 | 23 | 0 | 134 | 310 | 50 | 6 |
| Binary | 1001 | 10001 | 10101 | 111001 | 10011 | 0 | 1011100 | 11001000 | 101000 | 110 |
Color Harmonies of #091115
Complementary color
Monochromatic Colors of #091115
Black with #091115
Text Example
Text Example
White with #091115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091115; }
p { color: rgb(9,17,21); }
H1.HeaderClassName
{
color: #091115;
}
.AnyTagClassName
{
color: #091115;
}
</style>
background-color css
<style>
a { background-color: #091115; }
a { background-color: rgb(9,17,21); }
div.DivClassName
{
background-color: #091115;
}
.BgClassName
{
background-color: #091115;
}
</style>
border-color css
<style>
span { border-color: #091115; }
span { border-color: rgb(9,17,21); }
td.TdClassName
{
border-color: #091115;
}
.TagClassName
{
border-color: #091115;
}
</style>