Shades of Midnight #1E2C3B
Tints of Midnight #1E2C3B
RGB
CMYK
RGB Variations
Color information
#1E2C3B (or 0x1E2C3B) is known color: Midnight. HEX triplet: 1E, 2C and 3B. RGB value is (30,44,59). Sum of RGB (Red+Green+Blue) = 30+44+59=133 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.56% from 133); Green value is 44 (17.58% from 255 or 33.08% from 133); Blue value is 59 (23.44% from 255 or 44.36% from 133); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E2C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2C3B is #E1D3C4. Grayscale: #292929. Windows color (decimal): -14799813 or 3877918. OLE color: 3877918.
HSL color Cylindrical-coordinate representation of color #1E2C3B: hue angle of 211.03º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1E2C3B is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 44 | 59 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.77 |
| HSL | 211.03º | 0.33% | 0.17% | - |
| HSV(B) | 211.03º | 0.49% | 0.23% | - |
| XYZ | 2.23 | 2.39 | 4.48 | - |
| YUV | 41.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 44 | 59 | 0.49 | 0.25 | 0 | 0.77 | 211.03 | 0.33 | 0.17 |
| Hex | 1E | 2C | 3B | 31 | 19 | 0 | 4D | D3 | 21 | 11 |
| Octal | 36 | 54 | 73 | 61 | 31 | 0 | 115 | 323 | 41 | 21 |
| Binary | 11110 | 101100 | 111011 | 110001 | 11001 | 0 | 1001101 | 11010011 | 100001 | 10001 |
Color Harmonies of #1E2C3B
Complementary color
Monochromatic Colors of #1E2C3B
Black with #1E2C3B
Text Example
Text Example
White with #1E2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2C3B; }
p { color: rgb(30,44,59); }
H1.HeaderClassName
{
color: #1E2C3B;
}
.AnyTagClassName
{
color: #1E2C3B;
}
</style>
background-color css
<style>
a { background-color: #1E2C3B; }
a { background-color: rgb(30,44,59); }
div.DivClassName
{
background-color: #1E2C3B;
}
.BgClassName
{
background-color: #1E2C3B;
}
</style>
border-color css
<style>
span { border-color: #1E2C3B; }
span { border-color: rgb(30,44,59); }
td.TdClassName
{
border-color: #1E2C3B;
}
.TagClassName
{
border-color: #1E2C3B;
}
</style>