Shades of Black Pearl #091113
Tints of Black Pearl #091113
RGB
CMYK
RGB Variations
Color information
#091113 (or 0x091113) is known color: Black Pearl. HEX triplet: 09, 11 and 13. RGB value is (9,17,19). Sum of RGB (Red+Green+Blue) = 9+17+19=45 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 19 (7.81% from 255 or 42.22% from 45); Max value from RGB is 19 - color contains mainly: blue. Hex color #091113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091113 is #F6EEEC. Grayscale: #0E0E0E. Windows color (decimal): -16183021 or 1249545. OLE color: 1249545.
HSL color Cylindrical-coordinate representation of color #091113: hue angle of 192º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #091113 is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 9 | 17 | 19 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.93 |
| HSL | 192º | 0.36% | 0.05% | - |
| HSV(B) | 192º | 0.53% | 0.07% | - |
| XYZ | 0.43 | 0.51 | 0.69 | - |
| YUV | 14.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 19 | 0.53 | 0.11 | 0 | 0.93 | 192 | 0.36 | 0.05 |
| Hex | 9 | 11 | 13 | 35 | B | 0 | 5D | C0 | 24 | 5 |
| Octal | 11 | 21 | 23 | 65 | 13 | 0 | 135 | 300 | 44 | 5 |
| Binary | 1001 | 10001 | 10011 | 110101 | 1011 | 0 | 1011101 | 11000000 | 100100 | 101 |
Color Harmonies of #091113
Complementary color
Monochromatic Colors of #091113
Black with #091113
Text Example
Text Example
White with #091113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091113; }
p { color: rgb(9,17,19); }
H1.HeaderClassName
{
color: #091113;
}
.AnyTagClassName
{
color: #091113;
}
</style>
background-color css
<style>
a { background-color: #091113; }
a { background-color: rgb(9,17,19); }
div.DivClassName
{
background-color: #091113;
}
.BgClassName
{
background-color: #091113;
}
</style>
border-color css
<style>
span { border-color: #091113; }
span { border-color: rgb(9,17,19); }
td.TdClassName
{
border-color: #091113;
}
.TagClassName
{
border-color: #091113;
}
</style>