Shades of Midnight Express #182034
Tints of Midnight Express #182034
RGB
CMYK
RGB Variations
Color information
#182034 (or 0x182034) is known color: Midnight Express. HEX triplet: 18, 20 and 34. RGB value is (24,32,52). Sum of RGB (Red+Green+Blue) = 24+32+52=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #182034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182034 is #E7DFCB. Grayscale: #1F1F1F. Windows color (decimal): -15196108 or 3416088. OLE color: 3416088.
HSL color Cylindrical-coordinate representation of color #182034: hue angle of 222.86º 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 #182034 is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 32 | 52 | - |
| CMYK | 0.54 | 0.38 | 0 | 0.80 |
| HSL | 222.86º | 0.37% | 0.15% | - |
| HSV(B) | 222.86º | 0.54% | 0.2% | - |
| XYZ | 1.51 | 1.48 | 3.45 | - |
| YUV | 31.89 | 139.35 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 32 | 52 | 0.54 | 0.38 | 0 | 0.80 | 222.86 | 0.37 | 0.15 |
| Hex | 18 | 20 | 34 | 36 | 26 | 0 | 50 | DF | 25 | F |
| Octal | 30 | 40 | 64 | 66 | 46 | 0 | 120 | 337 | 45 | 17 |
| Binary | 11000 | 100000 | 110100 | 110110 | 100110 | 0 | 1010000 | 11011111 | 100101 | 1111 |
Color Harmonies of #182034
Complementary color
Monochromatic Colors of #182034
Black with #182034
Text Example
Text Example
White with #182034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182034; }
p { color: rgb(24,32,52); }
H1.HeaderClassName
{
color: #182034;
}
.AnyTagClassName
{
color: #182034;
}
</style>
background-color css
<style>
a { background-color: #182034; }
a { background-color: rgb(24,32,52); }
div.DivClassName
{
background-color: #182034;
}
.BgClassName
{
background-color: #182034;
}
</style>
border-color css
<style>
span { border-color: #182034; }
span { border-color: rgb(24,32,52); }
td.TdClassName
{
border-color: #182034;
}
.TagClassName
{
border-color: #182034;
}
</style>