Shades of Midnight Express #141D2C
Tints of Midnight Express #141D2C
RGB
CMYK
RGB Variations
Color information
#141D2C (or 0x141D2C) is known color: Midnight Express. HEX triplet: 14, 1D and 2C. RGB value is (20,29,44). Sum of RGB (Red+Green+Blue) = 20+29+44=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 44 (17.58% from 255 or 47.31% from 93); Max value from RGB is 44 - color contains mainly: blue. Hex color #141D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D2C is #EBE2D3. Grayscale: #1B1B1B. Windows color (decimal): -15459028 or 2891028. OLE color: 2891028.
HSL color Cylindrical-coordinate representation of color #141D2C: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #141D2C is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 20 | 29 | 44 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.83 |
| HSL | 217.5º | 0.38% | 0.13% | - |
| HSV(B) | 217.5º | 0.55% | 0.17% | - |
| XYZ | 1.18 | 1.21 | 2.55 | - |
| YUV | 28.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 44 | 0.55 | 0.34 | 0 | 0.83 | 217.5 | 0.38 | 0.13 |
| Hex | 14 | 1D | 2C | 37 | 22 | 0 | 53 | DA | 26 | D |
| Octal | 24 | 35 | 54 | 67 | 42 | 0 | 123 | 332 | 46 | 15 |
| Binary | 10100 | 11101 | 101100 | 110111 | 100010 | 0 | 1010011 | 11011010 | 100110 | 1101 |
Color Harmonies of #141D2C
Complementary color
Monochromatic Colors of #141D2C
Black with #141D2C
Text Example
Text Example
White with #141D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D2C; }
p { color: rgb(20,29,44); }
H1.HeaderClassName
{
color: #141D2C;
}
.AnyTagClassName
{
color: #141D2C;
}
</style>
background-color css
<style>
a { background-color: #141D2C; }
a { background-color: rgb(20,29,44); }
div.DivClassName
{
background-color: #141D2C;
}
.BgClassName
{
background-color: #141D2C;
}
</style>
border-color css
<style>
span { border-color: #141D2C; }
span { border-color: rgb(20,29,44); }
td.TdClassName
{
border-color: #141D2C;
}
.TagClassName
{
border-color: #141D2C;
}
</style>