Shades of Midnight Express #182342
Tints of Midnight Express #182342
RGB
CMYK
RGB Variations
Color information
#182342 (or 0x182342) is known color: Midnight Express. HEX triplet: 18, 23 and 42. RGB value is (24,35,66). Sum of RGB (Red+Green+Blue) = 24+35+66=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #182342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182342 is #E7DCBD. Grayscale: #232323. Windows color (decimal): -15195326 or 4334360. OLE color: 4334360.
HSL color Cylindrical-coordinate representation of color #182342: hue angle of 224.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #182342 is Cyan = 0.64, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 35 | 66 | - |
| CMYK | 0.64 | 0.47 | 0 | 0.74 |
| HSL | 224.29º | 0.47% | 0.18% | - |
| HSV(B) | 224.29º | 0.64% | 0.26% | - |
| XYZ | 1.96 | 1.79 | 5.4 | - |
| YUV | 35.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 66 | 0.64 | 0.47 | 0 | 0.74 | 224.29 | 0.47 | 0.18 |
| Hex | 18 | 23 | 42 | 40 | 2F | 0 | 4A | E0 | 2F | 12 |
| Octal | 30 | 43 | 102 | 100 | 57 | 0 | 112 | 340 | 57 | 22 |
| Binary | 11000 | 100011 | 1000010 | 1000000 | 101111 | 0 | 1001010 | 11100000 | 101111 | 10010 |
Color Harmonies of #182342
Complementary color
Monochromatic Colors of #182342
Black with #182342
Text Example
Text Example
White with #182342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182342; }
p { color: rgb(24,35,66); }
H1.HeaderClassName
{
color: #182342;
}
.AnyTagClassName
{
color: #182342;
}
</style>
background-color css
<style>
a { background-color: #182342; }
a { background-color: rgb(24,35,66); }
div.DivClassName
{
background-color: #182342;
}
.BgClassName
{
background-color: #182342;
}
</style>
border-color css
<style>
span { border-color: #182342; }
span { border-color: rgb(24,35,66); }
td.TdClassName
{
border-color: #182342;
}
.TagClassName
{
border-color: #182342;
}
</style>