Shades of Midnight Express #010431
Tints of Midnight Express #010431
RGB
CMYK
RGB Variations
Color information
#010431 (or 0x010431) is known color: Midnight Express. HEX triplet: 01, 04 and 31. RGB value is (1,4,49). Sum of RGB (Red+Green+Blue) = 1+4+49=54 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.85% from 54); Green value is 4 (1.95% from 255 or 7.41% from 54); Blue value is 49 (19.53% from 255 or 90.74% from 54); Max value from RGB is 49 - color contains mainly: blue. Hex color #010431 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010431 is #FEFBCE. Grayscale: #080808. Windows color (decimal): -16710607 or 3212289. OLE color: 3212289.
HSL color Cylindrical-coordinate representation of color #010431: hue angle of 236.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 #010431 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 4 | 49 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.81 |
| HSL | 236.25º | 0.96% | 0.1% | - |
| HSV(B) | 236.25º | 0.98% | 0.19% | - |
| XYZ | 0.61 | 0.32 | 2.93 | - |
| YUV | 8.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 4 | 49 | 0.98 | 0.92 | 0 | 0.81 | 236.25 | 0.96 | 0.1 |
| Hex | 1 | 4 | 31 | 62 | 5C | 0 | 51 | EC | 60 | A |
| Octal | 1 | 4 | 61 | 142 | 134 | 0 | 121 | 354 | 140 | 12 |
| Binary | 1 | 100 | 110001 | 1100010 | 1011100 | 0 | 1010001 | 11101100 | 1100000 | 1010 |
Color Harmonies of #010431
Complementary color
Monochromatic Colors of #010431
Black with #010431
Text Example
Text Example
White with #010431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010431; }
p { color: rgb(1,4,49); }
H1.HeaderClassName
{
color: #010431;
}
.AnyTagClassName
{
color: #010431;
}
</style>
background-color css
<style>
a { background-color: #010431; }
a { background-color: rgb(1,4,49); }
div.DivClassName
{
background-color: #010431;
}
.BgClassName
{
background-color: #010431;
}
</style>
border-color css
<style>
span { border-color: #010431; }
span { border-color: rgb(1,4,49); }
td.TdClassName
{
border-color: #010431;
}
.TagClassName
{
border-color: #010431;
}
</style>