Shades of Black Pearl #091424
Tints of Black Pearl #091424
RGB
CMYK
RGB Variations
Color information
#091424 (or 0x091424) is known color: Black Pearl. HEX triplet: 09, 14 and 24. RGB value is (9,20,36). Sum of RGB (Red+Green+Blue) = 9+20+36=65 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.85% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 36 (14.45% from 255 or 55.38% from 65); Max value from RGB is 36 - color contains mainly: blue. Hex color #091424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091424 is #F6EBDB. Grayscale: #121212. Windows color (decimal): -16182236 or 2364425. OLE color: 2364425.
HSL color Cylindrical-coordinate representation of color #091424: hue angle of 215.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 #091424 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 20 | 36 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.86 |
| HSL | 215.56º | 0.6% | 0.09% | - |
| HSV(B) | 215.56º | 0.75% | 0.14% | - |
| XYZ | 0.68 | 0.69 | 1.77 | - |
| YUV | 18.54 | 137.86 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 36 | 0.75 | 0.44 | 0 | 0.86 | 215.56 | 0.6 | 0.09 |
| Hex | 9 | 14 | 24 | 4B | 2C | 0 | 56 | D8 | 3C | 9 |
| Octal | 11 | 24 | 44 | 113 | 54 | 0 | 126 | 330 | 74 | 11 |
| Binary | 1001 | 10100 | 100100 | 1001011 | 101100 | 0 | 1010110 | 11011000 | 111100 | 1001 |
Color Harmonies of #091424
Complementary color
Monochromatic Colors of #091424
Black with #091424
Text Example
Text Example
White with #091424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091424; }
p { color: rgb(9,20,36); }
H1.HeaderClassName
{
color: #091424;
}
.AnyTagClassName
{
color: #091424;
}
</style>
background-color css
<style>
a { background-color: #091424; }
a { background-color: rgb(9,20,36); }
div.DivClassName
{
background-color: #091424;
}
.BgClassName
{
background-color: #091424;
}
</style>
border-color css
<style>
span { border-color: #091424; }
span { border-color: rgb(9,20,36); }
td.TdClassName
{
border-color: #091424;
}
.TagClassName
{
border-color: #091424;
}
</style>