Shades of Midnight #1F2E3E
Tints of Midnight #1F2E3E
RGB
CMYK
RGB Variations
Color information
#1F2E3E (or 0x1F2E3E) is known color: Midnight. HEX triplet: 1F, 2E and 3E. RGB value is (31,46,62). Sum of RGB (Red+Green+Blue) = 31+46+62=139 (18% of max value = 765). Red value is 31 (12.5% from 255 or 22.30% from 139); Green value is 46 (18.36% from 255 or 33.09% from 139); Blue value is 62 (24.61% from 255 or 44.60% from 139); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F2E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2E3E is #E0D1C1. Grayscale: #2B2B2B. Windows color (decimal): -14733762 or 4075039. OLE color: 4075039.
HSL color Cylindrical-coordinate representation of color #1F2E3E: hue angle of 210.97º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1F2E3E is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 31 | 46 | 62 | - |
CMYK | 0.5 | 0.26 | 0 | 0.76 |
HSL | 210.97º | 0.33% | 0.18% | - |
HSV(B) | 210.97º | 0.5% | 0.24% | - |
XYZ | 2.41 | 2.59 | 4.93 | - |
YUV | 43.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 46 | 62 | 0.5 | 0.26 | 0 | 0.76 | 210.97 | 0.33 | 0.18 |
Hex | 1F | 2E | 3E | 32 | 1A | 0 | 4C | D3 | 21 | 12 |
Octal | 37 | 56 | 76 | 62 | 32 | 0 | 114 | 323 | 41 | 22 |
Binary | 11111 | 101110 | 111110 | 110010 | 11010 | 0 | 1001100 | 11010011 | 100001 | 10010 |
Color Harmonies of #1F2E3E
Complementary color
Monochromatic Colors of #1F2E3E
Black with #1F2E3E
Text Example
Text Example
White with #1F2E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2E3E; }
p { color: rgb(31,46,62); }
H1.HeaderClassName
{
color: #1F2E3E;
}
.AnyTagClassName
{
color: #1F2E3E;
}
</style>
background-color css
<style>
a { background-color: #1F2E3E; }
a { background-color: rgb(31,46,62); }
div.DivClassName
{
background-color: #1F2E3E;
}
.BgClassName
{
background-color: #1F2E3E;
}
</style>
border-color css
<style>
span { border-color: #1F2E3E; }
span { border-color: rgb(31,46,62); }
td.TdClassName
{
border-color: #1F2E3E;
}
.TagClassName
{
border-color: #1F2E3E;
}
</style>