Shades of Midnight #1F2C39
Tints of Midnight #1F2C39
RGB
CMYK
RGB Variations
Color information
#1F2C39 (or 0x1F2C39) is known color: Midnight. HEX triplet: 1F, 2C and 39. RGB value is (31,44,57). Sum of RGB (Red+Green+Blue) = 31+44+57=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 44 (17.58% from 255 or 33.33% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 57 - color contains mainly: blue. Hex color #1F2C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C39 is #E0D3C6. Grayscale: #292929. Windows color (decimal): -14734279 or 3746847. OLE color: 3746847.
HSL color Cylindrical-coordinate representation of color #1F2C39: hue angle of 210º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1F2C39 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 44 | 57 | - |
| CMYK | 0.46 | 0.23 | 0 | 0.78 |
| HSL | 210º | 0.3% | 0.17% | - |
| HSV(B) | 210º | 0.46% | 0.22% | - |
| XYZ | 2.2 | 2.39 | 4.22 | - |
| YUV | 41.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 57 | 0.46 | 0.23 | 0 | 0.78 | 210 | 0.3 | 0.17 |
| Hex | 1F | 2C | 39 | 2E | 17 | 0 | 4E | D2 | 1E | 11 |
| Octal | 37 | 54 | 71 | 56 | 27 | 0 | 116 | 322 | 36 | 21 |
| Binary | 11111 | 101100 | 111001 | 101110 | 10111 | 0 | 1001110 | 11010010 | 11110 | 10001 |
Color Harmonies of #1F2C39
Complementary color
Monochromatic Colors of #1F2C39
Black with #1F2C39
Text Example
Text Example
White with #1F2C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C39; }
p { color: rgb(31,44,57); }
H1.HeaderClassName
{
color: #1F2C39;
}
.AnyTagClassName
{
color: #1F2C39;
}
</style>
background-color css
<style>
a { background-color: #1F2C39; }
a { background-color: rgb(31,44,57); }
div.DivClassName
{
background-color: #1F2C39;
}
.BgClassName
{
background-color: #1F2C39;
}
</style>
border-color css
<style>
span { border-color: #1F2C39; }
span { border-color: rgb(31,44,57); }
td.TdClassName
{
border-color: #1F2C39;
}
.TagClassName
{
border-color: #1F2C39;
}
</style>