Shades of Midnight Express #091530
Tints of Midnight Express #091530
RGB
CMYK
RGB Variations
Color information
#091530 (or 0x091530) is known color: Midnight Express. HEX triplet: 09, 15 and 30. RGB value is (9,21,48). Sum of RGB (Red+Green+Blue) = 9+21+48=78 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.54% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #091530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091530 is #F6EACF. Grayscale: #141414. Windows color (decimal): -16181968 or 3151113. OLE color: 3151113.
HSL color Cylindrical-coordinate representation of color #091530: hue angle of 221.54º 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 #091530 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 21 | 48 | - |
| CMYK | 0.81 | 0.56 | 0 | 0.81 |
| HSL | 221.54º | 0.68% | 0.11% | - |
| HSV(B) | 221.54º | 0.81% | 0.19% | - |
| XYZ | 0.91 | 0.81 | 2.9 | - |
| YUV | 20.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 48 | 0.81 | 0.56 | 0 | 0.81 | 221.54 | 0.68 | 0.11 |
| Hex | 9 | 15 | 30 | 51 | 38 | 0 | 51 | DE | 44 | B |
| Octal | 11 | 25 | 60 | 121 | 70 | 0 | 121 | 336 | 104 | 13 |
| Binary | 1001 | 10101 | 110000 | 1010001 | 111000 | 0 | 1010001 | 11011110 | 1000100 | 1011 |
Color Harmonies of #091530
Complementary color
Monochromatic Colors of #091530
Black with #091530
Text Example
Text Example
White with #091530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091530; }
p { color: rgb(9,21,48); }
H1.HeaderClassName
{
color: #091530;
}
.AnyTagClassName
{
color: #091530;
}
</style>
background-color css
<style>
a { background-color: #091530; }
a { background-color: rgb(9,21,48); }
div.DivClassName
{
background-color: #091530;
}
.BgClassName
{
background-color: #091530;
}
</style>
border-color css
<style>
span { border-color: #091530; }
span { border-color: rgb(9,21,48); }
td.TdClassName
{
border-color: #091530;
}
.TagClassName
{
border-color: #091530;
}
</style>