Shades of Midnight Express #141838
Tints of Midnight Express #141838
RGB
CMYK
RGB Variations
Color information
#141838 (or 0x141838) is known color: Midnight Express. HEX triplet: 14, 18 and 38. RGB value is (20,24,56). Sum of RGB (Red+Green+Blue) = 20+24+56=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #141838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141838 is #EBE7C7. Grayscale: #1A1A1A. Windows color (decimal): -15460296 or 3676180. OLE color: 3676180.
HSL color Cylindrical-coordinate representation of color #141838: hue angle of 233.33º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #141838 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 20 | 24 | 56 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.78 |
| HSL | 233.33º | 0.47% | 0.15% | - |
| HSV(B) | 233.33º | 0.64% | 0.22% | - |
| XYZ | 1.33 | 1.09 | 3.88 | - |
| YUV | 26.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 56 | 0.64 | 0.57 | 0 | 0.78 | 233.33 | 0.47 | 0.15 |
| Hex | 14 | 18 | 38 | 40 | 39 | 0 | 4E | E9 | 2F | F |
| Octal | 24 | 30 | 70 | 100 | 71 | 0 | 116 | 351 | 57 | 17 |
| Binary | 10100 | 11000 | 111000 | 1000000 | 111001 | 0 | 1001110 | 11101001 | 101111 | 1111 |
Color Harmonies of #141838
Complementary color
Monochromatic Colors of #141838
Black with #141838
Text Example
Text Example
White with #141838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141838; }
p { color: rgb(20,24,56); }
H1.HeaderClassName
{
color: #141838;
}
.AnyTagClassName
{
color: #141838;
}
</style>
background-color css
<style>
a { background-color: #141838; }
a { background-color: rgb(20,24,56); }
div.DivClassName
{
background-color: #141838;
}
.BgClassName
{
background-color: #141838;
}
</style>
border-color css
<style>
span { border-color: #141838; }
span { border-color: rgb(20,24,56); }
td.TdClassName
{
border-color: #141838;
}
.TagClassName
{
border-color: #141838;
}
</style>