Shades of Midnight Express #1D2741
Tints of Midnight Express #1D2741
RGB
CMYK
RGB Variations
Color information
#1D2741 (or 0x1D2741) is known color: Midnight Express. HEX triplet: 1D, 27 and 41. RGB value is (29,39,65). Sum of RGB (Red+Green+Blue) = 29+39+65=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 65 (25.78% from 255 or 48.87% from 133); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D2741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2741 is #E2D8BE. Grayscale: #262626. Windows color (decimal): -14866623 or 4269853. OLE color: 4269853.
HSL color Cylindrical-coordinate representation of color #1D2741: hue angle of 223.33º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D2741 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 39 | 65 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.75 |
| HSL | 223.33º | 0.38% | 0.18% | - |
| HSV(B) | 223.33º | 0.55% | 0.25% | - |
| XYZ | 2.19 | 2.09 | 5.29 | - |
| YUV | 38.97 | 142.69 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 65 | 0.55 | 0.40 | 0 | 0.75 | 223.33 | 0.38 | 0.18 |
| Hex | 1D | 27 | 41 | 37 | 28 | 0 | 4B | DF | 26 | 12 |
| Octal | 35 | 47 | 101 | 67 | 50 | 0 | 113 | 337 | 46 | 22 |
| Binary | 11101 | 100111 | 1000001 | 110111 | 101000 | 0 | 1001011 | 11011111 | 100110 | 10010 |
Color Harmonies of #1D2741
Complementary color
Monochromatic Colors of #1D2741
Black with #1D2741
Text Example
Text Example
White with #1D2741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2741; }
p { color: rgb(29,39,65); }
H1.HeaderClassName
{
color: #1D2741;
}
.AnyTagClassName
{
color: #1D2741;
}
</style>
background-color css
<style>
a { background-color: #1D2741; }
a { background-color: rgb(29,39,65); }
div.DivClassName
{
background-color: #1D2741;
}
.BgClassName
{
background-color: #1D2741;
}
</style>
border-color css
<style>
span { border-color: #1D2741; }
span { border-color: rgb(29,39,65); }
td.TdClassName
{
border-color: #1D2741;
}
.TagClassName
{
border-color: #1D2741;
}
</style>