Shades of Black Pearl #09151D
Tints of Black Pearl #09151D
RGB
CMYK
RGB Variations
Color information
#09151D (or 0x09151D) is known color: Black Pearl. HEX triplet: 09, 15 and 1D. RGB value is (9,21,29). Sum of RGB (Red+Green+Blue) = 9+21+29=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #09151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09151D is #F6EAE2. Grayscale: #121212. Windows color (decimal): -16181987 or 1905929. OLE color: 1905929.
HSL color Cylindrical-coordinate representation of color #09151D: hue angle of 204º 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 #09151D is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 21 | 29 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.89 |
| HSL | 204º | 0.53% | 0.07% | - |
| HSV(B) | 204º | 0.69% | 0.11% | - |
| XYZ | 0.6 | 0.68 | 1.26 | - |
| YUV | 18.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 29 | 0.69 | 0.28 | 0 | 0.89 | 204 | 0.53 | 0.07 |
| Hex | 9 | 15 | 1D | 45 | 1C | 0 | 59 | CC | 35 | 7 |
| Octal | 11 | 25 | 35 | 105 | 34 | 0 | 131 | 314 | 65 | 7 |
| Binary | 1001 | 10101 | 11101 | 1000101 | 11100 | 0 | 1011001 | 11001100 | 110101 | 111 |
Color Harmonies of #09151D
Complementary color
Monochromatic Colors of #09151D
Black with #09151D
Text Example
Text Example
White with #09151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09151D; }
p { color: rgb(9,21,29); }
H1.HeaderClassName
{
color: #09151D;
}
.AnyTagClassName
{
color: #09151D;
}
</style>
background-color css
<style>
a { background-color: #09151D; }
a { background-color: rgb(9,21,29); }
div.DivClassName
{
background-color: #09151D;
}
.BgClassName
{
background-color: #09151D;
}
</style>
border-color css
<style>
span { border-color: #09151D; }
span { border-color: rgb(9,21,29); }
td.TdClassName
{
border-color: #09151D;
}
.TagClassName
{
border-color: #09151D;
}
</style>