Shades of Midnight Express #091433
Tints of Midnight Express #091433
RGB
CMYK
RGB Variations
Color information
#091433 (or 0x091433) is known color: Midnight Express. HEX triplet: 09, 14 and 33. RGB value is (9,20,51). Sum of RGB (Red+Green+Blue) = 9+20+51=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #091433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091433 is #F6EBCC. Grayscale: #141414. Windows color (decimal): -16182221 or 3347465. OLE color: 3347465.
HSL color Cylindrical-coordinate representation of color #091433: hue angle of 224.29º degrees, saturation: 0.7, 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 #091433 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 20 | 51 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.8 |
| HSL | 224.29º | 0.7% | 0.12% | - |
| HSV(B) | 224.29º | 0.82% | 0.2% | - |
| XYZ | 0.96 | 0.8 | 3.24 | - |
| YUV | 20.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 51 | 0.82 | 0.61 | 0 | 0.8 | 224.29 | 0.7 | 0.12 |
| Hex | 9 | 14 | 33 | 52 | 3D | 0 | 50 | E0 | 46 | C |
| Octal | 11 | 24 | 63 | 122 | 75 | 0 | 120 | 340 | 106 | 14 |
| Binary | 1001 | 10100 | 110011 | 1010010 | 111101 | 0 | 1010000 | 11100000 | 1000110 | 1100 |
Color Harmonies of #091433
Complementary color
Monochromatic Colors of #091433
Black with #091433
Text Example
Text Example
White with #091433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091433; }
p { color: rgb(9,20,51); }
H1.HeaderClassName
{
color: #091433;
}
.AnyTagClassName
{
color: #091433;
}
</style>
background-color css
<style>
a { background-color: #091433; }
a { background-color: rgb(9,20,51); }
div.DivClassName
{
background-color: #091433;
}
.BgClassName
{
background-color: #091433;
}
</style>
border-color css
<style>
span { border-color: #091433; }
span { border-color: rgb(9,20,51); }
td.TdClassName
{
border-color: #091433;
}
.TagClassName
{
border-color: #091433;
}
</style>