Shades of Midnight Express #1D1F38
Tints of Midnight Express #1D1F38
RGB
CMYK
RGB Variations
Color information
#1D1F38 (or 0x1D1F38) is known color: Midnight Express. HEX triplet: 1D, 1F and 38. RGB value is (29,31,56). Sum of RGB (Red+Green+Blue) = 29+31+56=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D1F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1F38 is #E2E0C7. Grayscale: #212121. Windows color (decimal): -14868680 or 3677981. OLE color: 3677981.
HSL color Cylindrical-coordinate representation of color #1D1F38: hue angle of 235.56º 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 #1D1F38 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 31 | 56 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.78 |
| HSL | 235.56º | 0.32% | 0.17% | - |
| HSV(B) | 235.56º | 0.48% | 0.22% | - |
| XYZ | 1.71 | 1.53 | 3.95 | - |
| YUV | 33.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 56 | 0.48 | 0.45 | 0 | 0.78 | 235.56 | 0.32 | 0.17 |
| Hex | 1D | 1F | 38 | 30 | 2D | 0 | 4E | EC | 20 | 11 |
| Octal | 35 | 37 | 70 | 60 | 55 | 0 | 116 | 354 | 40 | 21 |
| Binary | 11101 | 11111 | 111000 | 110000 | 101101 | 0 | 1001110 | 11101100 | 100000 | 10001 |
Color Harmonies of #1D1F38
Complementary color
Monochromatic Colors of #1D1F38
Black with #1D1F38
Text Example
Text Example
White with #1D1F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F38; }
p { color: rgb(29,31,56); }
H1.HeaderClassName
{
color: #1D1F38;
}
.AnyTagClassName
{
color: #1D1F38;
}
</style>
background-color css
<style>
a { background-color: #1D1F38; }
a { background-color: rgb(29,31,56); }
div.DivClassName
{
background-color: #1D1F38;
}
.BgClassName
{
background-color: #1D1F38;
}
</style>
border-color css
<style>
span { border-color: #1D1F38; }
span { border-color: rgb(29,31,56); }
td.TdClassName
{
border-color: #1D1F38;
}
.TagClassName
{
border-color: #1D1F38;
}
</style>