Shades of Midnight Express #091331
Tints of Midnight Express #091331
RGB
CMYK
RGB Variations
Color information
#091331 (or 0x091331) is known color: Midnight Express. HEX triplet: 09, 13 and 31. RGB value is (9,19,49). Sum of RGB (Red+Green+Blue) = 9+19+49=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #091331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091331 is #F6ECCE. Grayscale: #131313. Windows color (decimal): -16182479 or 3216137. OLE color: 3216137.
HSL color Cylindrical-coordinate representation of color #091331: hue angle of 225º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #091331 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 19 | 49 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.81 |
| HSL | 225º | 0.69% | 0.11% | - |
| HSV(B) | 225º | 0.82% | 0.19% | - |
| XYZ | 0.9 | 0.75 | 3 | - |
| YUV | 19.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 19 | 49 | 0.82 | 0.61 | 0 | 0.81 | 225 | 0.69 | 0.11 |
| Hex | 9 | 13 | 31 | 52 | 3D | 0 | 51 | E1 | 45 | B |
| Octal | 11 | 23 | 61 | 122 | 75 | 0 | 121 | 341 | 105 | 13 |
| Binary | 1001 | 10011 | 110001 | 1010010 | 111101 | 0 | 1010001 | 11100001 | 1000101 | 1011 |
Color Harmonies of #091331
Complementary color
Monochromatic Colors of #091331
Black with #091331
Text Example
Text Example
White with #091331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091331; }
p { color: rgb(9,19,49); }
H1.HeaderClassName
{
color: #091331;
}
.AnyTagClassName
{
color: #091331;
}
</style>
background-color css
<style>
a { background-color: #091331; }
a { background-color: rgb(9,19,49); }
div.DivClassName
{
background-color: #091331;
}
.BgClassName
{
background-color: #091331;
}
</style>
border-color css
<style>
span { border-color: #091331; }
span { border-color: rgb(9,19,49); }
td.TdClassName
{
border-color: #091331;
}
.TagClassName
{
border-color: #091331;
}
</style>