Shades of Midnight Express #141849
Tints of Midnight Express #141849
RGB
CMYK
RGB Variations
Color information
#141849 (or 0x141849) is known color: Midnight Express. HEX triplet: 14, 18 and 49. RGB value is (20,24,73). Sum of RGB (Red+Green+Blue) = 20+24+73=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 73 (28.91% from 255 or 62.39% from 117); Max value from RGB is 73 - color contains mainly: blue. Hex color #141849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141849 is #EBE7B6. Grayscale: #1C1C1C. Windows color (decimal): -15460279 or 4790292. OLE color: 4790292.
HSL color Cylindrical-coordinate representation of color #141849: hue angle of 235.47º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141849 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 24 | 73 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.71 |
| HSL | 235.47º | 0.57% | 0.18% | - |
| HSV(B) | 235.47º | 0.73% | 0.29% | - |
| XYZ | 1.82 | 1.28 | 6.46 | - |
| YUV | 28.39 | 153.17 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 73 | 0.73 | 0.67 | 0 | 0.71 | 235.47 | 0.57 | 0.18 |
| Hex | 14 | 18 | 49 | 49 | 43 | 0 | 47 | EB | 39 | 12 |
| Octal | 24 | 30 | 111 | 111 | 103 | 0 | 107 | 353 | 71 | 22 |
| Binary | 10100 | 11000 | 1001001 | 1001001 | 1000011 | 0 | 1000111 | 11101011 | 111001 | 10010 |
Color Harmonies of #141849
Complementary color
Monochromatic Colors of #141849
Black with #141849
Text Example
Text Example
White with #141849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141849; }
p { color: rgb(20,24,73); }
H1.HeaderClassName
{
color: #141849;
}
.AnyTagClassName
{
color: #141849;
}
</style>
background-color css
<style>
a { background-color: #141849; }
a { background-color: rgb(20,24,73); }
div.DivClassName
{
background-color: #141849;
}
.BgClassName
{
background-color: #141849;
}
</style>
border-color css
<style>
span { border-color: #141849; }
span { border-color: rgb(20,24,73); }
td.TdClassName
{
border-color: #141849;
}
.TagClassName
{
border-color: #141849;
}
</style>