Shades of Gunmetal #2E3A3F
Tints of Gunmetal #2E3A3F
RGB
CMYK
RGB Variations
Color information
#2E3A3F (or 0x2E3A3F) is known color: Gunmetal. HEX triplet: 2E, 3A and 3F. RGB value is (46,58,63). Sum of RGB (Red+Green+Blue) = 46+58+63=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 58 (23.05% from 255 or 34.73% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E3A3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A3F is #D1C5C0. Grayscale: #363636. Windows color (decimal): -13747649 or 4143662. OLE color: 4143662.
HSL color Cylindrical-coordinate representation of color #2E3A3F: hue angle of 197.65º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2E3A3F is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 58 | 63 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.75 |
| HSL | 197.65º | 0.16% | 0.21% | - |
| HSV(B) | 197.65º | 0.27% | 0.25% | - |
| XYZ | 3.54 | 3.97 | 5.28 | - |
| YUV | 54.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 58 | 63 | 0.27 | 0.08 | 0 | 0.75 | 197.65 | 0.16 | 0.21 |
| Hex | 2E | 3A | 3F | 1B | 8 | 0 | 4B | C6 | 10 | 15 |
| Octal | 56 | 72 | 77 | 33 | 10 | 0 | 113 | 306 | 20 | 25 |
| Binary | 101110 | 111010 | 111111 | 11011 | 1000 | 0 | 1001011 | 11000110 | 10000 | 10101 |
Color Harmonies of #2E3A3F
Complementary color
Monochromatic Colors of #2E3A3F
Black with #2E3A3F
Text Example
Text Example
White with #2E3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3A3F; }
p { color: rgb(46,58,63); }
H1.HeaderClassName
{
color: #2E3A3F;
}
.AnyTagClassName
{
color: #2E3A3F;
}
</style>
background-color css
<style>
a { background-color: #2E3A3F; }
a { background-color: rgb(46,58,63); }
div.DivClassName
{
background-color: #2E3A3F;
}
.BgClassName
{
background-color: #2E3A3F;
}
</style>
border-color css
<style>
span { border-color: #2E3A3F; }
span { border-color: rgb(46,58,63); }
td.TdClassName
{
border-color: #2E3A3F;
}
.TagClassName
{
border-color: #2E3A3F;
}
</style>