Shades of Midnight Express #141E31
Tints of Midnight Express #141E31
RGB
CMYK
RGB Variations
Color information
#141E31 (or 0x141E31) is known color: Midnight Express. HEX triplet: 14, 1E and 31. RGB value is (20,30,49). Sum of RGB (Red+Green+Blue) = 20+30+49=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #141E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E31 is #EBE1CE. Grayscale: #1D1D1D. Windows color (decimal): -15458767 or 3218964. OLE color: 3218964.
HSL color Cylindrical-coordinate representation of color #141E31: hue angle of 219.31º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #141E31 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 30 | 49 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.81 |
| HSL | 219.31º | 0.42% | 0.14% | - |
| HSV(B) | 219.31º | 0.59% | 0.19% | - |
| XYZ | 1.31 | 1.3 | 3.09 | - |
| YUV | 29.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 49 | 0.59 | 0.39 | 0 | 0.81 | 219.31 | 0.42 | 0.14 |
| Hex | 14 | 1E | 31 | 3B | 27 | 0 | 51 | DB | 2A | E |
| Octal | 24 | 36 | 61 | 73 | 47 | 0 | 121 | 333 | 52 | 16 |
| Binary | 10100 | 11110 | 110001 | 111011 | 100111 | 0 | 1010001 | 11011011 | 101010 | 1110 |
Color Harmonies of #141E31
Complementary color
Monochromatic Colors of #141E31
Black with #141E31
Text Example
Text Example
White with #141E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E31; }
p { color: rgb(20,30,49); }
H1.HeaderClassName
{
color: #141E31;
}
.AnyTagClassName
{
color: #141E31;
}
</style>
background-color css
<style>
a { background-color: #141E31; }
a { background-color: rgb(20,30,49); }
div.DivClassName
{
background-color: #141E31;
}
.BgClassName
{
background-color: #141E31;
}
</style>
border-color css
<style>
span { border-color: #141E31; }
span { border-color: rgb(20,30,49); }
td.TdClassName
{
border-color: #141E31;
}
.TagClassName
{
border-color: #141E31;
}
</style>