Shades of Midnight Express #1E1F3D
Tints of Midnight Express #1E1F3D
RGB
CMYK
RGB Variations
Color information
#1E1F3D (or 0x1E1F3D) is known color: Midnight Express. HEX triplet: 1E, 1F and 3D. RGB value is (30,31,61). Sum of RGB (Red+Green+Blue) = 30+31+61=122 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.59% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 61 (24.22% from 255 or 50% from 122); Max value from RGB is 61 - color contains mainly: blue. Hex color #1E1F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1F3D is #E1E0C2. Grayscale: #222222. Windows color (decimal): -14803139 or 4005662. OLE color: 4005662.
HSL color Cylindrical-coordinate representation of color #1E1F3D: hue angle of 238.06º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1E1F3D is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 31 | 61 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.76 |
| HSL | 238.06º | 0.34% | 0.18% | - |
| HSV(B) | 238.06º | 0.51% | 0.24% | - |
| XYZ | 1.87 | 1.59 | 4.62 | - |
| YUV | 34.12 | 143.17 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 31 | 61 | 0.51 | 0.49 | 0 | 0.76 | 238.06 | 0.34 | 0.18 |
| Hex | 1E | 1F | 3D | 33 | 31 | 0 | 4C | EE | 22 | 12 |
| Octal | 36 | 37 | 75 | 63 | 61 | 0 | 114 | 356 | 42 | 22 |
| Binary | 11110 | 11111 | 111101 | 110011 | 110001 | 0 | 1001100 | 11101110 | 100010 | 10010 |
Color Harmonies of #1E1F3D
Complementary color
Monochromatic Colors of #1E1F3D
Black with #1E1F3D
Text Example
Text Example
White with #1E1F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1F3D; }
p { color: rgb(30,31,61); }
H1.HeaderClassName
{
color: #1E1F3D;
}
.AnyTagClassName
{
color: #1E1F3D;
}
</style>
background-color css
<style>
a { background-color: #1E1F3D; }
a { background-color: rgb(30,31,61); }
div.DivClassName
{
background-color: #1E1F3D;
}
.BgClassName
{
background-color: #1E1F3D;
}
</style>
border-color css
<style>
span { border-color: #1E1F3D; }
span { border-color: rgb(30,31,61); }
td.TdClassName
{
border-color: #1E1F3D;
}
.TagClassName
{
border-color: #1E1F3D;
}
</style>