Shades of Midnight Express #011031
Tints of Midnight Express #011031
RGB
CMYK
RGB Variations
Color information
#011031 (or 0x011031) is known color: Midnight Express. HEX triplet: 01, 10 and 31. RGB value is (1,16,49). Sum of RGB (Red+Green+Blue) = 1+16+49=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #011031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011031 is #FEEFCE. Grayscale: #0F0F0F. Windows color (decimal): -16707535 or 3215361. OLE color: 3215361.
HSL color Cylindrical-coordinate representation of color #011031: hue angle of 221.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011031 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 16 | 49 | - |
| CMYK | 0.98 | 0.67 | 0 | 0.81 |
| HSL | 221.25º | 0.96% | 0.1% | - |
| HSV(B) | 221.25º | 0.98% | 0.19% | - |
| XYZ | 0.75 | 0.6 | 2.98 | - |
| YUV | 15.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 16 | 49 | 0.98 | 0.67 | 0 | 0.81 | 221.25 | 0.96 | 0.1 |
| Hex | 1 | 10 | 31 | 62 | 43 | 0 | 51 | DD | 60 | A |
| Octal | 1 | 20 | 61 | 142 | 103 | 0 | 121 | 335 | 140 | 12 |
| Binary | 1 | 10000 | 110001 | 1100010 | 1000011 | 0 | 1010001 | 11011101 | 1100000 | 1010 |
Color Harmonies of #011031
Complementary color
Monochromatic Colors of #011031
Black with #011031
Text Example
Text Example
White with #011031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011031; }
p { color: rgb(1,16,49); }
H1.HeaderClassName
{
color: #011031;
}
.AnyTagClassName
{
color: #011031;
}
</style>
background-color css
<style>
a { background-color: #011031; }
a { background-color: rgb(1,16,49); }
div.DivClassName
{
background-color: #011031;
}
.BgClassName
{
background-color: #011031;
}
</style>
border-color css
<style>
span { border-color: #011031; }
span { border-color: rgb(1,16,49); }
td.TdClassName
{
border-color: #011031;
}
.TagClassName
{
border-color: #011031;
}
</style>