Shades of Midnight Express #051031
Tints of Midnight Express #051031
RGB
CMYK
RGB Variations
Color information
#051031 (or 0x051031) is known color: Midnight Express. HEX triplet: 05, 10 and 31. RGB value is (5,16,49). Sum of RGB (Red+Green+Blue) = 5+16+49=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #051031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051031 is #FAEFCE. Grayscale: #101010. Windows color (decimal): -16445391 or 3215365. OLE color: 3215365.
HSL color Cylindrical-coordinate representation of color #051031: hue angle of 225º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051031 is Cyan = 0.90, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 5 | 16 | 49 | - |
| CMYK | 0.90 | 0.67 | 0 | 0.81 |
| HSL | 225º | 0.81% | 0.11% | - |
| HSV(B) | 225º | 0.9% | 0.19% | - |
| XYZ | 0.8 | 0.62 | 2.98 | - |
| YUV | 16.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 16 | 49 | 0.90 | 0.67 | 0 | 0.81 | 225 | 0.81 | 0.11 |
| Hex | 5 | 10 | 31 | 5A | 43 | 0 | 51 | E1 | 51 | B |
| Octal | 5 | 20 | 61 | 132 | 103 | 0 | 121 | 341 | 121 | 13 |
| Binary | 101 | 10000 | 110001 | 1011010 | 1000011 | 0 | 1010001 | 11100001 | 1010001 | 1011 |
Color Harmonies of #051031
Complementary color
Monochromatic Colors of #051031
Black with #051031
Text Example
Text Example
White with #051031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051031; }
p { color: rgb(5,16,49); }
H1.HeaderClassName
{
color: #051031;
}
.AnyTagClassName
{
color: #051031;
}
</style>
background-color css
<style>
a { background-color: #051031; }
a { background-color: rgb(5,16,49); }
div.DivClassName
{
background-color: #051031;
}
.BgClassName
{
background-color: #051031;
}
</style>
border-color css
<style>
span { border-color: #051031; }
span { border-color: rgb(5,16,49); }
td.TdClassName
{
border-color: #051031;
}
.TagClassName
{
border-color: #051031;
}
</style>