Shades of Gunmetal #2E363B
Tints of Gunmetal #2E363B
RGB
CMYK
RGB Variations
Color information
#2E363B (or 0x2E363B) is known color: Gunmetal. HEX triplet: 2E, 36 and 3B. RGB value is (46,54,59). Sum of RGB (Red+Green+Blue) = 46+54+59=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #2E363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E363B is #D1C9C4. Grayscale: #343434. Windows color (decimal): -13748677 or 3880494. OLE color: 3880494.
HSL color Cylindrical-coordinate representation of color #2E363B: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E363B is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 46 | 54 | 59 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.77 |
| HSL | 203.08º | 0.12% | 0.21% | - |
| HSV(B) | 203.08º | 0.22% | 0.23% | - |
| XYZ | 3.24 | 3.53 | 4.65 | - |
| YUV | 52.18 | 131.85 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 54 | 59 | 0.22 | 0.08 | 0 | 0.77 | 203.08 | 0.12 | 0.21 |
| Hex | 2E | 36 | 3B | 16 | 8 | 0 | 4D | CB | C | 15 |
| Octal | 56 | 66 | 73 | 26 | 10 | 0 | 115 | 313 | 14 | 25 |
| Binary | 101110 | 110110 | 111011 | 10110 | 1000 | 0 | 1001101 | 11001011 | 1100 | 10101 |
Color Harmonies of #2E363B
Complementary color
Monochromatic Colors of #2E363B
Black with #2E363B
Text Example
Text Example
White with #2E363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E363B; }
p { color: rgb(46,54,59); }
H1.HeaderClassName
{
color: #2E363B;
}
.AnyTagClassName
{
color: #2E363B;
}
</style>
background-color css
<style>
a { background-color: #2E363B; }
a { background-color: rgb(46,54,59); }
div.DivClassName
{
background-color: #2E363B;
}
.BgClassName
{
background-color: #2E363B;
}
</style>
border-color css
<style>
span { border-color: #2E363B; }
span { border-color: rgb(46,54,59); }
td.TdClassName
{
border-color: #2E363B;
}
.TagClassName
{
border-color: #2E363B;
}
</style>