Shades of Midnight Express #1F233D
Tints of Midnight Express #1F233D
RGB
CMYK
RGB Variations
Color information
#1F233D (or 0x1F233D) is known color: Midnight Express. HEX triplet: 1F, 23 and 3D. RGB value is (31,35,61). Sum of RGB (Red+Green+Blue) = 31+35+61=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F233D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F233D is #E0DCC2. Grayscale: #242424. Windows color (decimal): -14736579 or 4006687. OLE color: 4006687.
HSL color Cylindrical-coordinate representation of color #1F233D: hue angle of 232º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F233D is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 35 | 61 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.76 |
| HSL | 232º | 0.33% | 0.18% | - |
| HSV(B) | 232º | 0.49% | 0.24% | - |
| XYZ | 2.01 | 1.83 | 4.66 | - |
| YUV | 36.77 | 141.67 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 35 | 61 | 0.49 | 0.43 | 0 | 0.76 | 232 | 0.33 | 0.18 |
| Hex | 1F | 23 | 3D | 31 | 2B | 0 | 4C | E8 | 21 | 12 |
| Octal | 37 | 43 | 75 | 61 | 53 | 0 | 114 | 350 | 41 | 22 |
| Binary | 11111 | 100011 | 111101 | 110001 | 101011 | 0 | 1001100 | 11101000 | 100001 | 10010 |
Color Harmonies of #1F233D
Complementary color
Monochromatic Colors of #1F233D
Black with #1F233D
Text Example
Text Example
White with #1F233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F233D; }
p { color: rgb(31,35,61); }
H1.HeaderClassName
{
color: #1F233D;
}
.AnyTagClassName
{
color: #1F233D;
}
</style>
background-color css
<style>
a { background-color: #1F233D; }
a { background-color: rgb(31,35,61); }
div.DivClassName
{
background-color: #1F233D;
}
.BgClassName
{
background-color: #1F233D;
}
</style>
border-color css
<style>
span { border-color: #1F233D; }
span { border-color: rgb(31,35,61); }
td.TdClassName
{
border-color: #1F233D;
}
.TagClassName
{
border-color: #1F233D;
}
</style>