Shades of Midnight Express #141D2D
Tints of Midnight Express #141D2D
RGB
CMYK
RGB Variations
Color information
#141D2D (or 0x141D2D) is known color: Midnight Express. HEX triplet: 14, 1D and 2D. RGB value is (20,29,45). Sum of RGB (Red+Green+Blue) = 20+29+45=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #141D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D2D is #EBE2D2. Grayscale: #1C1C1C. Windows color (decimal): -15459027 or 2956564. OLE color: 2956564.
HSL color Cylindrical-coordinate representation of color #141D2D: hue angle of 218.4º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #141D2D is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 29 | 45 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.82 |
| HSL | 218.4º | 0.38% | 0.13% | - |
| HSV(B) | 218.4º | 0.56% | 0.18% | - |
| XYZ | 1.2 | 1.22 | 2.65 | - |
| YUV | 28.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 45 | 0.56 | 0.36 | 0 | 0.82 | 218.4 | 0.38 | 0.13 |
| Hex | 14 | 1D | 2D | 38 | 24 | 0 | 52 | DA | 26 | D |
| Octal | 24 | 35 | 55 | 70 | 44 | 0 | 122 | 332 | 46 | 15 |
| Binary | 10100 | 11101 | 101101 | 111000 | 100100 | 0 | 1010010 | 11011010 | 100110 | 1101 |
Color Harmonies of #141D2D
Complementary color
Monochromatic Colors of #141D2D
Black with #141D2D
Text Example
Text Example
White with #141D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D2D; }
p { color: rgb(20,29,45); }
H1.HeaderClassName
{
color: #141D2D;
}
.AnyTagClassName
{
color: #141D2D;
}
</style>
background-color css
<style>
a { background-color: #141D2D; }
a { background-color: rgb(20,29,45); }
div.DivClassName
{
background-color: #141D2D;
}
.BgClassName
{
background-color: #141D2D;
}
</style>
border-color css
<style>
span { border-color: #141D2D; }
span { border-color: rgb(20,29,45); }
td.TdClassName
{
border-color: #141D2D;
}
.TagClassName
{
border-color: #141D2D;
}
</style>