Shades of Midnight Express #041331
Tints of Midnight Express #041331
RGB
CMYK
RGB Variations
Color information
#041331 (or 0x041331) is known color: Midnight Express. HEX triplet: 04, 13 and 31. RGB value is (4,19,49). Sum of RGB (Red+Green+Blue) = 4+19+49=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #041331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041331 is #FBECCE. Grayscale: #111111. Windows color (decimal): -16510159 or 3216132. OLE color: 3216132.
HSL color Cylindrical-coordinate representation of color #041331: hue angle of 220º 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 #041331 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 19 | 49 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.81 |
| HSL | 220º | 0.85% | 0.1% | - |
| HSV(B) | 220º | 0.92% | 0.19% | - |
| XYZ | 0.84 | 0.71 | 3 | - |
| YUV | 17.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 19 | 49 | 0.92 | 0.61 | 0 | 0.81 | 220 | 0.85 | 0.1 |
| Hex | 4 | 13 | 31 | 5C | 3D | 0 | 51 | DC | 55 | A |
| Octal | 4 | 23 | 61 | 134 | 75 | 0 | 121 | 334 | 125 | 12 |
| Binary | 100 | 10011 | 110001 | 1011100 | 111101 | 0 | 1010001 | 11011100 | 1010101 | 1010 |
Color Harmonies of #041331
Complementary color
Monochromatic Colors of #041331
Black with #041331
Text Example
Text Example
White with #041331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041331; }
p { color: rgb(4,19,49); }
H1.HeaderClassName
{
color: #041331;
}
.AnyTagClassName
{
color: #041331;
}
</style>
background-color css
<style>
a { background-color: #041331; }
a { background-color: rgb(4,19,49); }
div.DivClassName
{
background-color: #041331;
}
.BgClassName
{
background-color: #041331;
}
</style>
border-color css
<style>
span { border-color: #041331; }
span { border-color: rgb(4,19,49); }
td.TdClassName
{
border-color: #041331;
}
.TagClassName
{
border-color: #041331;
}
</style>