Shades of Midnight Express #1F2748
Tints of Midnight Express #1F2748
RGB
CMYK
RGB Variations
Color information
#1F2748 (or 0x1F2748) is known color: Midnight Express. HEX triplet: 1F, 27 and 48. RGB value is (31,39,72). Sum of RGB (Red+Green+Blue) = 31+39+72=142 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.83% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #1F2748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2748 is #E0D8B7. Grayscale: #282828. Windows color (decimal): -14735544 or 4728607. OLE color: 4728607.
HSL color Cylindrical-coordinate representation of color #1F2748: hue angle of 228.29º 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 #1F2748 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 39 | 72 | - |
| CMYK | 0.57 | 0.46 | 0 | 0.72 |
| HSL | 228.29º | 0.4% | 0.2% | - |
| HSV(B) | 228.29º | 0.57% | 0.28% | - |
| XYZ | 2.46 | 2.21 | 6.43 | - |
| YUV | 40.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 72 | 0.57 | 0.46 | 0 | 0.72 | 228.29 | 0.4 | 0.2 |
| Hex | 1F | 27 | 48 | 39 | 2E | 0 | 48 | E4 | 28 | 14 |
| Octal | 37 | 47 | 110 | 71 | 56 | 0 | 110 | 344 | 50 | 24 |
| Binary | 11111 | 100111 | 1001000 | 111001 | 101110 | 0 | 1001000 | 11100100 | 101000 | 10100 |
Color Harmonies of #1F2748
Complementary color
Monochromatic Colors of #1F2748
Black with #1F2748
Text Example
Text Example
White with #1F2748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2748; }
p { color: rgb(31,39,72); }
H1.HeaderClassName
{
color: #1F2748;
}
.AnyTagClassName
{
color: #1F2748;
}
</style>
background-color css
<style>
a { background-color: #1F2748; }
a { background-color: rgb(31,39,72); }
div.DivClassName
{
background-color: #1F2748;
}
.BgClassName
{
background-color: #1F2748;
}
</style>
border-color css
<style>
span { border-color: #1F2748; }
span { border-color: rgb(31,39,72); }
td.TdClassName
{
border-color: #1F2748;
}
.TagClassName
{
border-color: #1F2748;
}
</style>