Shades of Midnight Express #141D31
Tints of Midnight Express #141D31
RGB
CMYK
RGB Variations
Color information
#141D31 (or 0x141D31) is known color: Midnight Express. HEX triplet: 14, 1D and 31. RGB value is (20,29,49). Sum of RGB (Red+Green+Blue) = 20+29+49=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #141D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D31 is #EBE2CE. Grayscale: #1C1C1C. Windows color (decimal): -15459023 or 3218708. OLE color: 3218708.
HSL color Cylindrical-coordinate representation of color #141D31: hue angle of 221.38º 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 #141D31 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 29 | 49 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.81 |
| HSL | 221.38º | 0.42% | 0.14% | - |
| HSV(B) | 221.38º | 0.59% | 0.19% | - |
| XYZ | 1.28 | 1.25 | 3.08 | - |
| YUV | 28.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 49 | 0.59 | 0.41 | 0 | 0.81 | 221.38 | 0.42 | 0.14 |
| Hex | 14 | 1D | 31 | 3B | 29 | 0 | 51 | DD | 2A | E |
| Octal | 24 | 35 | 61 | 73 | 51 | 0 | 121 | 335 | 52 | 16 |
| Binary | 10100 | 11101 | 110001 | 111011 | 101001 | 0 | 1010001 | 11011101 | 101010 | 1110 |
Color Harmonies of #141D31
Complementary color
Monochromatic Colors of #141D31
Black with #141D31
Text Example
Text Example
White with #141D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D31; }
p { color: rgb(20,29,49); }
H1.HeaderClassName
{
color: #141D31;
}
.AnyTagClassName
{
color: #141D31;
}
</style>
background-color css
<style>
a { background-color: #141D31; }
a { background-color: rgb(20,29,49); }
div.DivClassName
{
background-color: #141D31;
}
.BgClassName
{
background-color: #141D31;
}
</style>
border-color css
<style>
span { border-color: #141D31; }
span { border-color: rgb(20,29,49); }
td.TdClassName
{
border-color: #141D31;
}
.TagClassName
{
border-color: #141D31;
}
</style>