Shades of Midnight Express #031132
Tints of Midnight Express #031132
RGB
CMYK
RGB Variations
Color information
#031132 (or 0x031132) is known color: Midnight Express. HEX triplet: 03, 11 and 32. RGB value is (3,17,50). Sum of RGB (Red+Green+Blue) = 3+17+50=70 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.29% from 70); Green value is 17 (7.03% from 255 or 24.29% from 70); Blue value is 50 (19.92% from 255 or 71.43% from 70); Max value from RGB is 50 - color contains mainly: blue. Hex color #031132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031132 is #FCEECD. Grayscale: #101010. Windows color (decimal): -16576206 or 3281155. OLE color: 3281155.
HSL color Cylindrical-coordinate representation of color #031132: hue angle of 222.13º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031132 is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 17 | 50 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.80 |
| HSL | 222.13º | 0.89% | 0.1% | - |
| HSV(B) | 222.13º | 0.94% | 0.2% | - |
| XYZ | 0.81 | 0.65 | 3.1 | - |
| YUV | 16.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 50 | 0.94 | 0.66 | 0 | 0.80 | 222.13 | 0.89 | 0.1 |
| Hex | 3 | 11 | 32 | 5E | 42 | 0 | 50 | DE | 59 | A |
| Octal | 3 | 21 | 62 | 136 | 102 | 0 | 120 | 336 | 131 | 12 |
| Binary | 11 | 10001 | 110010 | 1011110 | 1000010 | 0 | 1010000 | 11011110 | 1011001 | 1010 |
Color Harmonies of #031132
Complementary color
Monochromatic Colors of #031132
Black with #031132
Text Example
Text Example
White with #031132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031132; }
p { color: rgb(3,17,50); }
H1.HeaderClassName
{
color: #031132;
}
.AnyTagClassName
{
color: #031132;
}
</style>
background-color css
<style>
a { background-color: #031132; }
a { background-color: rgb(3,17,50); }
div.DivClassName
{
background-color: #031132;
}
.BgClassName
{
background-color: #031132;
}
</style>
border-color css
<style>
span { border-color: #031132; }
span { border-color: rgb(3,17,50); }
td.TdClassName
{
border-color: #031132;
}
.TagClassName
{
border-color: #031132;
}
</style>