Shades of Midnight Express #1F2848
Tints of Midnight Express #1F2848
RGB
CMYK
RGB Variations
Color information
#1F2848 (or 0x1F2848) is known color: Midnight Express. HEX triplet: 1F, 28 and 48. RGB value is (31,40,72). Sum of RGB (Red+Green+Blue) = 31+40+72=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2848 is #E0D7B7. Grayscale: #282828. Windows color (decimal): -14735288 or 4728863. OLE color: 4728863.
HSL color Cylindrical-coordinate representation of color #1F2848: hue angle of 226.83º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F2848 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 40 | 72 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.72 |
| HSL | 226.83º | 0.4% | 0.2% | - |
| HSV(B) | 226.83º | 0.57% | 0.28% | - |
| XYZ | 2.49 | 2.28 | 6.44 | - |
| YUV | 40.96 | 145.52 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 72 | 0.57 | 0.44 | 0 | 0.72 | 226.83 | 0.4 | 0.2 |
| Hex | 1F | 28 | 48 | 39 | 2C | 0 | 48 | E3 | 28 | 14 |
| Octal | 37 | 50 | 110 | 71 | 54 | 0 | 110 | 343 | 50 | 24 |
| Binary | 11111 | 101000 | 1001000 | 111001 | 101100 | 0 | 1001000 | 11100011 | 101000 | 10100 |
Color Harmonies of #1F2848
Complementary color
Monochromatic Colors of #1F2848
Black with #1F2848
Text Example
Text Example
White with #1F2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2848; }
p { color: rgb(31,40,72); }
H1.HeaderClassName
{
color: #1F2848;
}
.AnyTagClassName
{
color: #1F2848;
}
</style>
background-color css
<style>
a { background-color: #1F2848; }
a { background-color: rgb(31,40,72); }
div.DivClassName
{
background-color: #1F2848;
}
.BgClassName
{
background-color: #1F2848;
}
</style>
border-color css
<style>
span { border-color: #1F2848; }
span { border-color: rgb(31,40,72); }
td.TdClassName
{
border-color: #1F2848;
}
.TagClassName
{
border-color: #1F2848;
}
</style>