Shades of Gunmetal #2E383C
Tints of Gunmetal #2E383C
RGB
CMYK
RGB Variations
Color information
#2E383C (or 0x2E383C) is known color: Gunmetal. HEX triplet: 2E, 38 and 3C. RGB value is (46,56,60). Sum of RGB (Red+Green+Blue) = 46+56+60=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E383C is #D1C7C3. Grayscale: #353535. Windows color (decimal): -13748164 or 3946542. OLE color: 3946542.
HSL color Cylindrical-coordinate representation of color #2E383C: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2E383C is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 56 | 60 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.76 |
| HSL | 197.14º | 0.13% | 0.21% | - |
| HSV(B) | 197.14º | 0.23% | 0.24% | - |
| XYZ | 3.36 | 3.74 | 4.82 | - |
| YUV | 53.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 56 | 60 | 0.23 | 0.07 | 0 | 0.76 | 197.14 | 0.13 | 0.21 |
| Hex | 2E | 38 | 3C | 17 | 7 | 0 | 4C | C5 | D | 15 |
| Octal | 56 | 70 | 74 | 27 | 7 | 0 | 114 | 305 | 15 | 25 |
| Binary | 101110 | 111000 | 111100 | 10111 | 111 | 0 | 1001100 | 11000101 | 1101 | 10101 |
Color Harmonies of #2E383C
Complementary color
Monochromatic Colors of #2E383C
Black with #2E383C
Text Example
Text Example
White with #2E383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E383C; }
p { color: rgb(46,56,60); }
H1.HeaderClassName
{
color: #2E383C;
}
.AnyTagClassName
{
color: #2E383C;
}
</style>
background-color css
<style>
a { background-color: #2E383C; }
a { background-color: rgb(46,56,60); }
div.DivClassName
{
background-color: #2E383C;
}
.BgClassName
{
background-color: #2E383C;
}
</style>
border-color css
<style>
span { border-color: #2E383C; }
span { border-color: rgb(46,56,60); }
td.TdClassName
{
border-color: #2E383C;
}
.TagClassName
{
border-color: #2E383C;
}
</style>