Shades of Midnight Express #1F223E
Tints of Midnight Express #1F223E
RGB
CMYK
RGB Variations
Color information
#1F223E (or 0x1F223E) is known color: Midnight Express. HEX triplet: 1F, 22 and 3E. RGB value is (31,34,62). Sum of RGB (Red+Green+Blue) = 31+34+62=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 62 (24.61% from 255 or 48.82% from 127); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F223E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F223E is #E0DDC1. Grayscale: #242424. Windows color (decimal): -14736834 or 4071967. OLE color: 4071967.
HSL color Cylindrical-coordinate representation of color #1F223E: hue angle of 234.19º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F223E is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 34 | 62 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.76 |
| HSL | 234.19º | 0.33% | 0.18% | - |
| HSV(B) | 234.19º | 0.5% | 0.24% | - |
| XYZ | 2.01 | 1.78 | 4.8 | - |
| YUV | 36.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 62 | 0.5 | 0.45 | 0 | 0.76 | 234.19 | 0.33 | 0.18 |
| Hex | 1F | 22 | 3E | 32 | 2D | 0 | 4C | EA | 21 | 12 |
| Octal | 37 | 42 | 76 | 62 | 55 | 0 | 114 | 352 | 41 | 22 |
| Binary | 11111 | 100010 | 111110 | 110010 | 101101 | 0 | 1001100 | 11101010 | 100001 | 10010 |
Color Harmonies of #1F223E
Complementary color
Monochromatic Colors of #1F223E
Black with #1F223E
Text Example
Text Example
White with #1F223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F223E; }
p { color: rgb(31,34,62); }
H1.HeaderClassName
{
color: #1F223E;
}
.AnyTagClassName
{
color: #1F223E;
}
</style>
background-color css
<style>
a { background-color: #1F223E; }
a { background-color: rgb(31,34,62); }
div.DivClassName
{
background-color: #1F223E;
}
.BgClassName
{
background-color: #1F223E;
}
</style>
border-color css
<style>
span { border-color: #1F223E; }
span { border-color: rgb(31,34,62); }
td.TdClassName
{
border-color: #1F223E;
}
.TagClassName
{
border-color: #1F223E;
}
</style>