Shades of Gunmetal #2E393F
Tints of Gunmetal #2E393F
RGB
CMYK
RGB Variations
Color information
#2E393F (or 0x2E393F) is known color: Gunmetal. HEX triplet: 2E, 39 and 3F. RGB value is (46,57,63). Sum of RGB (Red+Green+Blue) = 46+57+63=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E393F is #D1C6C0. Grayscale: #363636. Windows color (decimal): -13747905 or 4143406. OLE color: 4143406.
HSL color Cylindrical-coordinate representation of color #2E393F: hue angle of 201.18º 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 #2E393F is Cyan = 0.27, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 57 | 63 | - |
| CMYK | 0.27 | 0.10 | 0 | 0.75 |
| HSL | 201.18º | 0.16% | 0.21% | - |
| HSV(B) | 201.18º | 0.27% | 0.25% | - |
| XYZ | 3.49 | 3.87 | 5.27 | - |
| YUV | 54.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 57 | 63 | 0.27 | 0.10 | 0 | 0.75 | 201.18 | 0.16 | 0.21 |
| Hex | 2E | 39 | 3F | 1B | A | 0 | 4B | C9 | 10 | 15 |
| Octal | 56 | 71 | 77 | 33 | 12 | 0 | 113 | 311 | 20 | 25 |
| Binary | 101110 | 111001 | 111111 | 11011 | 1010 | 0 | 1001011 | 11001001 | 10000 | 10101 |
Color Harmonies of #2E393F
Complementary color
Monochromatic Colors of #2E393F
Black with #2E393F
Text Example
Text Example
White with #2E393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E393F; }
p { color: rgb(46,57,63); }
H1.HeaderClassName
{
color: #2E393F;
}
.AnyTagClassName
{
color: #2E393F;
}
</style>
background-color css
<style>
a { background-color: #2E393F; }
a { background-color: rgb(46,57,63); }
div.DivClassName
{
background-color: #2E393F;
}
.BgClassName
{
background-color: #2E393F;
}
</style>
border-color css
<style>
span { border-color: #2E393F; }
span { border-color: rgb(46,57,63); }
td.TdClassName
{
border-color: #2E393F;
}
.TagClassName
{
border-color: #2E393F;
}
</style>