Shades of Midnight Express #141D32
Tints of Midnight Express #141D32
RGB
CMYK
RGB Variations
Color information
#141D32 (or 0x141D32) is known color: Midnight Express. HEX triplet: 14, 1D and 32. RGB value is (20,29,50). Sum of RGB (Red+Green+Blue) = 20+29+50=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #141D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D32 is #EBE2CD. Grayscale: #1C1C1C. Windows color (decimal): -15459022 or 3284244. OLE color: 3284244.
HSL color Cylindrical-coordinate representation of color #141D32: hue angle of 222º 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 #141D32 is Cyan = 0.60, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 20 | 29 | 50 | - |
| CMYK | 0.60 | 0.42 | 0 | 0.80 |
| HSL | 222º | 0.43% | 0.14% | - |
| HSV(B) | 222º | 0.6% | 0.2% | - |
| XYZ | 1.3 | 1.26 | 3.19 | - |
| YUV | 28.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 50 | 0.60 | 0.42 | 0 | 0.80 | 222 | 0.43 | 0.14 |
| Hex | 14 | 1D | 32 | 3C | 2A | 0 | 50 | DE | 2B | E |
| Octal | 24 | 35 | 62 | 74 | 52 | 0 | 120 | 336 | 53 | 16 |
| Binary | 10100 | 11101 | 110010 | 111100 | 101010 | 0 | 1010000 | 11011110 | 101011 | 1110 |
Color Harmonies of #141D32
Complementary color
Monochromatic Colors of #141D32
Black with #141D32
Text Example
Text Example
White with #141D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D32; }
p { color: rgb(20,29,50); }
H1.HeaderClassName
{
color: #141D32;
}
.AnyTagClassName
{
color: #141D32;
}
</style>
background-color css
<style>
a { background-color: #141D32; }
a { background-color: rgb(20,29,50); }
div.DivClassName
{
background-color: #141D32;
}
.BgClassName
{
background-color: #141D32;
}
</style>
border-color css
<style>
span { border-color: #141D32; }
span { border-color: rgb(20,29,50); }
td.TdClassName
{
border-color: #141D32;
}
.TagClassName
{
border-color: #141D32;
}
</style>