Shades of Midnight Express #031441
Tints of Midnight Express #031441
RGB
CMYK
RGB Variations
Color information
#031441 (or 0x031441) is known color: Midnight Express. HEX triplet: 03, 14 and 41. RGB value is (3,20,65). Sum of RGB (Red+Green+Blue) = 3+20+65=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 20 (8.20% from 255 or 22.73% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #031441 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031441 is #FCEBBE. Grayscale: #131313. Windows color (decimal): -16575423 or 4264963. OLE color: 4264963.
HSL color Cylindrical-coordinate representation of color #031441: hue angle of 223.55º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031441 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 20 | 65 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.75 |
| HSL | 223.55º | 0.91% | 0.13% | - |
| HSV(B) | 223.55º | 0.95% | 0.25% | - |
| XYZ | 1.24 | 0.9 | 5.11 | - |
| YUV | 20.05 | 153.37 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 65 | 0.95 | 0.69 | 0 | 0.75 | 223.55 | 0.91 | 0.13 |
| Hex | 3 | 14 | 41 | 5F | 45 | 0 | 4B | E0 | 5B | D |
| Octal | 3 | 24 | 101 | 137 | 105 | 0 | 113 | 340 | 133 | 15 |
| Binary | 11 | 10100 | 1000001 | 1011111 | 1000101 | 0 | 1001011 | 11100000 | 1011011 | 1101 |
Color Harmonies of #031441
Complementary color
Monochromatic Colors of #031441
Black with #031441
Text Example
Text Example
White with #031441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031441; }
p { color: rgb(3,20,65); }
H1.HeaderClassName
{
color: #031441;
}
.AnyTagClassName
{
color: #031441;
}
</style>
background-color css
<style>
a { background-color: #031441; }
a { background-color: rgb(3,20,65); }
div.DivClassName
{
background-color: #031441;
}
.BgClassName
{
background-color: #031441;
}
</style>
border-color css
<style>
span { border-color: #031441; }
span { border-color: rgb(3,20,65); }
td.TdClassName
{
border-color: #031441;
}
.TagClassName
{
border-color: #031441;
}
</style>