Shades of Black Pearl #091323
Tints of Black Pearl #091323
RGB
CMYK
RGB Variations
Color information
#091323 (or 0x091323) is known color: Black Pearl. HEX triplet: 09, 13 and 23. RGB value is (9,19,35). Sum of RGB (Red+Green+Blue) = 9+19+35=63 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.29% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #091323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091323 is #F6ECDC. Grayscale: #111111. Windows color (decimal): -16182493 or 2298633. OLE color: 2298633.
HSL color Cylindrical-coordinate representation of color #091323: hue angle of 216.92º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #091323 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 19 | 35 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.86 |
| HSL | 216.92º | 0.59% | 0.09% | - |
| HSV(B) | 216.92º | 0.74% | 0.14% | - |
| XYZ | 0.65 | 0.65 | 1.68 | - |
| YUV | 17.83 | 137.69 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 35 | 0.74 | 0.46 | 0 | 0.86 | 216.92 | 0.59 | 0.09 |
| Hex | 9 | 13 | 23 | 4A | 2E | 0 | 56 | D9 | 3B | 9 |
| Octal | 11 | 23 | 43 | 112 | 56 | 0 | 126 | 331 | 73 | 11 |
| Binary | 1001 | 10011 | 100011 | 1001010 | 101110 | 0 | 1010110 | 11011001 | 111011 | 1001 |
Color Harmonies of #091323
Complementary color
Monochromatic Colors of #091323
Black with #091323
Text Example
Text Example
White with #091323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091323; }
p { color: rgb(9,19,35); }
H1.HeaderClassName
{
color: #091323;
}
.AnyTagClassName
{
color: #091323;
}
</style>
background-color css
<style>
a { background-color: #091323; }
a { background-color: rgb(9,19,35); }
div.DivClassName
{
background-color: #091323;
}
.BgClassName
{
background-color: #091323;
}
</style>
border-color css
<style>
span { border-color: #091323; }
span { border-color: rgb(9,19,35); }
td.TdClassName
{
border-color: #091323;
}
.TagClassName
{
border-color: #091323;
}
</style>