Shades of Midnight Express #091430
Tints of Midnight Express #091430
RGB
CMYK
RGB Variations
Color information
#091430 (or 0x091430) is known color: Midnight Express. HEX triplet: 09, 14 and 30. RGB value is (9,20,48). Sum of RGB (Red+Green+Blue) = 9+20+48=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #091430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091430 is #F6EBCF. Grayscale: #131313. Windows color (decimal): -16182224 or 3150857. OLE color: 3150857.
HSL color Cylindrical-coordinate representation of color #091430: hue angle of 223.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #091430 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 20 | 48 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.81 |
| HSL | 223.08º | 0.68% | 0.11% | - |
| HSV(B) | 223.08º | 0.81% | 0.19% | - |
| XYZ | 0.9 | 0.77 | 2.9 | - |
| YUV | 19.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 48 | 0.81 | 0.58 | 0 | 0.81 | 223.08 | 0.68 | 0.11 |
| Hex | 9 | 14 | 30 | 51 | 3A | 0 | 51 | DF | 44 | B |
| Octal | 11 | 24 | 60 | 121 | 72 | 0 | 121 | 337 | 104 | 13 |
| Binary | 1001 | 10100 | 110000 | 1010001 | 111010 | 0 | 1010001 | 11011111 | 1000100 | 1011 |
Color Harmonies of #091430
Complementary color
Monochromatic Colors of #091430
Black with #091430
Text Example
Text Example
White with #091430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091430; }
p { color: rgb(9,20,48); }
H1.HeaderClassName
{
color: #091430;
}
.AnyTagClassName
{
color: #091430;
}
</style>
background-color css
<style>
a { background-color: #091430; }
a { background-color: rgb(9,20,48); }
div.DivClassName
{
background-color: #091430;
}
.BgClassName
{
background-color: #091430;
}
</style>
border-color css
<style>
span { border-color: #091430; }
span { border-color: rgb(9,20,48); }
td.TdClassName
{
border-color: #091430;
}
.TagClassName
{
border-color: #091430;
}
</style>