Shades of Gunmetal #2E363C
Tints of Gunmetal #2E363C
RGB
CMYK
RGB Variations
Color information
#2E363C (or 0x2E363C) is known color: Gunmetal. HEX triplet: 2E, 36 and 3C. RGB value is (46,54,60). Sum of RGB (Red+Green+Blue) = 46+54+60=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E363C is #D1C9C3. Grayscale: #343434. Windows color (decimal): -13748676 or 3946030. OLE color: 3946030.
HSL color Cylindrical-coordinate representation of color #2E363C: hue angle of 205.71º 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 #2E363C is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 46 | 54 | 60 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.76 |
| HSL | 205.71º | 0.13% | 0.21% | - |
| HSV(B) | 205.71º | 0.23% | 0.24% | - |
| XYZ | 3.26 | 3.55 | 4.79 | - |
| YUV | 52.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 60 | 0.23 | 0.10 | 0 | 0.76 | 205.71 | 0.13 | 0.21 |
| Hex | 2E | 36 | 3C | 17 | A | 0 | 4C | CE | D | 15 |
| Octal | 56 | 66 | 74 | 27 | 12 | 0 | 114 | 316 | 15 | 25 |
| Binary | 101110 | 110110 | 111100 | 10111 | 1010 | 0 | 1001100 | 11001110 | 1101 | 10101 |
Color Harmonies of #2E363C
Complementary color
Monochromatic Colors of #2E363C
Black with #2E363C
Text Example
Text Example
White with #2E363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E363C; }
p { color: rgb(46,54,60); }
H1.HeaderClassName
{
color: #2E363C;
}
.AnyTagClassName
{
color: #2E363C;
}
</style>
background-color css
<style>
a { background-color: #2E363C; }
a { background-color: rgb(46,54,60); }
div.DivClassName
{
background-color: #2E363C;
}
.BgClassName
{
background-color: #2E363C;
}
</style>
border-color css
<style>
span { border-color: #2E363C; }
span { border-color: rgb(46,54,60); }
td.TdClassName
{
border-color: #2E363C;
}
.TagClassName
{
border-color: #2E363C;
}
</style>