Shades of Black Pearl #09111D
Tints of Black Pearl #09111D
RGB
CMYK
RGB Variations
Color information
#09111D (or 0x09111D) is known color: Black Pearl. HEX triplet: 09, 11 and 1D. RGB value is (9,17,29). Sum of RGB (Red+Green+Blue) = 9+17+29=55 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.36% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #09111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09111D is #F6EEE2. Grayscale: #0F0F0F. Windows color (decimal): -16183011 or 1904905. OLE color: 1904905.
HSL color Cylindrical-coordinate representation of color #09111D: hue angle of 216º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09111D is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 17 | 29 | - |
| CMYK | 0.69 | 0.41 | 0 | 0.89 |
| HSL | 216º | 0.53% | 0.07% | - |
| HSV(B) | 216º | 0.69% | 0.11% | - |
| XYZ | 0.53 | 0.55 | 1.24 | - |
| YUV | 15.98 | 135.35 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 29 | 0.69 | 0.41 | 0 | 0.89 | 216 | 0.53 | 0.07 |
| Hex | 9 | 11 | 1D | 45 | 29 | 0 | 59 | D8 | 35 | 7 |
| Octal | 11 | 21 | 35 | 105 | 51 | 0 | 131 | 330 | 65 | 7 |
| Binary | 1001 | 10001 | 11101 | 1000101 | 101001 | 0 | 1011001 | 11011000 | 110101 | 111 |
Color Harmonies of #09111D
Complementary color
Monochromatic Colors of #09111D
Black with #09111D
Text Example
Text Example
White with #09111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09111D; }
p { color: rgb(9,17,29); }
H1.HeaderClassName
{
color: #09111D;
}
.AnyTagClassName
{
color: #09111D;
}
</style>
background-color css
<style>
a { background-color: #09111D; }
a { background-color: rgb(9,17,29); }
div.DivClassName
{
background-color: #09111D;
}
.BgClassName
{
background-color: #09111D;
}
</style>
border-color css
<style>
span { border-color: #09111D; }
span { border-color: rgb(9,17,29); }
td.TdClassName
{
border-color: #09111D;
}
.TagClassName
{
border-color: #09111D;
}
</style>