Shades of Gunmetal #2E363A
Tints of Gunmetal #2E363A
RGB
CMYK
RGB Variations
Color information
#2E363A (or 0x2E363A) is known color: Gunmetal. HEX triplet: 2E, 36 and 3A. RGB value is (46,54,58). Sum of RGB (Red+Green+Blue) = 46+54+58=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E363A is #D1C9C5. Grayscale: #343434. Windows color (decimal): -13748678 or 3814958. OLE color: 3814958.
HSL color Cylindrical-coordinate representation of color #2E363A: hue angle of 200º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2E363A is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 54 | 58 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.77 |
| HSL | 200º | 0.12% | 0.2% | - |
| HSV(B) | 200º | 0.21% | 0.23% | - |
| XYZ | 3.21 | 3.52 | 4.51 | - |
| YUV | 52.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 58 | 0.21 | 0.07 | 0 | 0.77 | 200 | 0.12 | 0.2 |
| Hex | 2E | 36 | 3A | 15 | 7 | 0 | 4D | C8 | C | 14 |
| Octal | 56 | 66 | 72 | 25 | 7 | 0 | 115 | 310 | 14 | 24 |
| Binary | 101110 | 110110 | 111010 | 10101 | 111 | 0 | 1001101 | 11001000 | 1100 | 10100 |
Color Harmonies of #2E363A
Complementary color
Monochromatic Colors of #2E363A
Black with #2E363A
Text Example
Text Example
White with #2E363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E363A; }
p { color: rgb(46,54,58); }
H1.HeaderClassName
{
color: #2E363A;
}
.AnyTagClassName
{
color: #2E363A;
}
</style>
background-color css
<style>
a { background-color: #2E363A; }
a { background-color: rgb(46,54,58); }
div.DivClassName
{
background-color: #2E363A;
}
.BgClassName
{
background-color: #2E363A;
}
</style>
border-color css
<style>
span { border-color: #2E363A; }
span { border-color: rgb(46,54,58); }
td.TdClassName
{
border-color: #2E363A;
}
.TagClassName
{
border-color: #2E363A;
}
</style>