Shades of Black Pearl #091114
Tints of Black Pearl #091114
RGB
CMYK
RGB Variations
Color information
#091114 (or 0x091114) is known color: Black Pearl. HEX triplet: 09, 11 and 14. RGB value is (9,17,20). Sum of RGB (Red+Green+Blue) = 9+17+20=46 (6% of max value = 765). Red value is 9 (3.91% from 255 or 19.57% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #091114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #091114 is #F6EEEB. Grayscale: #0E0E0E. Windows color (decimal): -16183020 or 1315081. OLE color: 1315081.
HSL color Cylindrical-coordinate representation of color #091114: hue angle of 196.36º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #091114 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 9 | 17 | 20 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.92 |
| HSL | 196.36º | 0.38% | 0.06% | - |
| HSV(B) | 196.36º | 0.55% | 0.08% | - |
| XYZ | 0.44 | 0.51 | 0.74 | - |
| YUV | 14.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 20 | 0.55 | 0.15 | 0 | 0.92 | 196.36 | 0.38 | 0.06 |
| Hex | 9 | 11 | 14 | 37 | F | 0 | 5C | C4 | 26 | 6 |
| Octal | 11 | 21 | 24 | 67 | 17 | 0 | 134 | 304 | 46 | 6 |
| Binary | 1001 | 10001 | 10100 | 110111 | 1111 | 0 | 1011100 | 11000100 | 100110 | 110 |
Color Harmonies of #091114
Complementary color
Monochromatic Colors of #091114
Black with #091114
Text Example
Text Example
White with #091114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091114; }
p { color: rgb(9,17,20); }
H1.HeaderClassName
{
color: #091114;
}
.AnyTagClassName
{
color: #091114;
}
</style>
background-color css
<style>
a { background-color: #091114; }
a { background-color: rgb(9,17,20); }
div.DivClassName
{
background-color: #091114;
}
.BgClassName
{
background-color: #091114;
}
</style>
border-color css
<style>
span { border-color: #091114; }
span { border-color: rgb(9,17,20); }
td.TdClassName
{
border-color: #091114;
}
.TagClassName
{
border-color: #091114;
}
</style>