Shades of Midnight Express #1F243B
Tints of Midnight Express #1F243B
RGB
CMYK
RGB Variations
Color information
#1F243B (or 0x1F243B) is known color: Midnight Express. HEX triplet: 1F, 24 and 3B. RGB value is (31,36,59). Sum of RGB (Red+Green+Blue) = 31+36+59=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 59 (23.44% from 255 or 46.83% from 126); Max value from RGB is 59 - color contains mainly: blue. Hex color #1F243B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F243B is #E0DBC4. Grayscale: #252525. Windows color (decimal): -14736325 or 3875871. OLE color: 3875871.
HSL color Cylindrical-coordinate representation of color #1F243B: hue angle of 229.29º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F243B is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 36 | 59 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.77 |
| HSL | 229.29º | 0.31% | 0.18% | - |
| HSV(B) | 229.29º | 0.47% | 0.23% | - |
| XYZ | 1.99 | 1.87 | 4.39 | - |
| YUV | 37.13 | 140.34 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 36 | 59 | 0.47 | 0.39 | 0 | 0.77 | 229.29 | 0.31 | 0.18 |
| Hex | 1F | 24 | 3B | 2F | 27 | 0 | 4D | E5 | 1F | 12 |
| Octal | 37 | 44 | 73 | 57 | 47 | 0 | 115 | 345 | 37 | 22 |
| Binary | 11111 | 100100 | 111011 | 101111 | 100111 | 0 | 1001101 | 11100101 | 11111 | 10010 |
Color Harmonies of #1F243B
Complementary color
Monochromatic Colors of #1F243B
Black with #1F243B
Text Example
Text Example
White with #1F243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F243B; }
p { color: rgb(31,36,59); }
H1.HeaderClassName
{
color: #1F243B;
}
.AnyTagClassName
{
color: #1F243B;
}
</style>
background-color css
<style>
a { background-color: #1F243B; }
a { background-color: rgb(31,36,59); }
div.DivClassName
{
background-color: #1F243B;
}
.BgClassName
{
background-color: #1F243B;
}
</style>
border-color css
<style>
span { border-color: #1F243B; }
span { border-color: rgb(31,36,59); }
td.TdClassName
{
border-color: #1F243B;
}
.TagClassName
{
border-color: #1F243B;
}
</style>