Shades of Midnight Express #182341
Tints of Midnight Express #182341
RGB
CMYK
RGB Variations
Color information
#182341 (or 0x182341) is known color: Midnight Express. HEX triplet: 18, 23 and 41. RGB value is (24,35,65). Sum of RGB (Red+Green+Blue) = 24+35+65=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #182341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182341 is #E7DCBE. Grayscale: #232323. Windows color (decimal): -15195327 or 4268824. OLE color: 4268824.
HSL color Cylindrical-coordinate representation of color #182341: hue angle of 223.9º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #182341 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 35 | 65 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.75 |
| HSL | 223.9º | 0.46% | 0.17% | - |
| HSV(B) | 223.9º | 0.63% | 0.25% | - |
| XYZ | 1.93 | 1.78 | 5.24 | - |
| YUV | 35.13 | 144.86 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 65 | 0.63 | 0.46 | 0 | 0.75 | 223.9 | 0.46 | 0.17 |
| Hex | 18 | 23 | 41 | 3F | 2E | 0 | 4B | E0 | 2E | 11 |
| Octal | 30 | 43 | 101 | 77 | 56 | 0 | 113 | 340 | 56 | 21 |
| Binary | 11000 | 100011 | 1000001 | 111111 | 101110 | 0 | 1001011 | 11100000 | 101110 | 10001 |
Color Harmonies of #182341
Complementary color
Monochromatic Colors of #182341
Black with #182341
Text Example
Text Example
White with #182341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182341; }
p { color: rgb(24,35,65); }
H1.HeaderClassName
{
color: #182341;
}
.AnyTagClassName
{
color: #182341;
}
</style>
background-color css
<style>
a { background-color: #182341; }
a { background-color: rgb(24,35,65); }
div.DivClassName
{
background-color: #182341;
}
.BgClassName
{
background-color: #182341;
}
</style>
border-color css
<style>
span { border-color: #182341; }
span { border-color: rgb(24,35,65); }
td.TdClassName
{
border-color: #182341;
}
.TagClassName
{
border-color: #182341;
}
</style>