Shades of Gunmetal #31393C
Tints of Gunmetal #31393C
RGB
CMYK
RGB Variations
Color information
#31393C (or 0x31393C) is known color: Gunmetal. HEX triplet: 31, 39 and 3C. RGB value is (49,57,60). Sum of RGB (Red+Green+Blue) = 49+57+60=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 60 - color contains mainly: blue. Hex color #31393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393C is #CEC6C3. Grayscale: #363636. Windows color (decimal): -13551300 or 3946801. OLE color: 3946801.
HSL color Cylindrical-coordinate representation of color #31393C: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31393C is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 57 | 60 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.76 |
| HSL | 196.36º | 0.1% | 0.21% | - |
| HSV(B) | 196.36º | 0.18% | 0.24% | - |
| XYZ | 3.55 | 3.91 | 4.84 | - |
| YUV | 54.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 60 | 0.18 | 0.05 | 0 | 0.76 | 196.36 | 0.1 | 0.21 |
| Hex | 31 | 39 | 3C | 12 | 5 | 0 | 4C | C4 | A | 15 |
| Octal | 61 | 71 | 74 | 22 | 5 | 0 | 114 | 304 | 12 | 25 |
| Binary | 110001 | 111001 | 111100 | 10010 | 101 | 0 | 1001100 | 11000100 | 1010 | 10101 |
Color Harmonies of #31393C
Complementary color
Monochromatic Colors of #31393C
Black with #31393C
Text Example
Text Example
White with #31393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31393C; }
p { color: rgb(49,57,60); }
H1.HeaderClassName
{
color: #31393C;
}
.AnyTagClassName
{
color: #31393C;
}
</style>
background-color css
<style>
a { background-color: #31393C; }
a { background-color: rgb(49,57,60); }
div.DivClassName
{
background-color: #31393C;
}
.BgClassName
{
background-color: #31393C;
}
</style>
border-color css
<style>
span { border-color: #31393C; }
span { border-color: rgb(49,57,60); }
td.TdClassName
{
border-color: #31393C;
}
.TagClassName
{
border-color: #31393C;
}
</style>