Shades of Black Pearl #09111C
Tints of Black Pearl #09111C
RGB
CMYK
RGB Variations
Color information
#09111C (or 0x09111C) is known color: Black Pearl. HEX triplet: 09, 11 and 1C. RGB value is (9,17,28). Sum of RGB (Red+Green+Blue) = 9+17+28=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #09111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09111C is #F6EEE3. Grayscale: #0F0F0F. Windows color (decimal): -16183012 or 1839369. OLE color: 1839369.
HSL color Cylindrical-coordinate representation of color #09111C: hue angle of 214.74º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #09111C is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 17 | 28 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.89 |
| HSL | 214.74º | 0.51% | 0.07% | - |
| HSV(B) | 214.74º | 0.68% | 0.11% | - |
| XYZ | 0.52 | 0.54 | 1.18 | - |
| YUV | 15.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 28 | 0.68 | 0.39 | 0 | 0.89 | 214.74 | 0.51 | 0.07 |
| Hex | 9 | 11 | 1C | 44 | 27 | 0 | 59 | D7 | 33 | 7 |
| Octal | 11 | 21 | 34 | 104 | 47 | 0 | 131 | 327 | 63 | 7 |
| Binary | 1001 | 10001 | 11100 | 1000100 | 100111 | 0 | 1011001 | 11010111 | 110011 | 111 |
Color Harmonies of #09111C
Complementary color
Monochromatic Colors of #09111C
Black with #09111C
Text Example
Text Example
White with #09111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09111C; }
p { color: rgb(9,17,28); }
H1.HeaderClassName
{
color: #09111C;
}
.AnyTagClassName
{
color: #09111C;
}
</style>
background-color css
<style>
a { background-color: #09111C; }
a { background-color: rgb(9,17,28); }
div.DivClassName
{
background-color: #09111C;
}
.BgClassName
{
background-color: #09111C;
}
</style>
border-color css
<style>
span { border-color: #09111C; }
span { border-color: rgb(9,17,28); }
td.TdClassName
{
border-color: #09111C;
}
.TagClassName
{
border-color: #09111C;
}
</style>