Shades of Black Pearl #09161D
Tints of Black Pearl #09161D
RGB
CMYK
RGB Variations
Color information
#09161D (or 0x09161D) is known color: Black Pearl. HEX triplet: 09, 16 and 1D. RGB value is (9,22,29). Sum of RGB (Red+Green+Blue) = 9+22+29=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 29 (11.72% from 255 or 48.33% from 60); Max value from RGB is 29 - color contains mainly: blue. Hex color #09161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09161D is #F6E9E2. Grayscale: #121212. Windows color (decimal): -16181731 or 1906185. OLE color: 1906185.
HSL color Cylindrical-coordinate representation of color #09161D: hue angle of 201º 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 #09161D is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 22 | 29 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.89 |
| HSL | 201º | 0.53% | 0.07% | - |
| HSV(B) | 201º | 0.69% | 0.11% | - |
| XYZ | 0.62 | 0.72 | 1.27 | - |
| YUV | 18.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 29 | 0.69 | 0.24 | 0 | 0.89 | 201 | 0.53 | 0.07 |
| Hex | 9 | 16 | 1D | 45 | 18 | 0 | 59 | C9 | 35 | 7 |
| Octal | 11 | 26 | 35 | 105 | 30 | 0 | 131 | 311 | 65 | 7 |
| Binary | 1001 | 10110 | 11101 | 1000101 | 11000 | 0 | 1011001 | 11001001 | 110101 | 111 |
Color Harmonies of #09161D
Complementary color
Monochromatic Colors of #09161D
Black with #09161D
Text Example
Text Example
White with #09161D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09161D; }
p { color: rgb(9,22,29); }
H1.HeaderClassName
{
color: #09161D;
}
.AnyTagClassName
{
color: #09161D;
}
</style>
background-color css
<style>
a { background-color: #09161D; }
a { background-color: rgb(9,22,29); }
div.DivClassName
{
background-color: #09161D;
}
.BgClassName
{
background-color: #09161D;
}
</style>
border-color css
<style>
span { border-color: #09161D; }
span { border-color: rgb(9,22,29); }
td.TdClassName
{
border-color: #09161D;
}
.TagClassName
{
border-color: #09161D;
}
</style>