Shades of Gunmetal #2D3538
Tints of Gunmetal #2D3538
RGB
CMYK
RGB Variations
Color information
#2D3538 (or 0x2D3538) is known color: Gunmetal. HEX triplet: 2D, 35 and 38. RGB value is (45,53,56). Sum of RGB (Red+Green+Blue) = 45+53+56=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3538 is #D2CAC7. Grayscale: #323232. Windows color (decimal): -13814472 or 3683629. OLE color: 3683629.
HSL color Cylindrical-coordinate representation of color #2D3538: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D3538 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 53 | 56 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.78 |
| HSL | 196.36º | 0.11% | 0.2% | - |
| HSV(B) | 196.36º | 0.2% | 0.22% | - |
| XYZ | 3.07 | 3.39 | 4.23 | - |
| YUV | 50.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 53 | 56 | 0.20 | 0.05 | 0 | 0.78 | 196.36 | 0.11 | 0.2 |
| Hex | 2D | 35 | 38 | 14 | 5 | 0 | 4E | C4 | B | 14 |
| Octal | 55 | 65 | 70 | 24 | 5 | 0 | 116 | 304 | 13 | 24 |
| Binary | 101101 | 110101 | 111000 | 10100 | 101 | 0 | 1001110 | 11000100 | 1011 | 10100 |
Color Harmonies of #2D3538
Complementary color
Monochromatic Colors of #2D3538
Black with #2D3538
Text Example
Text Example
White with #2D3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3538; }
p { color: rgb(45,53,56); }
H1.HeaderClassName
{
color: #2D3538;
}
.AnyTagClassName
{
color: #2D3538;
}
</style>
background-color css
<style>
a { background-color: #2D3538; }
a { background-color: rgb(45,53,56); }
div.DivClassName
{
background-color: #2D3538;
}
.BgClassName
{
background-color: #2D3538;
}
</style>
border-color css
<style>
span { border-color: #2D3538; }
span { border-color: rgb(45,53,56); }
td.TdClassName
{
border-color: #2D3538;
}
.TagClassName
{
border-color: #2D3538;
}
</style>