Shades of Midnight Express #1D2131
Tints of Midnight Express #1D2131
RGB
CMYK
RGB Variations
Color information
#1D2131 (or 0x1D2131) is known color: Midnight Express. HEX triplet: 1D, 21 and 31. RGB value is (29,33,49). Sum of RGB (Red+Green+Blue) = 29+33+49=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2131 is #E2DECE. Grayscale: #212121. Windows color (decimal): -14868175 or 3219741. OLE color: 3219741.
HSL color Cylindrical-coordinate representation of color #1D2131: hue angle of 228º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2131 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 33 | 49 | - |
| CMYK | 0.41 | 0.33 | 0 | 0.81 |
| HSL | 228º | 0.26% | 0.15% | - |
| HSV(B) | 228º | 0.41% | 0.19% | - |
| XYZ | 1.6 | 1.57 | 3.12 | - |
| YUV | 33.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 33 | 49 | 0.41 | 0.33 | 0 | 0.81 | 228 | 0.26 | 0.15 |
| Hex | 1D | 21 | 31 | 29 | 21 | 0 | 51 | E4 | 1A | F |
| Octal | 35 | 41 | 61 | 51 | 41 | 0 | 121 | 344 | 32 | 17 |
| Binary | 11101 | 100001 | 110001 | 101001 | 100001 | 0 | 1010001 | 11100100 | 11010 | 1111 |
Color Harmonies of #1D2131
Complementary color
Monochromatic Colors of #1D2131
Black with #1D2131
Text Example
Text Example
White with #1D2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2131; }
p { color: rgb(29,33,49); }
H1.HeaderClassName
{
color: #1D2131;
}
.AnyTagClassName
{
color: #1D2131;
}
</style>
background-color css
<style>
a { background-color: #1D2131; }
a { background-color: rgb(29,33,49); }
div.DivClassName
{
background-color: #1D2131;
}
.BgClassName
{
background-color: #1D2131;
}
</style>
border-color css
<style>
span { border-color: #1D2131; }
span { border-color: rgb(29,33,49); }
td.TdClassName
{
border-color: #1D2131;
}
.TagClassName
{
border-color: #1D2131;
}
</style>