Shades of Gunmetal #2D393F
Tints of Gunmetal #2D393F
RGB
CMYK
RGB Variations
Color information
#2D393F (or 0x2D393F) is known color: Gunmetal. HEX triplet: 2D, 39 and 3F. RGB value is (45,57,63). Sum of RGB (Red+Green+Blue) = 45+57+63=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 63 (25% from 255 or 38.18% from 165); Max value from RGB is 63 - color contains mainly: blue. Hex color #2D393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D393F is #D2C6C0. Grayscale: #363636. Windows color (decimal): -13813441 or 4143405. OLE color: 4143405.
HSL color Cylindrical-coordinate representation of color #2D393F: hue angle of 200º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2D393F is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 45 | 57 | 63 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.75 |
| HSL | 200º | 0.17% | 0.21% | - |
| HSV(B) | 200º | 0.29% | 0.25% | - |
| XYZ | 3.44 | 3.84 | 5.26 | - |
| YUV | 54.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 63 | 0.29 | 0.10 | 0 | 0.75 | 200 | 0.17 | 0.21 |
| Hex | 2D | 39 | 3F | 1D | A | 0 | 4B | C8 | 11 | 15 |
| Octal | 55 | 71 | 77 | 35 | 12 | 0 | 113 | 310 | 21 | 25 |
| Binary | 101101 | 111001 | 111111 | 11101 | 1010 | 0 | 1001011 | 11001000 | 10001 | 10101 |
Color Harmonies of #2D393F
Complementary color
Monochromatic Colors of #2D393F
Black with #2D393F
Text Example
Text Example
White with #2D393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D393F; }
p { color: rgb(45,57,63); }
H1.HeaderClassName
{
color: #2D393F;
}
.AnyTagClassName
{
color: #2D393F;
}
</style>
background-color css
<style>
a { background-color: #2D393F; }
a { background-color: rgb(45,57,63); }
div.DivClassName
{
background-color: #2D393F;
}
.BgClassName
{
background-color: #2D393F;
}
</style>
border-color css
<style>
span { border-color: #2D393F; }
span { border-color: rgb(45,57,63); }
td.TdClassName
{
border-color: #2D393F;
}
.TagClassName
{
border-color: #2D393F;
}
</style>