Shades of Midnight Express #141E32
Tints of Midnight Express #141E32
RGB
CMYK
RGB Variations
Color information
#141E32 (or 0x141E32) is known color: Midnight Express. HEX triplet: 14, 1E and 32. RGB value is (20,30,50). Sum of RGB (Red+Green+Blue) = 20+30+50=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #141E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E32 is #EBE1CD. Grayscale: #1D1D1D. Windows color (decimal): -15458766 or 3284500. OLE color: 3284500.
HSL color Cylindrical-coordinate representation of color #141E32: hue angle of 220º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #141E32 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 30 | 50 | - |
| CMYK | 0.60 | 0.40 | 0 | 0.80 |
| HSL | 220º | 0.43% | 0.14% | - |
| HSV(B) | 220º | 0.6% | 0.2% | - |
| XYZ | 1.33 | 1.31 | 3.2 | - |
| YUV | 29.29 | 139.69 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 30 | 50 | 0.60 | 0.40 | 0 | 0.80 | 220 | 0.43 | 0.14 |
| Hex | 14 | 1E | 32 | 3C | 28 | 0 | 50 | DC | 2B | E |
| Octal | 24 | 36 | 62 | 74 | 50 | 0 | 120 | 334 | 53 | 16 |
| Binary | 10100 | 11110 | 110010 | 111100 | 101000 | 0 | 1010000 | 11011100 | 101011 | 1110 |
Color Harmonies of #141E32
Complementary color
Monochromatic Colors of #141E32
Black with #141E32
Text Example
Text Example
White with #141E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141E32; }
p { color: rgb(20,30,50); }
H1.HeaderClassName
{
color: #141E32;
}
.AnyTagClassName
{
color: #141E32;
}
</style>
background-color css
<style>
a { background-color: #141E32; }
a { background-color: rgb(20,30,50); }
div.DivClassName
{
background-color: #141E32;
}
.BgClassName
{
background-color: #141E32;
}
</style>
border-color css
<style>
span { border-color: #141E32; }
span { border-color: rgb(20,30,50); }
td.TdClassName
{
border-color: #141E32;
}
.TagClassName
{
border-color: #141E32;
}
</style>