Shades of Midnight Express #09112F
Tints of Midnight Express #09112F
RGB
CMYK
RGB Variations
Color information
#09112F (or 0x09112F) is known color: Midnight Express. HEX triplet: 09, 11 and 2F. RGB value is (9,17,47). Sum of RGB (Red+Green+Blue) = 9+17+47=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 47 (18.75% from 255 or 64.38% from 73); Max value from RGB is 47 - color contains mainly: blue. Hex color #09112F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09112F is #F6EED0. Grayscale: #111111. Windows color (decimal): -16182993 or 3084553. OLE color: 3084553.
HSL color Cylindrical-coordinate representation of color #09112F: hue angle of 227.37º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09112F is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 17 | 47 | - |
| CMYK | 0.81 | 0.64 | 0 | 0.82 |
| HSL | 227.37º | 0.68% | 0.11% | - |
| HSV(B) | 227.37º | 0.81% | 0.18% | - |
| XYZ | 0.83 | 0.66 | 2.77 | - |
| YUV | 18.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 47 | 0.81 | 0.64 | 0 | 0.82 | 227.37 | 0.68 | 0.11 |
| Hex | 9 | 11 | 2F | 51 | 40 | 0 | 52 | E3 | 44 | B |
| Octal | 11 | 21 | 57 | 121 | 100 | 0 | 122 | 343 | 104 | 13 |
| Binary | 1001 | 10001 | 101111 | 1010001 | 1000000 | 0 | 1010010 | 11100011 | 1000100 | 1011 |
Color Harmonies of #09112F
Complementary color
Monochromatic Colors of #09112F
Black with #09112F
Text Example
Text Example
White with #09112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09112F; }
p { color: rgb(9,17,47); }
H1.HeaderClassName
{
color: #09112F;
}
.AnyTagClassName
{
color: #09112F;
}
</style>
background-color css
<style>
a { background-color: #09112F; }
a { background-color: rgb(9,17,47); }
div.DivClassName
{
background-color: #09112F;
}
.BgClassName
{
background-color: #09112F;
}
</style>
border-color css
<style>
span { border-color: #09112F; }
span { border-color: rgb(9,17,47); }
td.TdClassName
{
border-color: #09112F;
}
.TagClassName
{
border-color: #09112F;
}
</style>