Shades of Midnight Express #1F203A
Tints of Midnight Express #1F203A
RGB
CMYK
RGB Variations
Color information
#1F203A (or 0x1F203A) is known color: Midnight Express. HEX triplet: 1F, 20 and 3A. RGB value is (31,32,58). Sum of RGB (Red+Green+Blue) = 31+32+58=121 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.62% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: blue. Hex color #1F203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F203A is #E0DFC5. Grayscale: #222222. Windows color (decimal): -14737350 or 3809311. OLE color: 3809311.
HSL color Cylindrical-coordinate representation of color #1F203A: hue angle of 237.78º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F203A is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 32 | 58 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.77 |
| HSL | 237.78º | 0.3% | 0.17% | - |
| HSV(B) | 237.78º | 0.47% | 0.23% | - |
| XYZ | 1.85 | 1.63 | 4.22 | - |
| YUV | 34.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 32 | 58 | 0.47 | 0.45 | 0 | 0.77 | 237.78 | 0.3 | 0.17 |
| Hex | 1F | 20 | 3A | 2F | 2D | 0 | 4D | EE | 1E | 11 |
| Octal | 37 | 40 | 72 | 57 | 55 | 0 | 115 | 356 | 36 | 21 |
| Binary | 11111 | 100000 | 111010 | 101111 | 101101 | 0 | 1001101 | 11101110 | 11110 | 10001 |
Color Harmonies of #1F203A
Complementary color
Monochromatic Colors of #1F203A
Black with #1F203A
Text Example
Text Example
White with #1F203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F203A; }
p { color: rgb(31,32,58); }
H1.HeaderClassName
{
color: #1F203A;
}
.AnyTagClassName
{
color: #1F203A;
}
</style>
background-color css
<style>
a { background-color: #1F203A; }
a { background-color: rgb(31,32,58); }
div.DivClassName
{
background-color: #1F203A;
}
.BgClassName
{
background-color: #1F203A;
}
</style>
border-color css
<style>
span { border-color: #1F203A; }
span { border-color: rgb(31,32,58); }
td.TdClassName
{
border-color: #1F203A;
}
.TagClassName
{
border-color: #1F203A;
}
</style>