Shades of Black Pearl #09161C
Tints of Black Pearl #09161C
RGB
CMYK
RGB Variations
Color information
#09161C (or 0x09161C) is known color: Black Pearl. HEX triplet: 09, 16 and 1C. RGB value is (9,22,28). Sum of RGB (Red+Green+Blue) = 9+22+28=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 22 (8.98% from 255 or 37.29% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #09161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161C is #F6E9E3. Grayscale: #121212. Windows color (decimal): -16181732 or 1840649. OLE color: 1840649.
HSL color Cylindrical-coordinate representation of color #09161C: hue angle of 198.95º 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 #09161C is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 22 | 28 | - |
| CMYK | 0.68 | 0.21 | 0 | 0.89 |
| HSL | 198.95º | 0.51% | 0.07% | - |
| HSV(B) | 198.95º | 0.68% | 0.11% | - |
| XYZ | 0.61 | 0.72 | 1.2 | - |
| YUV | 18.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 28 | 0.68 | 0.21 | 0 | 0.89 | 198.95 | 0.51 | 0.07 |
| Hex | 9 | 16 | 1C | 44 | 15 | 0 | 59 | C7 | 33 | 7 |
| Octal | 11 | 26 | 34 | 104 | 25 | 0 | 131 | 307 | 63 | 7 |
| Binary | 1001 | 10110 | 11100 | 1000100 | 10101 | 0 | 1011001 | 11000111 | 110011 | 111 |
Color Harmonies of #09161C
Complementary color
Monochromatic Colors of #09161C
Black with #09161C
Text Example
Text Example
White with #09161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09161C; }
p { color: rgb(9,22,28); }
H1.HeaderClassName
{
color: #09161C;
}
.AnyTagClassName
{
color: #09161C;
}
</style>
background-color css
<style>
a { background-color: #09161C; }
a { background-color: rgb(9,22,28); }
div.DivClassName
{
background-color: #09161C;
}
.BgClassName
{
background-color: #09161C;
}
</style>
border-color css
<style>
span { border-color: #09161C; }
span { border-color: rgb(9,22,28); }
td.TdClassName
{
border-color: #09161C;
}
.TagClassName
{
border-color: #09161C;
}
</style>