Shades of Midnight #1F2836
Tints of Midnight #1F2836
RGB
CMYK
RGB Variations
Color information
#1F2836 (or 0x1F2836) is known color: Midnight. HEX triplet: 1F, 28 and 36. RGB value is (31,40,54). Sum of RGB (Red+Green+Blue) = 31+40+54=125 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.8% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 54 (21.48% from 255 or 43.2% from 125); Max value from RGB is 54 - color contains mainly: blue. Hex color #1F2836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2836 is #E0D7C9. Grayscale: #262626. Windows color (decimal): -14735306 or 3549215. OLE color: 3549215.
HSL color Cylindrical-coordinate representation of color #1F2836: hue angle of 216.52º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F2836 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 40 | 54 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.79 |
| HSL | 216.52º | 0.27% | 0.17% | - |
| HSV(B) | 216.52º | 0.43% | 0.21% | - |
| XYZ | 1.99 | 2.08 | 3.79 | - |
| YUV | 38.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 54 | 0.43 | 0.26 | 0 | 0.79 | 216.52 | 0.27 | 0.17 |
| Hex | 1F | 28 | 36 | 2B | 1A | 0 | 4F | D9 | 1B | 11 |
| Octal | 37 | 50 | 66 | 53 | 32 | 0 | 117 | 331 | 33 | 21 |
| Binary | 11111 | 101000 | 110110 | 101011 | 11010 | 0 | 1001111 | 11011001 | 11011 | 10001 |
Color Harmonies of #1F2836
Complementary color
Monochromatic Colors of #1F2836
Black with #1F2836
Text Example
Text Example
White with #1F2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2836; }
p { color: rgb(31,40,54); }
H1.HeaderClassName
{
color: #1F2836;
}
.AnyTagClassName
{
color: #1F2836;
}
</style>
background-color css
<style>
a { background-color: #1F2836; }
a { background-color: rgb(31,40,54); }
div.DivClassName
{
background-color: #1F2836;
}
.BgClassName
{
background-color: #1F2836;
}
</style>
border-color css
<style>
span { border-color: #1F2836; }
span { border-color: rgb(31,40,54); }
td.TdClassName
{
border-color: #1F2836;
}
.TagClassName
{
border-color: #1F2836;
}
</style>