Shades of Black Pearl #091A24
Tints of Black Pearl #091A24
RGB
CMYK
RGB Variations
Color information
#091A24 (or 0x091A24) is known color: Black Pearl. HEX triplet: 09, 1A and 24. RGB value is (9,26,36). Sum of RGB (Red+Green+Blue) = 9+26+36=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 26 (10.55% from 255 or 36.62% from 71); Blue value is 36 (14.45% from 255 or 50.70% from 71); Max value from RGB is 36 - color contains mainly: blue. Hex color #091A24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A24 is #F6E5DB. Grayscale: #161616. Windows color (decimal): -16180700 or 2365961. OLE color: 2365961.
HSL color Cylindrical-coordinate representation of color #091A24: hue angle of 202.22º 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 #091A24 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 26 | 36 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.86 |
| HSL | 202.22º | 0.6% | 0.09% | - |
| HSV(B) | 202.22º | 0.75% | 0.14% | - |
| XYZ | 0.8 | 0.92 | 1.81 | - |
| YUV | 22.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 26 | 36 | 0.75 | 0.28 | 0 | 0.86 | 202.22 | 0.6 | 0.09 |
| Hex | 9 | 1A | 24 | 4B | 1C | 0 | 56 | CA | 3C | 9 |
| Octal | 11 | 32 | 44 | 113 | 34 | 0 | 126 | 312 | 74 | 11 |
| Binary | 1001 | 11010 | 100100 | 1001011 | 11100 | 0 | 1010110 | 11001010 | 111100 | 1001 |
Color Harmonies of #091A24
Complementary color
Monochromatic Colors of #091A24
Black with #091A24
Text Example
Text Example
White with #091A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091A24; }
p { color: rgb(9,26,36); }
H1.HeaderClassName
{
color: #091A24;
}
.AnyTagClassName
{
color: #091A24;
}
</style>
background-color css
<style>
a { background-color: #091A24; }
a { background-color: rgb(9,26,36); }
div.DivClassName
{
background-color: #091A24;
}
.BgClassName
{
background-color: #091A24;
}
</style>
border-color css
<style>
span { border-color: #091A24; }
span { border-color: rgb(9,26,36); }
td.TdClassName
{
border-color: #091A24;
}
.TagClassName
{
border-color: #091A24;
}
</style>