Shades of Midnight Express #181D31
Tints of Midnight Express #181D31
RGB
CMYK
RGB Variations
Color information
#181D31 (or 0x181D31) is known color: Midnight Express. HEX triplet: 18, 1D and 31. RGB value is (24,29,49). Sum of RGB (Red+Green+Blue) = 24+29+49=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #181D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D31 is #E7E2CE. Grayscale: #1D1D1D. Windows color (decimal): -15196879 or 3218712. OLE color: 3218712.
HSL color Cylindrical-coordinate representation of color #181D31: hue angle of 228º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #181D31 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 29 | 49 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.81 |
| HSL | 228º | 0.34% | 0.14% | - |
| HSV(B) | 228º | 0.51% | 0.19% | - |
| XYZ | 1.37 | 1.29 | 3.08 | - |
| YUV | 29.79 | 138.84 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 49 | 0.51 | 0.41 | 0 | 0.81 | 228 | 0.34 | 0.14 |
| Hex | 18 | 1D | 31 | 33 | 29 | 0 | 51 | E4 | 22 | E |
| Octal | 30 | 35 | 61 | 63 | 51 | 0 | 121 | 344 | 42 | 16 |
| Binary | 11000 | 11101 | 110001 | 110011 | 101001 | 0 | 1010001 | 11100100 | 100010 | 1110 |
Color Harmonies of #181D31
Complementary color
Monochromatic Colors of #181D31
Black with #181D31
Text Example
Text Example
White with #181D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D31; }
p { color: rgb(24,29,49); }
H1.HeaderClassName
{
color: #181D31;
}
.AnyTagClassName
{
color: #181D31;
}
</style>
background-color css
<style>
a { background-color: #181D31; }
a { background-color: rgb(24,29,49); }
div.DivClassName
{
background-color: #181D31;
}
.BgClassName
{
background-color: #181D31;
}
</style>
border-color css
<style>
span { border-color: #181D31; }
span { border-color: rgb(24,29,49); }
td.TdClassName
{
border-color: #181D31;
}
.TagClassName
{
border-color: #181D31;
}
</style>