Shades of Midnight #1D2C41
Tints of Midnight #1D2C41
RGB
CMYK
RGB Variations
Color information
#1D2C41 (or 0x1D2C41) is known color: Midnight. HEX triplet: 1D, 2C and 41. RGB value is (29,44,65). Sum of RGB (Red+Green+Blue) = 29+44+65=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #1D2C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C41 is #E2D3BE. Grayscale: #292929. Windows color (decimal): -14865343 or 4271133. OLE color: 4271133.
HSL color Cylindrical-coordinate representation of color #1D2C41: hue angle of 215º 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 #1D2C41 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 44 | 65 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.75 |
| HSL | 215º | 0.38% | 0.18% | - |
| HSV(B) | 215º | 0.55% | 0.25% | - |
| XYZ | 2.36 | 2.44 | 5.35 | - |
| YUV | 41.91 | 141.03 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 65 | 0.55 | 0.32 | 0 | 0.75 | 215 | 0.38 | 0.18 |
| Hex | 1D | 2C | 41 | 37 | 20 | 0 | 4B | D7 | 26 | 12 |
| Octal | 35 | 54 | 101 | 67 | 40 | 0 | 113 | 327 | 46 | 22 |
| Binary | 11101 | 101100 | 1000001 | 110111 | 100000 | 0 | 1001011 | 11010111 | 100110 | 10010 |
Color Harmonies of #1D2C41
Complementary color
Monochromatic Colors of #1D2C41
Black with #1D2C41
Text Example
Text Example
White with #1D2C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C41; }
p { color: rgb(29,44,65); }
H1.HeaderClassName
{
color: #1D2C41;
}
.AnyTagClassName
{
color: #1D2C41;
}
</style>
background-color css
<style>
a { background-color: #1D2C41; }
a { background-color: rgb(29,44,65); }
div.DivClassName
{
background-color: #1D2C41;
}
.BgClassName
{
background-color: #1D2C41;
}
</style>
border-color css
<style>
span { border-color: #1D2C41; }
span { border-color: rgb(29,44,65); }
td.TdClassName
{
border-color: #1D2C41;
}
.TagClassName
{
border-color: #1D2C41;
}
</style>