Shades of Gunmetal #2F393D
Tints of Gunmetal #2F393D
RGB
CMYK
RGB Variations
Color information
#2F393D (or 0x2F393D) is known color: Gunmetal. HEX triplet: 2F, 39 and 3D. RGB value is (47,57,61). Sum of RGB (Red+Green+Blue) = 47+57+61=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F393D is #D0C6C2. Grayscale: #363636. Windows color (decimal): -13682371 or 4012335. OLE color: 4012335.
HSL color Cylindrical-coordinate representation of color #2F393D: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F393D is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 47 | 57 | 61 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.76 |
| HSL | 197.14º | 0.13% | 0.21% | - |
| HSV(B) | 197.14º | 0.23% | 0.24% | - |
| XYZ | 3.48 | 3.87 | 4.98 | - |
| YUV | 54.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 57 | 61 | 0.23 | 0.07 | 0 | 0.76 | 197.14 | 0.13 | 0.21 |
| Hex | 2F | 39 | 3D | 17 | 7 | 0 | 4C | C5 | D | 15 |
| Octal | 57 | 71 | 75 | 27 | 7 | 0 | 114 | 305 | 15 | 25 |
| Binary | 101111 | 111001 | 111101 | 10111 | 111 | 0 | 1001100 | 11000101 | 1101 | 10101 |
Color Harmonies of #2F393D
Complementary color
Monochromatic Colors of #2F393D
Black with #2F393D
Text Example
Text Example
White with #2F393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F393D; }
p { color: rgb(47,57,61); }
H1.HeaderClassName
{
color: #2F393D;
}
.AnyTagClassName
{
color: #2F393D;
}
</style>
background-color css
<style>
a { background-color: #2F393D; }
a { background-color: rgb(47,57,61); }
div.DivClassName
{
background-color: #2F393D;
}
.BgClassName
{
background-color: #2F393D;
}
</style>
border-color css
<style>
span { border-color: #2F393D; }
span { border-color: rgb(47,57,61); }
td.TdClassName
{
border-color: #2F393D;
}
.TagClassName
{
border-color: #2F393D;
}
</style>