Shades of Midnight Express #1F2847
Tints of Midnight Express #1F2847
RGB
CMYK
RGB Variations
Color information
#1F2847 (or 0x1F2847) is known color: Midnight Express. HEX triplet: 1F, 28 and 47. RGB value is (31,40,71). Sum of RGB (Red+Green+Blue) = 31+40+71=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #1F2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2847 is #E0D7B8. Grayscale: #282828. Windows color (decimal): -14735289 or 4663327. OLE color: 4663327.
HSL color Cylindrical-coordinate representation of color #1F2847: hue angle of 226.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F2847 is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 40 | 71 | - |
| CMYK | 0.56 | 0.44 | 0 | 0.72 |
| HSL | 226.5º | 0.39% | 0.2% | - |
| HSV(B) | 226.5º | 0.56% | 0.28% | - |
| XYZ | 2.46 | 2.26 | 6.27 | - |
| YUV | 40.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 71 | 0.56 | 0.44 | 0 | 0.72 | 226.5 | 0.39 | 0.2 |
| Hex | 1F | 28 | 47 | 38 | 2C | 0 | 48 | E2 | 27 | 14 |
| Octal | 37 | 50 | 107 | 70 | 54 | 0 | 110 | 342 | 47 | 24 |
| Binary | 11111 | 101000 | 1000111 | 111000 | 101100 | 0 | 1001000 | 11100010 | 100111 | 10100 |
Color Harmonies of #1F2847
Complementary color
Monochromatic Colors of #1F2847
Black with #1F2847
Text Example
Text Example
White with #1F2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2847; }
p { color: rgb(31,40,71); }
H1.HeaderClassName
{
color: #1F2847;
}
.AnyTagClassName
{
color: #1F2847;
}
</style>
background-color css
<style>
a { background-color: #1F2847; }
a { background-color: rgb(31,40,71); }
div.DivClassName
{
background-color: #1F2847;
}
.BgClassName
{
background-color: #1F2847;
}
</style>
border-color css
<style>
span { border-color: #1F2847; }
span { border-color: rgb(31,40,71); }
td.TdClassName
{
border-color: #1F2847;
}
.TagClassName
{
border-color: #1F2847;
}
</style>