Shades of Midnight Express #141B31
Tints of Midnight Express #141B31
RGB
CMYK
RGB Variations
Color information
#141B31 (or 0x141B31) is known color: Midnight Express. HEX triplet: 14, 1B and 31. RGB value is (20,27,49). Sum of RGB (Red+Green+Blue) = 20+27+49=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 49 (19.53% from 255 or 51.04% from 96); Max value from RGB is 49 - color contains mainly: blue. Hex color #141B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B31 is #EBE4CE. Grayscale: #1B1B1B. Windows color (decimal): -15459535 or 3218196. OLE color: 3218196.
HSL color Cylindrical-coordinate representation of color #141B31: hue angle of 225.52º 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 #141B31 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 20 | 27 | 49 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.81 |
| HSL | 225.52º | 0.42% | 0.14% | - |
| HSV(B) | 225.52º | 0.59% | 0.19% | - |
| XYZ | 1.23 | 1.15 | 3.06 | - |
| YUV | 27.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 27 | 49 | 0.59 | 0.45 | 0 | 0.81 | 225.52 | 0.42 | 0.14 |
| Hex | 14 | 1B | 31 | 3B | 2D | 0 | 51 | E2 | 2A | E |
| Octal | 24 | 33 | 61 | 73 | 55 | 0 | 121 | 342 | 52 | 16 |
| Binary | 10100 | 11011 | 110001 | 111011 | 101101 | 0 | 1010001 | 11100010 | 101010 | 1110 |
Color Harmonies of #141B31
Complementary color
Monochromatic Colors of #141B31
Black with #141B31
Text Example
Text Example
White with #141B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141B31; }
p { color: rgb(20,27,49); }
H1.HeaderClassName
{
color: #141B31;
}
.AnyTagClassName
{
color: #141B31;
}
</style>
background-color css
<style>
a { background-color: #141B31; }
a { background-color: rgb(20,27,49); }
div.DivClassName
{
background-color: #141B31;
}
.BgClassName
{
background-color: #141B31;
}
</style>
border-color css
<style>
span { border-color: #141B31; }
span { border-color: rgb(20,27,49); }
td.TdClassName
{
border-color: #141B31;
}
.TagClassName
{
border-color: #141B31;
}
</style>