Shades of Midnight Express #181E34
Tints of Midnight Express #181E34
RGB
CMYK
RGB Variations
Color information
#181E34 (or 0x181E34) is known color: Midnight Express. HEX triplet: 18, 1E and 34. RGB value is (24,30,52). Sum of RGB (Red+Green+Blue) = 24+30+52=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #181E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181E34 is #E7E1CB. Grayscale: #1E1E1E. Windows color (decimal): -15196620 or 3415576. OLE color: 3415576.
HSL color Cylindrical-coordinate representation of color #181E34: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #181E34 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 30 | 52 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.80 |
| HSL | 227.14º | 0.37% | 0.15% | - |
| HSV(B) | 227.14º | 0.54% | 0.2% | - |
| XYZ | 1.46 | 1.37 | 3.44 | - |
| YUV | 30.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 30 | 52 | 0.54 | 0.42 | 0 | 0.80 | 227.14 | 0.37 | 0.15 |
| Hex | 18 | 1E | 34 | 36 | 2A | 0 | 50 | E3 | 25 | F |
| Octal | 30 | 36 | 64 | 66 | 52 | 0 | 120 | 343 | 45 | 17 |
| Binary | 11000 | 11110 | 110100 | 110110 | 101010 | 0 | 1010000 | 11100011 | 100101 | 1111 |
Color Harmonies of #181E34
Complementary color
Monochromatic Colors of #181E34
Black with #181E34
Text Example
Text Example
White with #181E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181E34; }
p { color: rgb(24,30,52); }
H1.HeaderClassName
{
color: #181E34;
}
.AnyTagClassName
{
color: #181E34;
}
</style>
background-color css
<style>
a { background-color: #181E34; }
a { background-color: rgb(24,30,52); }
div.DivClassName
{
background-color: #181E34;
}
.BgClassName
{
background-color: #181E34;
}
</style>
border-color css
<style>
span { border-color: #181E34; }
span { border-color: rgb(24,30,52); }
td.TdClassName
{
border-color: #181E34;
}
.TagClassName
{
border-color: #181E34;
}
</style>