Shades of Gunmetal #343637
Tints of Gunmetal #343637
RGB
CMYK
RGB Variations
Color information
#343637 (or 0x343637) is known color: Gunmetal. HEX triplet: 34, 36 and 37. RGB value is (52,54,55). Sum of RGB (Red+Green+Blue) = 52+54+55=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 55 - color contains mainly: blue. Hex color #343637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343637 is #CBC9C8. Grayscale: #353535. Windows color (decimal): -13355465 or 3618356. OLE color: 3618356.
HSL color Cylindrical-coordinate representation of color #343637: hue angle of 200º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #343637 is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
RGB | 52 | 54 | 55 | - |
CMYK | 0.05 | 0.02 | 0 | 0.78 |
HSL | 200º | 0.03% | 0.21% | - |
HSV(B) | 200º | 0.05% | 0.22% | - |
XYZ | 3.42 | 3.64 | 4.14 | - |
YUV | 53.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 54 | 55 | 0.05 | 0.02 | 0 | 0.78 | 200 | 0.03 | 0.21 |
Hex | 34 | 36 | 37 | 5 | 2 | 0 | 4E | C8 | 3 | 15 |
Octal | 64 | 66 | 67 | 5 | 2 | 0 | 116 | 310 | 3 | 25 |
Binary | 110100 | 110110 | 110111 | 101 | 10 | 0 | 1001110 | 11001000 | 11 | 10101 |
Color Harmonies of #343637
Complementary color
Monochromatic Colors of #343637
Black with #343637
Text Example
Text Example
White with #343637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343637; }
p { color: rgb(52,54,55); }
H1.HeaderClassName
{
color: #343637;
}
.AnyTagClassName
{
color: #343637;
}
</style>
background-color css
<style>
a { background-color: #343637; }
a { background-color: rgb(52,54,55); }
div.DivClassName
{
background-color: #343637;
}
.BgClassName
{
background-color: #343637;
}
</style>
border-color css
<style>
span { border-color: #343637; }
span { border-color: rgb(52,54,55); }
td.TdClassName
{
border-color: #343637;
}
.TagClassName
{
border-color: #343637;
}
</style>