Shades of Midnight Express #181C38
Tints of Midnight Express #181C38
RGB
CMYK
RGB Variations
Color information
#181C38 (or 0x181C38) is known color: Midnight Express. HEX triplet: 18, 1C and 38. RGB value is (24,28,56). Sum of RGB (Red+Green+Blue) = 24+28+56=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #181C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C38 is #E7E3C7. Grayscale: #1D1D1D. Windows color (decimal): -15197128 or 3677208. OLE color: 3677208.
HSL color Cylindrical-coordinate representation of color #181C38: hue angle of 232.5º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #181C38 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 28 | 56 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.78 |
| HSL | 232.5º | 0.4% | 0.16% | - |
| HSV(B) | 232.5º | 0.57% | 0.22% | - |
| XYZ | 1.51 | 1.31 | 3.91 | - |
| YUV | 30 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 28 | 56 | 0.57 | 0.50 | 0 | 0.78 | 232.5 | 0.4 | 0.16 |
| Hex | 18 | 1C | 38 | 39 | 32 | 0 | 4E | E8 | 28 | 10 |
| Octal | 30 | 34 | 70 | 71 | 62 | 0 | 116 | 350 | 50 | 20 |
| Binary | 11000 | 11100 | 111000 | 111001 | 110010 | 0 | 1001110 | 11101000 | 101000 | 10000 |
Color Harmonies of #181C38
Complementary color
Monochromatic Colors of #181C38
Black with #181C38
Text Example
Text Example
White with #181C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181C38; }
p { color: rgb(24,28,56); }
H1.HeaderClassName
{
color: #181C38;
}
.AnyTagClassName
{
color: #181C38;
}
</style>
background-color css
<style>
a { background-color: #181C38; }
a { background-color: rgb(24,28,56); }
div.DivClassName
{
background-color: #181C38;
}
.BgClassName
{
background-color: #181C38;
}
</style>
border-color css
<style>
span { border-color: #181C38; }
span { border-color: rgb(24,28,56); }
td.TdClassName
{
border-color: #181C38;
}
.TagClassName
{
border-color: #181C38;
}
</style>