Shades of Gunmetal #2E373D
Tints of Gunmetal #2E373D
RGB
CMYK
RGB Variations
Color information
#2E373D (or 0x2E373D) is known color: Gunmetal. HEX triplet: 2E, 37 and 3D. RGB value is (46,55,61). Sum of RGB (Red+Green+Blue) = 46+55+61=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E373D is #D1C8C2. Grayscale: #343434. Windows color (decimal): -13748419 or 4011822. OLE color: 4011822.
HSL color Cylindrical-coordinate representation of color #2E373D: hue angle of 204º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E373D is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 55 | 61 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.76 |
| HSL | 204º | 0.14% | 0.21% | - |
| HSV(B) | 204º | 0.25% | 0.24% | - |
| XYZ | 3.34 | 3.65 | 4.94 | - |
| YUV | 52.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 55 | 61 | 0.25 | 0.10 | 0 | 0.76 | 204 | 0.14 | 0.21 |
| Hex | 2E | 37 | 3D | 19 | A | 0 | 4C | CC | E | 15 |
| Octal | 56 | 67 | 75 | 31 | 12 | 0 | 114 | 314 | 16 | 25 |
| Binary | 101110 | 110111 | 111101 | 11001 | 1010 | 0 | 1001100 | 11001100 | 1110 | 10101 |
Color Harmonies of #2E373D
Complementary color
Monochromatic Colors of #2E373D
Black with #2E373D
Text Example
Text Example
White with #2E373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E373D; }
p { color: rgb(46,55,61); }
H1.HeaderClassName
{
color: #2E373D;
}
.AnyTagClassName
{
color: #2E373D;
}
</style>
background-color css
<style>
a { background-color: #2E373D; }
a { background-color: rgb(46,55,61); }
div.DivClassName
{
background-color: #2E373D;
}
.BgClassName
{
background-color: #2E373D;
}
</style>
border-color css
<style>
span { border-color: #2E373D; }
span { border-color: rgb(46,55,61); }
td.TdClassName
{
border-color: #2E373D;
}
.TagClassName
{
border-color: #2E373D;
}
</style>