Shades of Gunmetal #313334
Tints of Gunmetal #313334
RGB
CMYK
RGB Variations
Color information
#313334 (or 0x313334) is known color: Gunmetal. HEX triplet: 31, 33 and 34. RGB value is (49,51,52). Sum of RGB (Red+Green+Blue) = 49+51+52=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 52 - color contains mainly: blue. Hex color #313334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313334 is #CECCCB. Grayscale: #323232. Windows color (decimal): -13552844 or 3420977. OLE color: 3420977.
HSL color Cylindrical-coordinate representation of color #313334: hue angle of 200º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #313334 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 51 | 52 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.80 |
| HSL | 200º | 0.03% | 0.2% | - |
| HSV(B) | 200º | 0.06% | 0.2% | - |
| XYZ | 3.07 | 3.27 | 3.72 | - |
| YUV | 50.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 52 | 0.06 | 0.02 | 0 | 0.80 | 200 | 0.03 | 0.2 |
| Hex | 31 | 33 | 34 | 6 | 2 | 0 | 50 | C8 | 3 | 14 |
| Octal | 61 | 63 | 64 | 6 | 2 | 0 | 120 | 310 | 3 | 24 |
| Binary | 110001 | 110011 | 110100 | 110 | 10 | 0 | 1010000 | 11001000 | 11 | 10100 |
Color Harmonies of #313334
Complementary color
Monochromatic Colors of #313334
Black with #313334
Text Example
Text Example
White with #313334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313334; }
p { color: rgb(49,51,52); }
H1.HeaderClassName
{
color: #313334;
}
.AnyTagClassName
{
color: #313334;
}
</style>
background-color css
<style>
a { background-color: #313334; }
a { background-color: rgb(49,51,52); }
div.DivClassName
{
background-color: #313334;
}
.BgClassName
{
background-color: #313334;
}
</style>
border-color css
<style>
span { border-color: #313334; }
span { border-color: rgb(49,51,52); }
td.TdClassName
{
border-color: #313334;
}
.TagClassName
{
border-color: #313334;
}
</style>