Shades of Black Pearl #09161B
Tints of Black Pearl #09161B
RGB
CMYK
RGB Variations
Color information
#09161B (or 0x09161B) is known color: Black Pearl. HEX triplet: 09, 16 and 1B. RGB value is (9,22,27). Sum of RGB (Red+Green+Blue) = 9+22+27=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #09161B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161B is #F6E9E4. Grayscale: #121212. Windows color (decimal): -16181733 or 1775113. OLE color: 1775113.
HSL color Cylindrical-coordinate representation of color #09161B: hue angle of 196.67º degrees, saturation: 0.5, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #09161B is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 22 | 27 | - |
| CMYK | 0.67 | 0.19 | 0 | 0.89 |
| HSL | 196.67º | 0.5% | 0.07% | - |
| HSV(B) | 196.67º | 0.67% | 0.11% | - |
| XYZ | 0.6 | 0.71 | 1.14 | - |
| YUV | 18.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 27 | 0.67 | 0.19 | 0 | 0.89 | 196.67 | 0.5 | 0.07 |
| Hex | 9 | 16 | 1B | 43 | 13 | 0 | 59 | C5 | 32 | 7 |
| Octal | 11 | 26 | 33 | 103 | 23 | 0 | 131 | 305 | 62 | 7 |
| Binary | 1001 | 10110 | 11011 | 1000011 | 10011 | 0 | 1011001 | 11000101 | 110010 | 111 |
Color Harmonies of #09161B
Complementary color
Monochromatic Colors of #09161B
Black with #09161B
Text Example
Text Example
White with #09161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09161B; }
p { color: rgb(9,22,27); }
H1.HeaderClassName
{
color: #09161B;
}
.AnyTagClassName
{
color: #09161B;
}
</style>
background-color css
<style>
a { background-color: #09161B; }
a { background-color: rgb(9,22,27); }
div.DivClassName
{
background-color: #09161B;
}
.BgClassName
{
background-color: #09161B;
}
</style>
border-color css
<style>
span { border-color: #09161B; }
span { border-color: rgb(9,22,27); }
td.TdClassName
{
border-color: #09161B;
}
.TagClassName
{
border-color: #09161B;
}
</style>