Shades of Midnight Express #1D273F
Tints of Midnight Express #1D273F
RGB
CMYK
RGB Variations
Color information
#1D273F (or 0x1D273F) is known color: Midnight Express. HEX triplet: 1D, 27 and 3F. RGB value is (29,39,63). Sum of RGB (Red+Green+Blue) = 29+39+63=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D273F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D273F is #E2D8C0. Grayscale: #262626. Windows color (decimal): -14866625 or 4138781. OLE color: 4138781.
HSL color Cylindrical-coordinate representation of color #1D273F: hue angle of 222.35º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D273F is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 39 | 63 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.75 |
| HSL | 222.35º | 0.37% | 0.18% | - |
| HSV(B) | 222.35º | 0.54% | 0.25% | - |
| XYZ | 2.13 | 2.07 | 4.99 | - |
| YUV | 38.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 63 | 0.54 | 0.38 | 0 | 0.75 | 222.35 | 0.37 | 0.18 |
| Hex | 1D | 27 | 3F | 36 | 26 | 0 | 4B | DE | 25 | 12 |
| Octal | 35 | 47 | 77 | 66 | 46 | 0 | 113 | 336 | 45 | 22 |
| Binary | 11101 | 100111 | 111111 | 110110 | 100110 | 0 | 1001011 | 11011110 | 100101 | 10010 |
Color Harmonies of #1D273F
Complementary color
Monochromatic Colors of #1D273F
Black with #1D273F
Text Example
Text Example
White with #1D273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D273F; }
p { color: rgb(29,39,63); }
H1.HeaderClassName
{
color: #1D273F;
}
.AnyTagClassName
{
color: #1D273F;
}
</style>
background-color css
<style>
a { background-color: #1D273F; }
a { background-color: rgb(29,39,63); }
div.DivClassName
{
background-color: #1D273F;
}
.BgClassName
{
background-color: #1D273F;
}
</style>
border-color css
<style>
span { border-color: #1D273F; }
span { border-color: rgb(29,39,63); }
td.TdClassName
{
border-color: #1D273F;
}
.TagClassName
{
border-color: #1D273F;
}
</style>