Shades of Gunmetal #2D3234
Tints of Gunmetal #2D3234
RGB
CMYK
RGB Variations
Color information
#2D3234 (or 0x2D3234) is known color: Gunmetal. HEX triplet: 2D, 32 and 34. RGB value is (45,50,52). Sum of RGB (Red+Green+Blue) = 45+50+52=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 52 (20.70% from 255 or 35.37% from 147); Max value from RGB is 52 - color contains mainly: blue. Hex color #2D3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3234 is #D2CDCB. Grayscale: #303030. Windows color (decimal): -13815244 or 3420717. OLE color: 3420717.
HSL color Cylindrical-coordinate representation of color #2D3234: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2D3234 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 45 | 50 | 52 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.80 |
| HSL | 197.14º | 0.07% | 0.19% | - |
| HSV(B) | 197.14º | 0.13% | 0.2% | - |
| XYZ | 2.84 | 3.09 | 3.69 | - |
| YUV | 48.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 50 | 52 | 0.13 | 0.04 | 0 | 0.80 | 197.14 | 0.07 | 0.19 |
| Hex | 2D | 32 | 34 | D | 4 | 0 | 50 | C5 | 7 | 13 |
| Octal | 55 | 62 | 64 | 15 | 4 | 0 | 120 | 305 | 7 | 23 |
| Binary | 101101 | 110010 | 110100 | 1101 | 100 | 0 | 1010000 | 11000101 | 111 | 10011 |
Color Harmonies of #2D3234
Complementary color
Monochromatic Colors of #2D3234
Black with #2D3234
Text Example
Text Example
White with #2D3234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3234; }
p { color: rgb(45,50,52); }
H1.HeaderClassName
{
color: #2D3234;
}
.AnyTagClassName
{
color: #2D3234;
}
</style>
background-color css
<style>
a { background-color: #2D3234; }
a { background-color: rgb(45,50,52); }
div.DivClassName
{
background-color: #2D3234;
}
.BgClassName
{
background-color: #2D3234;
}
</style>
border-color css
<style>
span { border-color: #2D3234; }
span { border-color: rgb(45,50,52); }
td.TdClassName
{
border-color: #2D3234;
}
.TagClassName
{
border-color: #2D3234;
}
</style>