Shades of Gunmetal #31383B
Tints of Gunmetal #31383B
RGB
CMYK
RGB Variations
Color information
#31383B (or 0x31383B) is known color: Gunmetal. HEX triplet: 31, 38 and 3B. RGB value is (49,56,59). Sum of RGB (Red+Green+Blue) = 49+56+59=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 59 (23.44% from 255 or 35.98% from 164); Max value from RGB is 59 - color contains mainly: blue. Hex color #31383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31383B is #CEC7C4. Grayscale: #363636. Windows color (decimal): -13551557 or 3881009. OLE color: 3881009.
HSL color Cylindrical-coordinate representation of color #31383B: hue angle of 198º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31383B is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 49 | 56 | 59 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.77 |
| HSL | 198º | 0.09% | 0.21% | - |
| HSV(B) | 198º | 0.17% | 0.23% | - |
| XYZ | 3.47 | 3.8 | 4.69 | - |
| YUV | 54.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 56 | 59 | 0.17 | 0.05 | 0 | 0.77 | 198 | 0.09 | 0.21 |
| Hex | 31 | 38 | 3B | 11 | 5 | 0 | 4D | C6 | 9 | 15 |
| Octal | 61 | 70 | 73 | 21 | 5 | 0 | 115 | 306 | 11 | 25 |
| Binary | 110001 | 111000 | 111011 | 10001 | 101 | 0 | 1001101 | 11000110 | 1001 | 10101 |
Color Harmonies of #31383B
Complementary color
Monochromatic Colors of #31383B
Black with #31383B
Text Example
Text Example
White with #31383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31383B; }
p { color: rgb(49,56,59); }
H1.HeaderClassName
{
color: #31383B;
}
.AnyTagClassName
{
color: #31383B;
}
</style>
background-color css
<style>
a { background-color: #31383B; }
a { background-color: rgb(49,56,59); }
div.DivClassName
{
background-color: #31383B;
}
.BgClassName
{
background-color: #31383B;
}
</style>
border-color css
<style>
span { border-color: #31383B; }
span { border-color: rgb(49,56,59); }
td.TdClassName
{
border-color: #31383B;
}
.TagClassName
{
border-color: #31383B;
}
</style>