Shades of Midnight Express #1F273C
Tints of Midnight Express #1F273C
RGB
CMYK
RGB Variations
Color information
#1F273C (or 0x1F273C) is known color: Midnight Express. HEX triplet: 1F, 27 and 3C. RGB value is (31,39,60). Sum of RGB (Red+Green+Blue) = 31+39+60=130 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.85% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #1F273C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F273C is #E0D8C3. Grayscale: #262626. Windows color (decimal): -14735556 or 3942175. OLE color: 3942175.
HSL color Cylindrical-coordinate representation of color #1F273C: hue angle of 223.45º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F273C is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 39 | 60 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.76 |
| HSL | 223.45º | 0.32% | 0.18% | - |
| HSV(B) | 223.45º | 0.48% | 0.24% | - |
| XYZ | 2.11 | 2.07 | 4.56 | - |
| YUV | 39 | 139.85 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 60 | 0.48 | 0.35 | 0 | 0.76 | 223.45 | 0.32 | 0.18 |
| Hex | 1F | 27 | 3C | 30 | 23 | 0 | 4C | DF | 20 | 12 |
| Octal | 37 | 47 | 74 | 60 | 43 | 0 | 114 | 337 | 40 | 22 |
| Binary | 11111 | 100111 | 111100 | 110000 | 100011 | 0 | 1001100 | 11011111 | 100000 | 10010 |
Color Harmonies of #1F273C
Complementary color
Monochromatic Colors of #1F273C
Black with #1F273C
Text Example
Text Example
White with #1F273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F273C; }
p { color: rgb(31,39,60); }
H1.HeaderClassName
{
color: #1F273C;
}
.AnyTagClassName
{
color: #1F273C;
}
</style>
background-color css
<style>
a { background-color: #1F273C; }
a { background-color: rgb(31,39,60); }
div.DivClassName
{
background-color: #1F273C;
}
.BgClassName
{
background-color: #1F273C;
}
</style>
border-color css
<style>
span { border-color: #1F273C; }
span { border-color: rgb(31,39,60); }
td.TdClassName
{
border-color: #1F273C;
}
.TagClassName
{
border-color: #1F273C;
}
</style>