Shades of Black Pearl #091D24
Tints of Black Pearl #091D24
RGB
CMYK
RGB Variations
Color information
#091D24 (or 0x091D24) is known color: Black Pearl. HEX triplet: 09, 1D and 24. RGB value is (9,29,36). Sum of RGB (Red+Green+Blue) = 9+29+36=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #091D24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D24 is #F6E2DB. Grayscale: #171717. Windows color (decimal): -16179932 or 2366729. OLE color: 2366729.
HSL color Cylindrical-coordinate representation of color #091D24: hue angle of 195.56º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #091D24 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 29 | 36 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.86 |
| HSL | 195.56º | 0.6% | 0.09% | - |
| HSV(B) | 195.56º | 0.75% | 0.14% | - |
| XYZ | 0.87 | 1.06 | 1.83 | - |
| YUV | 23.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 36 | 0.75 | 0.19 | 0 | 0.86 | 195.56 | 0.6 | 0.09 |
| Hex | 9 | 1D | 24 | 4B | 13 | 0 | 56 | C4 | 3C | 9 |
| Octal | 11 | 35 | 44 | 113 | 23 | 0 | 126 | 304 | 74 | 11 |
| Binary | 1001 | 11101 | 100100 | 1001011 | 10011 | 0 | 1010110 | 11000100 | 111100 | 1001 |
Color Harmonies of #091D24
Complementary color
Monochromatic Colors of #091D24
Black with #091D24
Text Example
Text Example
White with #091D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D24; }
p { color: rgb(9,29,36); }
H1.HeaderClassName
{
color: #091D24;
}
.AnyTagClassName
{
color: #091D24;
}
</style>
background-color css
<style>
a { background-color: #091D24; }
a { background-color: rgb(9,29,36); }
div.DivClassName
{
background-color: #091D24;
}
.BgClassName
{
background-color: #091D24;
}
</style>
border-color css
<style>
span { border-color: #091D24; }
span { border-color: rgb(9,29,36); }
td.TdClassName
{
border-color: #091D24;
}
.TagClassName
{
border-color: #091D24;
}
</style>