Shades of Midnight Express #031435
Tints of Midnight Express #031435
RGB
CMYK
RGB Variations
Color information
#031435 (or 0x031435) is known color: Midnight Express. HEX triplet: 03, 14 and 35. RGB value is (3,20,53). Sum of RGB (Red+Green+Blue) = 3+20+53=76 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.95% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #031435 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031435 is #FCEBCA. Grayscale: #121212. Windows color (decimal): -16575435 or 3478531. OLE color: 3478531.
HSL color Cylindrical-coordinate representation of color #031435: hue angle of 219.6º 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 #031435 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 3 | 20 | 53 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.79 |
| HSL | 219.6º | 0.89% | 0.11% | - |
| HSV(B) | 219.6º | 0.94% | 0.21% | - |
| XYZ | 0.93 | 0.78 | 3.47 | - |
| YUV | 18.68 | 147.37 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 53 | 0.94 | 0.62 | 0 | 0.79 | 219.6 | 0.89 | 0.11 |
| Hex | 3 | 14 | 35 | 5E | 3E | 0 | 4F | DC | 59 | B |
| Octal | 3 | 24 | 65 | 136 | 76 | 0 | 117 | 334 | 131 | 13 |
| Binary | 11 | 10100 | 110101 | 1011110 | 111110 | 0 | 1001111 | 11011100 | 1011001 | 1011 |
Color Harmonies of #031435
Complementary color
Monochromatic Colors of #031435
Black with #031435
Text Example
Text Example
White with #031435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031435; }
p { color: rgb(3,20,53); }
H1.HeaderClassName
{
color: #031435;
}
.AnyTagClassName
{
color: #031435;
}
</style>
background-color css
<style>
a { background-color: #031435; }
a { background-color: rgb(3,20,53); }
div.DivClassName
{
background-color: #031435;
}
.BgClassName
{
background-color: #031435;
}
</style>
border-color css
<style>
span { border-color: #031435; }
span { border-color: rgb(3,20,53); }
td.TdClassName
{
border-color: #031435;
}
.TagClassName
{
border-color: #031435;
}
</style>