Shades of Midnight #1E2F41
Tints of Midnight #1E2F41
RGB
CMYK
RGB Variations
Color information
#1E2F41 (or 0x1E2F41) is known color: Midnight. HEX triplet: 1E, 2F and 41. RGB value is (30,47,65). Sum of RGB (Red+Green+Blue) = 30+47+65=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F41 is #E1D0BE. Grayscale: #2B2B2B. Windows color (decimal): -14799039 or 4271902. OLE color: 4271902.
HSL color Cylindrical-coordinate representation of color #1E2F41: hue angle of 210.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E2F41 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 47 | 65 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.75 |
| HSL | 210.86º | 0.37% | 0.19% | - |
| HSV(B) | 210.86º | 0.54% | 0.25% | - |
| XYZ | 2.51 | 2.69 | 5.39 | - |
| YUV | 43.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 65 | 0.54 | 0.28 | 0 | 0.75 | 210.86 | 0.37 | 0.19 |
| Hex | 1E | 2F | 41 | 36 | 1C | 0 | 4B | D3 | 25 | 13 |
| Octal | 36 | 57 | 101 | 66 | 34 | 0 | 113 | 323 | 45 | 23 |
| Binary | 11110 | 101111 | 1000001 | 110110 | 11100 | 0 | 1001011 | 11010011 | 100101 | 10011 |
Color Harmonies of #1E2F41
Complementary color
Monochromatic Colors of #1E2F41
Black with #1E2F41
Text Example
Text Example
White with #1E2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F41; }
p { color: rgb(30,47,65); }
H1.HeaderClassName
{
color: #1E2F41;
}
.AnyTagClassName
{
color: #1E2F41;
}
</style>
background-color css
<style>
a { background-color: #1E2F41; }
a { background-color: rgb(30,47,65); }
div.DivClassName
{
background-color: #1E2F41;
}
.BgClassName
{
background-color: #1E2F41;
}
</style>
border-color css
<style>
span { border-color: #1E2F41; }
span { border-color: rgb(30,47,65); }
td.TdClassName
{
border-color: #1E2F41;
}
.TagClassName
{
border-color: #1E2F41;
}
</style>