Shades of Midnight Express #1D2738
Tints of Midnight Express #1D2738
RGB
CMYK
RGB Variations
Color information
#1D2738 (or 0x1D2738) is known color: Midnight Express. HEX triplet: 1D, 27 and 38. RGB value is (29,39,56). Sum of RGB (Red+Green+Blue) = 29+39+56=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D2738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2738 is #E2D8C7. Grayscale: #252525. Windows color (decimal): -14866632 or 3680029. OLE color: 3680029.
HSL color Cylindrical-coordinate representation of color #1D2738: hue angle of 217.78º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D2738 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 39 | 56 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.78 |
| HSL | 217.78º | 0.32% | 0.17% | - |
| HSV(B) | 217.78º | 0.48% | 0.22% | - |
| XYZ | 1.95 | 2 | 4.02 | - |
| YUV | 37.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 56 | 0.48 | 0.30 | 0 | 0.78 | 217.78 | 0.32 | 0.17 |
| Hex | 1D | 27 | 38 | 30 | 1E | 0 | 4E | DA | 20 | 11 |
| Octal | 35 | 47 | 70 | 60 | 36 | 0 | 116 | 332 | 40 | 21 |
| Binary | 11101 | 100111 | 111000 | 110000 | 11110 | 0 | 1001110 | 11011010 | 100000 | 10001 |
Color Harmonies of #1D2738
Complementary color
Monochromatic Colors of #1D2738
Black with #1D2738
Text Example
Text Example
White with #1D2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2738; }
p { color: rgb(29,39,56); }
H1.HeaderClassName
{
color: #1D2738;
}
.AnyTagClassName
{
color: #1D2738;
}
</style>
background-color css
<style>
a { background-color: #1D2738; }
a { background-color: rgb(29,39,56); }
div.DivClassName
{
background-color: #1D2738;
}
.BgClassName
{
background-color: #1D2738;
}
</style>
border-color css
<style>
span { border-color: #1D2738; }
span { border-color: rgb(29,39,56); }
td.TdClassName
{
border-color: #1D2738;
}
.TagClassName
{
border-color: #1D2738;
}
</style>