Shades of Midnight Express #181D36
Tints of Midnight Express #181D36
RGB
CMYK
RGB Variations
Color information
#181D36 (or 0x181D36) is known color: Midnight Express. HEX triplet: 18, 1D and 36. RGB value is (24,29,54). Sum of RGB (Red+Green+Blue) = 24+29+54=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #181D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181D36 is #E7E2C9. Grayscale: #1E1E1E. Windows color (decimal): -15196874 or 3546392. OLE color: 3546392.
HSL color Cylindrical-coordinate representation of color #181D36: hue angle of 230º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #181D36 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 29 | 54 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.79 |
| HSL | 230º | 0.38% | 0.15% | - |
| HSV(B) | 230º | 0.56% | 0.21% | - |
| XYZ | 1.48 | 1.34 | 3.67 | - |
| YUV | 30.36 | 141.34 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 29 | 54 | 0.56 | 0.46 | 0 | 0.79 | 230 | 0.38 | 0.15 |
| Hex | 18 | 1D | 36 | 38 | 2E | 0 | 4F | E6 | 26 | F |
| Octal | 30 | 35 | 66 | 70 | 56 | 0 | 117 | 346 | 46 | 17 |
| Binary | 11000 | 11101 | 110110 | 111000 | 101110 | 0 | 1001111 | 11100110 | 100110 | 1111 |
Color Harmonies of #181D36
Complementary color
Monochromatic Colors of #181D36
Black with #181D36
Text Example
Text Example
White with #181D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181D36; }
p { color: rgb(24,29,54); }
H1.HeaderClassName
{
color: #181D36;
}
.AnyTagClassName
{
color: #181D36;
}
</style>
background-color css
<style>
a { background-color: #181D36; }
a { background-color: rgb(24,29,54); }
div.DivClassName
{
background-color: #181D36;
}
.BgClassName
{
background-color: #181D36;
}
</style>
border-color css
<style>
span { border-color: #181D36; }
span { border-color: rgb(24,29,54); }
td.TdClassName
{
border-color: #181D36;
}
.TagClassName
{
border-color: #181D36;
}
</style>