Shades of Gunmetal #2C353A
Tints of Gunmetal #2C353A
RGB
CMYK
RGB Variations
Color information
#2C353A (or 0x2C353A) is known color: Gunmetal. HEX triplet: 2C, 35 and 3A. RGB value is (44,53,58). Sum of RGB (Red+Green+Blue) = 44+53+58=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C353A is #D3CAC5. Grayscale: #323232. Windows color (decimal): -13880006 or 3814700. OLE color: 3814700.
HSL color Cylindrical-coordinate representation of color #2C353A: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C353A is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 53 | 58 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.77 |
| HSL | 201.43º | 0.14% | 0.2% | - |
| HSV(B) | 201.43º | 0.24% | 0.23% | - |
| XYZ | 3.08 | 3.39 | 4.49 | - |
| YUV | 50.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 58 | 0.24 | 0.09 | 0 | 0.77 | 201.43 | 0.14 | 0.2 |
| Hex | 2C | 35 | 3A | 18 | 9 | 0 | 4D | C9 | E | 14 |
| Octal | 54 | 65 | 72 | 30 | 11 | 0 | 115 | 311 | 16 | 24 |
| Binary | 101100 | 110101 | 111010 | 11000 | 1001 | 0 | 1001101 | 11001001 | 1110 | 10100 |
Color Harmonies of #2C353A
Complementary color
Monochromatic Colors of #2C353A
Black with #2C353A
Text Example
Text Example
White with #2C353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C353A; }
p { color: rgb(44,53,58); }
H1.HeaderClassName
{
color: #2C353A;
}
.AnyTagClassName
{
color: #2C353A;
}
</style>
background-color css
<style>
a { background-color: #2C353A; }
a { background-color: rgb(44,53,58); }
div.DivClassName
{
background-color: #2C353A;
}
.BgClassName
{
background-color: #2C353A;
}
</style>
border-color css
<style>
span { border-color: #2C353A; }
span { border-color: rgb(44,53,58); }
td.TdClassName
{
border-color: #2C353A;
}
.TagClassName
{
border-color: #2C353A;
}
</style>