Shades of Midnight #1F2937
Tints of Midnight #1F2937
RGB
CMYK
RGB Variations
Color information
#1F2937 (or 0x1F2937) is known color: Midnight. HEX triplet: 1F, 29 and 37. RGB value is (31,41,55). Sum of RGB (Red+Green+Blue) = 31+41+55=127 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.41% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #1F2937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2937 is #E0D6C8. Grayscale: #272727. Windows color (decimal): -14735049 or 3615007. OLE color: 3615007.
HSL color Cylindrical-coordinate representation of color #1F2937: hue angle of 215º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F2937 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 31 | 41 | 55 | - |
CMYK | 0.44 | 0.25 | 0 | 0.78 |
HSL | 215º | 0.28% | 0.17% | - |
HSV(B) | 215º | 0.44% | 0.22% | - |
XYZ | 2.05 | 2.15 | 3.92 | - |
YUV | 39.61 | 136.69 | 121.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 41 | 55 | 0.44 | 0.25 | 0 | 0.78 | 215 | 0.28 | 0.17 |
Hex | 1F | 29 | 37 | 2C | 19 | 0 | 4E | D7 | 1C | 11 |
Octal | 37 | 51 | 67 | 54 | 31 | 0 | 116 | 327 | 34 | 21 |
Binary | 11111 | 101001 | 110111 | 101100 | 11001 | 0 | 1001110 | 11010111 | 11100 | 10001 |
Color Harmonies of #1F2937
Complementary color
Monochromatic Colors of #1F2937
Black with #1F2937
Text Example
Text Example
White with #1F2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2937; }
p { color: rgb(31,41,55); }
H1.HeaderClassName
{
color: #1F2937;
}
.AnyTagClassName
{
color: #1F2937;
}
</style>
background-color css
<style>
a { background-color: #1F2937; }
a { background-color: rgb(31,41,55); }
div.DivClassName
{
background-color: #1F2937;
}
.BgClassName
{
background-color: #1F2937;
}
</style>
border-color css
<style>
span { border-color: #1F2937; }
span { border-color: rgb(31,41,55); }
td.TdClassName
{
border-color: #1F2937;
}
.TagClassName
{
border-color: #1F2937;
}
</style>