Shades of Midnight Express #1D1F43
Tints of Midnight Express #1D1F43
RGB
CMYK
RGB Variations
Color information
#1D1F43 (or 0x1D1F43) is known color: Midnight Express. HEX triplet: 1D, 1F and 43. RGB value is (29,31,67). Sum of RGB (Red+Green+Blue) = 29+31+67=127 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.83% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D1F43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1F43 is #E2E0BC. Grayscale: #222222. Windows color (decimal): -14868669 or 4398877. OLE color: 4398877.
HSL color Cylindrical-coordinate representation of color #1D1F43: hue angle of 236.84º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D1F43 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 31 | 67 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.74 |
| HSL | 236.84º | 0.4% | 0.19% | - |
| HSV(B) | 236.84º | 0.57% | 0.26% | - |
| XYZ | 2.01 | 1.65 | 5.52 | - |
| YUV | 34.51 | 146.34 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 67 | 0.57 | 0.54 | 0 | 0.74 | 236.84 | 0.4 | 0.19 |
| Hex | 1D | 1F | 43 | 39 | 36 | 0 | 4A | ED | 28 | 13 |
| Octal | 35 | 37 | 103 | 71 | 66 | 0 | 112 | 355 | 50 | 23 |
| Binary | 11101 | 11111 | 1000011 | 111001 | 110110 | 0 | 1001010 | 11101101 | 101000 | 10011 |
Color Harmonies of #1D1F43
Complementary color
Monochromatic Colors of #1D1F43
Black with #1D1F43
Text Example
Text Example
White with #1D1F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F43; }
p { color: rgb(29,31,67); }
H1.HeaderClassName
{
color: #1D1F43;
}
.AnyTagClassName
{
color: #1D1F43;
}
</style>
background-color css
<style>
a { background-color: #1D1F43; }
a { background-color: rgb(29,31,67); }
div.DivClassName
{
background-color: #1D1F43;
}
.BgClassName
{
background-color: #1D1F43;
}
</style>
border-color css
<style>
span { border-color: #1D1F43; }
span { border-color: rgb(29,31,67); }
td.TdClassName
{
border-color: #1D1F43;
}
.TagClassName
{
border-color: #1D1F43;
}
</style>