Shades of Midnight Express #182234
Tints of Midnight Express #182234
RGB
CMYK
RGB Variations
Color information
#182234 (or 0x182234) is known color: Midnight Express. HEX triplet: 18, 22 and 34. RGB value is (24,34,52). Sum of RGB (Red+Green+Blue) = 24+34+52=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 52 - color contains mainly: blue. Hex color #182234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182234 is #E7DDCB. Grayscale: #202020. Windows color (decimal): -15195596 or 3416600. OLE color: 3416600.
HSL color Cylindrical-coordinate representation of color #182234: hue angle of 218.57º 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 #182234 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 34 | 52 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.80 |
| HSL | 218.57º | 0.37% | 0.15% | - |
| HSV(B) | 218.57º | 0.54% | 0.2% | - |
| XYZ | 1.57 | 1.59 | 3.47 | - |
| YUV | 33.06 | 138.69 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 34 | 52 | 0.54 | 0.35 | 0 | 0.80 | 218.57 | 0.37 | 0.15 |
| Hex | 18 | 22 | 34 | 36 | 23 | 0 | 50 | DB | 25 | F |
| Octal | 30 | 42 | 64 | 66 | 43 | 0 | 120 | 333 | 45 | 17 |
| Binary | 11000 | 100010 | 110100 | 110110 | 100011 | 0 | 1010000 | 11011011 | 100101 | 1111 |
Color Harmonies of #182234
Complementary color
Monochromatic Colors of #182234
Black with #182234
Text Example
Text Example
White with #182234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182234; }
p { color: rgb(24,34,52); }
H1.HeaderClassName
{
color: #182234;
}
.AnyTagClassName
{
color: #182234;
}
</style>
background-color css
<style>
a { background-color: #182234; }
a { background-color: rgb(24,34,52); }
div.DivClassName
{
background-color: #182234;
}
.BgClassName
{
background-color: #182234;
}
</style>
border-color css
<style>
span { border-color: #182234; }
span { border-color: rgb(24,34,52); }
td.TdClassName
{
border-color: #182234;
}
.TagClassName
{
border-color: #182234;
}
</style>