Shades of Midnight Express #1D2849
Tints of Midnight Express #1D2849
RGB
CMYK
RGB Variations
Color information
#1D2849 (or 0x1D2849) is known color: Midnight Express. HEX triplet: 1D, 28 and 49. RGB value is (29,40,73). Sum of RGB (Red+Green+Blue) = 29+40+73=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D2849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2849 is #E2D7B6. Grayscale: #282828. Windows color (decimal): -14866359 or 4794397. OLE color: 4794397.
HSL color Cylindrical-coordinate representation of color #1D2849: hue angle of 225º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D2849 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 29 | 40 | 73 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.71 |
| HSL | 225º | 0.43% | 0.2% | - |
| HSV(B) | 225º | 0.6% | 0.29% | - |
| XYZ | 2.47 | 2.26 | 6.61 | - |
| YUV | 40.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 73 | 0.60 | 0.45 | 0 | 0.71 | 225 | 0.43 | 0.2 |
| Hex | 1D | 28 | 49 | 3C | 2D | 0 | 47 | E1 | 2B | 14 |
| Octal | 35 | 50 | 111 | 74 | 55 | 0 | 107 | 341 | 53 | 24 |
| Binary | 11101 | 101000 | 1001001 | 111100 | 101101 | 0 | 1000111 | 11100001 | 101011 | 10100 |
Color Harmonies of #1D2849
Complementary color
Monochromatic Colors of #1D2849
Black with #1D2849
Text Example
Text Example
White with #1D2849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2849; }
p { color: rgb(29,40,73); }
H1.HeaderClassName
{
color: #1D2849;
}
.AnyTagClassName
{
color: #1D2849;
}
</style>
background-color css
<style>
a { background-color: #1D2849; }
a { background-color: rgb(29,40,73); }
div.DivClassName
{
background-color: #1D2849;
}
.BgClassName
{
background-color: #1D2849;
}
</style>
border-color css
<style>
span { border-color: #1D2849; }
span { border-color: rgb(29,40,73); }
td.TdClassName
{
border-color: #1D2849;
}
.TagClassName
{
border-color: #1D2849;
}
</style>