Shades of Gunmetal #31393D
Tints of Gunmetal #31393D
RGB
CMYK
RGB Variations
Color information
#31393D (or 0x31393D) is known color: Gunmetal. HEX triplet: 31, 39 and 3D. RGB value is (49,57,61). Sum of RGB (Red+Green+Blue) = 49+57+61=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 61 - color contains mainly: blue. Hex color #31393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393D is #CEC6C2. Grayscale: #373737. Windows color (decimal): -13551299 or 4012337. OLE color: 4012337.
HSL color Cylindrical-coordinate representation of color #31393D: hue angle of 200º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #31393D is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 57 | 61 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.76 |
| HSL | 200º | 0.11% | 0.22% | - |
| HSV(B) | 200º | 0.2% | 0.24% | - |
| XYZ | 3.57 | 3.92 | 4.98 | - |
| YUV | 55.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 61 | 0.20 | 0.07 | 0 | 0.76 | 200 | 0.11 | 0.22 |
| Hex | 31 | 39 | 3D | 14 | 7 | 0 | 4C | C8 | B | 16 |
| Octal | 61 | 71 | 75 | 24 | 7 | 0 | 114 | 310 | 13 | 26 |
| Binary | 110001 | 111001 | 111101 | 10100 | 111 | 0 | 1001100 | 11001000 | 1011 | 10110 |
Color Harmonies of #31393D
Complementary color
Monochromatic Colors of #31393D
Black with #31393D
Text Example
Text Example
White with #31393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31393D; }
p { color: rgb(49,57,61); }
H1.HeaderClassName
{
color: #31393D;
}
.AnyTagClassName
{
color: #31393D;
}
</style>
background-color css
<style>
a { background-color: #31393D; }
a { background-color: rgb(49,57,61); }
div.DivClassName
{
background-color: #31393D;
}
.BgClassName
{
background-color: #31393D;
}
</style>
border-color css
<style>
span { border-color: #31393D; }
span { border-color: rgb(49,57,61); }
td.TdClassName
{
border-color: #31393D;
}
.TagClassName
{
border-color: #31393D;
}
</style>