Shades of Midnight Express #031035
Tints of Midnight Express #031035
RGB
CMYK
RGB Variations
Color information
#031035 (or 0x031035) is known color: Midnight Express. HEX triplet: 03, 10 and 35. RGB value is (3,16,53). Sum of RGB (Red+Green+Blue) = 3+16+53=72 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.17% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 53 (21.09% from 255 or 73.61% from 72); Max value from RGB is 53 - color contains mainly: blue. Hex color #031035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031035 is #FCEFCA. Grayscale: #101010. Windows color (decimal): -16576459 or 3477507. OLE color: 3477507.
HSL color Cylindrical-coordinate representation of color #031035: hue angle of 224.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031035 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 16 | 53 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.79 |
| HSL | 224.4º | 0.89% | 0.11% | - |
| HSV(B) | 224.4º | 0.94% | 0.21% | - |
| XYZ | 0.87 | 0.65 | 3.45 | - |
| YUV | 16.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 53 | 0.94 | 0.70 | 0 | 0.79 | 224.4 | 0.89 | 0.11 |
| Hex | 3 | 10 | 35 | 5E | 46 | 0 | 4F | E0 | 59 | B |
| Octal | 3 | 20 | 65 | 136 | 106 | 0 | 117 | 340 | 131 | 13 |
| Binary | 11 | 10000 | 110101 | 1011110 | 1000110 | 0 | 1001111 | 11100000 | 1011001 | 1011 |
Color Harmonies of #031035
Complementary color
Monochromatic Colors of #031035
Black with #031035
Text Example
Text Example
White with #031035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031035; }
p { color: rgb(3,16,53); }
H1.HeaderClassName
{
color: #031035;
}
.AnyTagClassName
{
color: #031035;
}
</style>
background-color css
<style>
a { background-color: #031035; }
a { background-color: rgb(3,16,53); }
div.DivClassName
{
background-color: #031035;
}
.BgClassName
{
background-color: #031035;
}
</style>
border-color css
<style>
span { border-color: #031035; }
span { border-color: rgb(3,16,53); }
td.TdClassName
{
border-color: #031035;
}
.TagClassName
{
border-color: #031035;
}
</style>