Shades of Midnight Express #141F31
Tints of Midnight Express #141F31
RGB
CMYK
RGB Variations
Color information
#141F31 (or 0x141F31) is known color: Midnight Express. HEX triplet: 14, 1F and 31. RGB value is (20,31,49). Sum of RGB (Red+Green+Blue) = 20+31+49=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #141F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F31 is #EBE0CE. Grayscale: #1D1D1D. Windows color (decimal): -15458511 or 3219220. OLE color: 3219220.
HSL color Cylindrical-coordinate representation of color #141F31: hue angle of 217.24º 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 #141F31 is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 31 | 49 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.81 |
| HSL | 217.24º | 0.42% | 0.14% | - |
| HSV(B) | 217.24º | 0.59% | 0.19% | - |
| XYZ | 1.33 | 1.35 | 3.1 | - |
| YUV | 29.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 49 | 0.59 | 0.37 | 0 | 0.81 | 217.24 | 0.42 | 0.14 |
| Hex | 14 | 1F | 31 | 3B | 25 | 0 | 51 | D9 | 2A | E |
| Octal | 24 | 37 | 61 | 73 | 45 | 0 | 121 | 331 | 52 | 16 |
| Binary | 10100 | 11111 | 110001 | 111011 | 100101 | 0 | 1010001 | 11011001 | 101010 | 1110 |
Color Harmonies of #141F31
Complementary color
Monochromatic Colors of #141F31
Black with #141F31
Text Example
Text Example
White with #141F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F31; }
p { color: rgb(20,31,49); }
H1.HeaderClassName
{
color: #141F31;
}
.AnyTagClassName
{
color: #141F31;
}
</style>
background-color css
<style>
a { background-color: #141F31; }
a { background-color: rgb(20,31,49); }
div.DivClassName
{
background-color: #141F31;
}
.BgClassName
{
background-color: #141F31;
}
</style>
border-color css
<style>
span { border-color: #141F31; }
span { border-color: rgb(20,31,49); }
td.TdClassName
{
border-color: #141F31;
}
.TagClassName
{
border-color: #141F31;
}
</style>