Shades of Midnight Express #091032
Tints of Midnight Express #091032
RGB
CMYK
RGB Variations
Color information
#091032 (or 0x091032) is known color: Midnight Express. HEX triplet: 09, 10 and 32. RGB value is (9,16,50). Sum of RGB (Red+Green+Blue) = 9+16+50=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 16 (6.64% from 255 or 21.33% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #091032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091032 is #F6EFCD. Grayscale: #111111. Windows color (decimal): -16183246 or 3280905. OLE color: 3280905.
HSL color Cylindrical-coordinate representation of color #091032: hue angle of 229.76º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091032 is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 16 | 50 | - |
| CMYK | 0.82 | 0.68 | 0 | 0.80 |
| HSL | 229.76º | 0.69% | 0.12% | - |
| HSV(B) | 229.76º | 0.82% | 0.2% | - |
| XYZ | 0.87 | 0.66 | 3.1 | - |
| YUV | 17.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 50 | 0.82 | 0.68 | 0 | 0.80 | 229.76 | 0.69 | 0.12 |
| Hex | 9 | 10 | 32 | 52 | 44 | 0 | 50 | E6 | 45 | C |
| Octal | 11 | 20 | 62 | 122 | 104 | 0 | 120 | 346 | 105 | 14 |
| Binary | 1001 | 10000 | 110010 | 1010010 | 1000100 | 0 | 1010000 | 11100110 | 1000101 | 1100 |
Color Harmonies of #091032
Complementary color
Monochromatic Colors of #091032
Black with #091032
Text Example
Text Example
White with #091032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091032; }
p { color: rgb(9,16,50); }
H1.HeaderClassName
{
color: #091032;
}
.AnyTagClassName
{
color: #091032;
}
</style>
background-color css
<style>
a { background-color: #091032; }
a { background-color: rgb(9,16,50); }
div.DivClassName
{
background-color: #091032;
}
.BgClassName
{
background-color: #091032;
}
</style>
border-color css
<style>
span { border-color: #091032; }
span { border-color: rgb(9,16,50); }
td.TdClassName
{
border-color: #091032;
}
.TagClassName
{
border-color: #091032;
}
</style>