Shades of Gunmetal #2E383E
Tints of Gunmetal #2E383E
RGB
CMYK
RGB Variations
Color information
#2E383E (or 0x2E383E) is known color: Gunmetal. HEX triplet: 2E, 38 and 3E. RGB value is (46,56,62). Sum of RGB (Red+Green+Blue) = 46+56+62=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 62 - color contains mainly: blue. Hex color #2E383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E383E is #D1C7C1. Grayscale: #353535. Windows color (decimal): -13748162 or 4077614. OLE color: 4077614.
HSL color Cylindrical-coordinate representation of color #2E383E: hue angle of 202.5º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2E383E is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 56 | 62 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.76 |
| HSL | 202.5º | 0.15% | 0.21% | - |
| HSV(B) | 202.5º | 0.26% | 0.24% | - |
| XYZ | 3.41 | 3.76 | 5.1 | - |
| YUV | 53.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 62 | 0.26 | 0.10 | 0 | 0.76 | 202.5 | 0.15 | 0.21 |
| Hex | 2E | 38 | 3E | 1A | A | 0 | 4C | CA | F | 15 |
| Octal | 56 | 70 | 76 | 32 | 12 | 0 | 114 | 312 | 17 | 25 |
| Binary | 101110 | 111000 | 111110 | 11010 | 1010 | 0 | 1001100 | 11001010 | 1111 | 10101 |
Color Harmonies of #2E383E
Complementary color
Monochromatic Colors of #2E383E
Black with #2E383E
Text Example
Text Example
White with #2E383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E383E; }
p { color: rgb(46,56,62); }
H1.HeaderClassName
{
color: #2E383E;
}
.AnyTagClassName
{
color: #2E383E;
}
</style>
background-color css
<style>
a { background-color: #2E383E; }
a { background-color: rgb(46,56,62); }
div.DivClassName
{
background-color: #2E383E;
}
.BgClassName
{
background-color: #2E383E;
}
</style>
border-color css
<style>
span { border-color: #2E383E; }
span { border-color: rgb(46,56,62); }
td.TdClassName
{
border-color: #2E383E;
}
.TagClassName
{
border-color: #2E383E;
}
</style>