Shades of Midnight Express #09162D
Tints of Midnight Express #09162D
RGB
CMYK
RGB Variations
Color information
#09162D (or 0x09162D) is known color: Midnight Express. HEX triplet: 09, 16 and 2D. RGB value is (9,22,45). Sum of RGB (Red+Green+Blue) = 9+22+45=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 45 (17.97% from 255 or 59.21% from 76); Max value from RGB is 45 - color contains mainly: blue. Hex color #09162D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09162D is #F6E9D2. Grayscale: #141414. Windows color (decimal): -16181715 or 2954761. OLE color: 2954761.
HSL color Cylindrical-coordinate representation of color #09162D: hue angle of 218.33º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09162D is Cyan = 0.8, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 22 | 45 | - |
| CMYK | 0.8 | 0.51 | 0 | 0.82 |
| HSL | 218.33º | 0.67% | 0.11% | - |
| HSV(B) | 218.33º | 0.8% | 0.18% | - |
| XYZ | 0.87 | 0.82 | 2.6 | - |
| YUV | 20.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 22 | 45 | 0.8 | 0.51 | 0 | 0.82 | 218.33 | 0.67 | 0.11 |
| Hex | 9 | 16 | 2D | 50 | 33 | 0 | 52 | DA | 43 | B |
| Octal | 11 | 26 | 55 | 120 | 63 | 0 | 122 | 332 | 103 | 13 |
| Binary | 1001 | 10110 | 101101 | 1010000 | 110011 | 0 | 1010010 | 11011010 | 1000011 | 1011 |
Color Harmonies of #09162D
Complementary color
Monochromatic Colors of #09162D
Black with #09162D
Text Example
Text Example
White with #09162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09162D; }
p { color: rgb(9,22,45); }
H1.HeaderClassName
{
color: #09162D;
}
.AnyTagClassName
{
color: #09162D;
}
</style>
background-color css
<style>
a { background-color: #09162D; }
a { background-color: rgb(9,22,45); }
div.DivClassName
{
background-color: #09162D;
}
.BgClassName
{
background-color: #09162D;
}
</style>
border-color css
<style>
span { border-color: #09162D; }
span { border-color: rgb(9,22,45); }
td.TdClassName
{
border-color: #09162D;
}
.TagClassName
{
border-color: #09162D;
}
</style>