Shades of Gunmetal #2D3639
Tints of Gunmetal #2D3639
RGB
CMYK
RGB Variations
Color information
#2D3639 (or 0x2D3639) is known color: Gunmetal. HEX triplet: 2D, 36 and 39. RGB value is (45,54,57). Sum of RGB (Red+Green+Blue) = 45+54+57=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3639 is #D2C9C6. Grayscale: #333333. Windows color (decimal): -13814215 or 3749421. OLE color: 3749421.
HSL color Cylindrical-coordinate representation of color #2D3639: hue angle of 195º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D3639 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 54 | 57 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.78 |
| HSL | 195º | 0.12% | 0.2% | - |
| HSV(B) | 195º | 0.21% | 0.22% | - |
| XYZ | 3.14 | 3.49 | 4.38 | - |
| YUV | 51.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 54 | 57 | 0.21 | 0.05 | 0 | 0.78 | 195 | 0.12 | 0.2 |
| Hex | 2D | 36 | 39 | 15 | 5 | 0 | 4E | C3 | C | 14 |
| Octal | 55 | 66 | 71 | 25 | 5 | 0 | 116 | 303 | 14 | 24 |
| Binary | 101101 | 110110 | 111001 | 10101 | 101 | 0 | 1001110 | 11000011 | 1100 | 10100 |
Color Harmonies of #2D3639
Complementary color
Monochromatic Colors of #2D3639
Black with #2D3639
Text Example
Text Example
White with #2D3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3639; }
p { color: rgb(45,54,57); }
H1.HeaderClassName
{
color: #2D3639;
}
.AnyTagClassName
{
color: #2D3639;
}
</style>
background-color css
<style>
a { background-color: #2D3639; }
a { background-color: rgb(45,54,57); }
div.DivClassName
{
background-color: #2D3639;
}
.BgClassName
{
background-color: #2D3639;
}
</style>
border-color css
<style>
span { border-color: #2D3639; }
span { border-color: rgb(45,54,57); }
td.TdClassName
{
border-color: #2D3639;
}
.TagClassName
{
border-color: #2D3639;
}
</style>