Shades of Midnight Express #091034
Tints of Midnight Express #091034
RGB
CMYK
RGB Variations
Color information
#091034 (or 0x091034) is known color: Midnight Express. HEX triplet: 09, 10 and 34. RGB value is (9,16,52). Sum of RGB (Red+Green+Blue) = 9+16+52=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 16 (6.64% from 255 or 20.78% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #091034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091034 is #F6EFCB. Grayscale: #111111. Windows color (decimal): -16183244 or 3411977. OLE color: 3411977.
HSL color Cylindrical-coordinate representation of color #091034: hue angle of 230.23º degrees, saturation: 0.7, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091034 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 16 | 52 | - |
| CMYK | 0.83 | 0.69 | 0 | 0.80 |
| HSL | 230.23º | 0.7% | 0.12% | - |
| HSV(B) | 230.23º | 0.83% | 0.2% | - |
| XYZ | 0.92 | 0.68 | 3.33 | - |
| YUV | 18.01 | 147.18 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 16 | 52 | 0.83 | 0.69 | 0 | 0.80 | 230.23 | 0.7 | 0.12 |
| Hex | 9 | 10 | 34 | 53 | 45 | 0 | 50 | E6 | 46 | C |
| Octal | 11 | 20 | 64 | 123 | 105 | 0 | 120 | 346 | 106 | 14 |
| Binary | 1001 | 10000 | 110100 | 1010011 | 1000101 | 0 | 1010000 | 11100110 | 1000110 | 1100 |
Color Harmonies of #091034
Complementary color
Monochromatic Colors of #091034
Black with #091034
Text Example
Text Example
White with #091034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091034; }
p { color: rgb(9,16,52); }
H1.HeaderClassName
{
color: #091034;
}
.AnyTagClassName
{
color: #091034;
}
</style>
background-color css
<style>
a { background-color: #091034; }
a { background-color: rgb(9,16,52); }
div.DivClassName
{
background-color: #091034;
}
.BgClassName
{
background-color: #091034;
}
</style>
border-color css
<style>
span { border-color: #091034; }
span { border-color: rgb(9,16,52); }
td.TdClassName
{
border-color: #091034;
}
.TagClassName
{
border-color: #091034;
}
</style>