Shades of Midnight Express #040931
Tints of Midnight Express #040931
RGB
CMYK
RGB Variations
Color information
#040931 (or 0x040931) is known color: Midnight Express. HEX triplet: 04, 09 and 31. RGB value is (4,9,49). Sum of RGB (Red+Green+Blue) = 4+9+49=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 49 (19.53% from 255 or 79.03% from 62); Max value from RGB is 49 - color contains mainly: blue. Hex color #040931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040931 is #FBF6CE. Grayscale: #0B0B0B. Windows color (decimal): -16512719 or 3213572. OLE color: 3213572.
HSL color Cylindrical-coordinate representation of color #040931: hue angle of 233.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #040931 is Cyan = 0.92, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 9 | 49 | - |
| CMYK | 0.92 | 0.82 | 0 | 0.81 |
| HSL | 233.33º | 0.85% | 0.1% | - |
| HSV(B) | 233.33º | 0.92% | 0.19% | - |
| XYZ | 0.7 | 0.44 | 2.95 | - |
| YUV | 12.07 | 148.84 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 9 | 49 | 0.92 | 0.82 | 0 | 0.81 | 233.33 | 0.85 | 0.1 |
| Hex | 4 | 9 | 31 | 5C | 52 | 0 | 51 | E9 | 55 | A |
| Octal | 4 | 11 | 61 | 134 | 122 | 0 | 121 | 351 | 125 | 12 |
| Binary | 100 | 1001 | 110001 | 1011100 | 1010010 | 0 | 1010001 | 11101001 | 1010101 | 1010 |
Color Harmonies of #040931
Complementary color
Monochromatic Colors of #040931
Black with #040931
Text Example
Text Example
White with #040931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040931; }
p { color: rgb(4,9,49); }
H1.HeaderClassName
{
color: #040931;
}
.AnyTagClassName
{
color: #040931;
}
</style>
background-color css
<style>
a { background-color: #040931; }
a { background-color: rgb(4,9,49); }
div.DivClassName
{
background-color: #040931;
}
.BgClassName
{
background-color: #040931;
}
</style>
border-color css
<style>
span { border-color: #040931; }
span { border-color: rgb(4,9,49); }
td.TdClassName
{
border-color: #040931;
}
.TagClassName
{
border-color: #040931;
}
</style>