Shades of Midnight #1E2937
Tints of Midnight #1E2937
RGB
CMYK
RGB Variations
Color information
#1E2937 (or 0x1E2937) is known color: Midnight. HEX triplet: 1E, 29 and 37. RGB value is (30,41,55). Sum of RGB (Red+Green+Blue) = 30+41+55=126 (16% of max value = 765). Red value is 30 (12.11% from 255 or 23.81% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2937 is #E1D6C8. Grayscale: #272727. Windows color (decimal): -14800585 or 3615006. OLE color: 3615006.
HSL color Cylindrical-coordinate representation of color #1E2937: hue angle of 213.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1E2937 is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 41 | 55 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.78 |
| HSL | 213.6º | 0.29% | 0.17% | - |
| HSV(B) | 213.6º | 0.45% | 0.22% | - |
| XYZ | 2.02 | 2.14 | 3.92 | - |
| YUV | 39.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 55 | 0.45 | 0.25 | 0 | 0.78 | 213.6 | 0.29 | 0.17 |
| Hex | 1E | 29 | 37 | 2D | 19 | 0 | 4E | D6 | 1D | 11 |
| Octal | 36 | 51 | 67 | 55 | 31 | 0 | 116 | 326 | 35 | 21 |
| Binary | 11110 | 101001 | 110111 | 101101 | 11001 | 0 | 1001110 | 11010110 | 11101 | 10001 |
Color Harmonies of #1E2937
Complementary color
Monochromatic Colors of #1E2937
Black with #1E2937
Text Example
Text Example
White with #1E2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2937; }
p { color: rgb(30,41,55); }
H1.HeaderClassName
{
color: #1E2937;
}
.AnyTagClassName
{
color: #1E2937;
}
</style>
background-color css
<style>
a { background-color: #1E2937; }
a { background-color: rgb(30,41,55); }
div.DivClassName
{
background-color: #1E2937;
}
.BgClassName
{
background-color: #1E2937;
}
</style>
border-color css
<style>
span { border-color: #1E2937; }
span { border-color: rgb(30,41,55); }
td.TdClassName
{
border-color: #1E2937;
}
.TagClassName
{
border-color: #1E2937;
}
</style>