Shades of Midnight Express #1E2338
Tints of Midnight Express #1E2338
RGB
CMYK
RGB Variations
Color information
#1E2338 (or 0x1E2338) is known color: Midnight Express. HEX triplet: 1E, 23 and 38. RGB value is (30,35,56). Sum of RGB (Red+Green+Blue) = 30+35+56=121 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.79% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E2338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2338 is #E1DCC7. Grayscale: #232323. Windows color (decimal): -14802120 or 3679006. OLE color: 3679006.
HSL color Cylindrical-coordinate representation of color #1E2338: hue angle of 228.46º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E2338 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 35 | 56 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.78 |
| HSL | 228.46º | 0.3% | 0.17% | - |
| HSV(B) | 228.46º | 0.46% | 0.22% | - |
| XYZ | 1.85 | 1.76 | 3.98 | - |
| YUV | 35.9 | 139.34 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 56 | 0.46 | 0.37 | 0 | 0.78 | 228.46 | 0.3 | 0.17 |
| Hex | 1E | 23 | 38 | 2E | 25 | 0 | 4E | E4 | 1E | 11 |
| Octal | 36 | 43 | 70 | 56 | 45 | 0 | 116 | 344 | 36 | 21 |
| Binary | 11110 | 100011 | 111000 | 101110 | 100101 | 0 | 1001110 | 11100100 | 11110 | 10001 |
Color Harmonies of #1E2338
Complementary color
Monochromatic Colors of #1E2338
Black with #1E2338
Text Example
Text Example
White with #1E2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2338; }
p { color: rgb(30,35,56); }
H1.HeaderClassName
{
color: #1E2338;
}
.AnyTagClassName
{
color: #1E2338;
}
</style>
background-color css
<style>
a { background-color: #1E2338; }
a { background-color: rgb(30,35,56); }
div.DivClassName
{
background-color: #1E2338;
}
.BgClassName
{
background-color: #1E2338;
}
</style>
border-color css
<style>
span { border-color: #1E2338; }
span { border-color: rgb(30,35,56); }
td.TdClassName
{
border-color: #1E2338;
}
.TagClassName
{
border-color: #1E2338;
}
</style>