Shades of Midnight Express #1F283D
Tints of Midnight Express #1F283D
RGB
CMYK
RGB Variations
Color information
#1F283D (or 0x1F283D) is known color: Midnight Express. HEX triplet: 1F, 28 and 3D. RGB value is (31,40,61). Sum of RGB (Red+Green+Blue) = 31+40+61=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F283D is #E0D7C2. Grayscale: #272727. Windows color (decimal): -14735299 or 4007967. OLE color: 4007967.
HSL color Cylindrical-coordinate representation of color #1F283D: hue angle of 222º 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 #1F283D is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 40 | 61 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.76 |
| HSL | 222º | 0.33% | 0.18% | - |
| HSV(B) | 222º | 0.49% | 0.24% | - |
| XYZ | 2.17 | 2.15 | 4.71 | - |
| YUV | 39.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 61 | 0.49 | 0.34 | 0 | 0.76 | 222 | 0.33 | 0.18 |
| Hex | 1F | 28 | 3D | 31 | 22 | 0 | 4C | DE | 21 | 12 |
| Octal | 37 | 50 | 75 | 61 | 42 | 0 | 114 | 336 | 41 | 22 |
| Binary | 11111 | 101000 | 111101 | 110001 | 100010 | 0 | 1001100 | 11011110 | 100001 | 10010 |
Color Harmonies of #1F283D
Complementary color
Monochromatic Colors of #1F283D
Black with #1F283D
Text Example
Text Example
White with #1F283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F283D; }
p { color: rgb(31,40,61); }
H1.HeaderClassName
{
color: #1F283D;
}
.AnyTagClassName
{
color: #1F283D;
}
</style>
background-color css
<style>
a { background-color: #1F283D; }
a { background-color: rgb(31,40,61); }
div.DivClassName
{
background-color: #1F283D;
}
.BgClassName
{
background-color: #1F283D;
}
</style>
border-color css
<style>
span { border-color: #1F283D; }
span { border-color: rgb(31,40,61); }
td.TdClassName
{
border-color: #1F283D;
}
.TagClassName
{
border-color: #1F283D;
}
</style>