Shades of Black Pearl #09292D
Tints of Black Pearl #09292D
RGB
CMYK
RGB Variations
Color information
#09292D (or 0x09292D) is known color: Black Pearl. HEX triplet: 09, 29 and 2D. RGB value is (9,41,45). Sum of RGB (Red+Green+Blue) = 9+41+45=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #09292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09292D is #F6D6D2. Grayscale: #1F1F1F. Windows color (decimal): -16176851 or 2959625. OLE color: 2959625.
HSL color Cylindrical-coordinate representation of color #09292D: hue angle of 186.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09292D is Cyan = 0.8, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 41 | 45 | - |
| CMYK | 0.8 | 0.09 | 0 | 0.82 |
| HSL | 186.67º | 0.67% | 0.11% | - |
| HSV(B) | 186.67º | 0.8% | 0.18% | - |
| XYZ | 1.38 | 1.83 | 2.76 | - |
| YUV | 31.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 41 | 45 | 0.8 | 0.09 | 0 | 0.82 | 186.67 | 0.67 | 0.11 |
| Hex | 9 | 29 | 2D | 50 | 9 | 0 | 52 | BB | 43 | B |
| Octal | 11 | 51 | 55 | 120 | 11 | 0 | 122 | 273 | 103 | 13 |
| Binary | 1001 | 101001 | 101101 | 1010000 | 1001 | 0 | 1010010 | 10111011 | 1000011 | 1011 |
Color Harmonies of #09292D
Complementary color
Monochromatic Colors of #09292D
Black with #09292D
Text Example
Text Example
White with #09292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09292D; }
p { color: rgb(9,41,45); }
H1.HeaderClassName
{
color: #09292D;
}
.AnyTagClassName
{
color: #09292D;
}
</style>
background-color css
<style>
a { background-color: #09292D; }
a { background-color: rgb(9,41,45); }
div.DivClassName
{
background-color: #09292D;
}
.BgClassName
{
background-color: #09292D;
}
</style>
border-color css
<style>
span { border-color: #09292D; }
span { border-color: rgb(9,41,45); }
td.TdClassName
{
border-color: #09292D;
}
.TagClassName
{
border-color: #09292D;
}
</style>