Shades of Gunmetal #323536
Tints of Gunmetal #323536
RGB
CMYK
RGB Variations
Color information
#323536 (or 0x323536) is known color: Gunmetal. HEX triplet: 32, 35 and 36. RGB value is (50,53,54). Sum of RGB (Red+Green+Blue) = 50+53+54=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 54 - color contains mainly: blue. Hex color #323536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323536 is #CDCAC9. Grayscale: #343434. Windows color (decimal): -13486794 or 3552562. OLE color: 3552562.
HSL color Cylindrical-coordinate representation of color #323536: hue angle of 195º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #323536 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 53 | 54 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.79 |
| HSL | 195º | 0.04% | 0.2% | - |
| HSV(B) | 195º | 0.07% | 0.21% | - |
| XYZ | 3.25 | 3.49 | 3.99 | - |
| YUV | 52.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 54 | 0.07 | 0.02 | 0 | 0.79 | 195 | 0.04 | 0.2 |
| Hex | 32 | 35 | 36 | 7 | 2 | 0 | 4F | C3 | 4 | 14 |
| Octal | 62 | 65 | 66 | 7 | 2 | 0 | 117 | 303 | 4 | 24 |
| Binary | 110010 | 110101 | 110110 | 111 | 10 | 0 | 1001111 | 11000011 | 100 | 10100 |
Color Harmonies of #323536
Complementary color
Monochromatic Colors of #323536
Black with #323536
Text Example
Text Example
White with #323536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323536; }
p { color: rgb(50,53,54); }
H1.HeaderClassName
{
color: #323536;
}
.AnyTagClassName
{
color: #323536;
}
</style>
background-color css
<style>
a { background-color: #323536; }
a { background-color: rgb(50,53,54); }
div.DivClassName
{
background-color: #323536;
}
.BgClassName
{
background-color: #323536;
}
</style>
border-color css
<style>
span { border-color: #323536; }
span { border-color: rgb(50,53,54); }
td.TdClassName
{
border-color: #323536;
}
.TagClassName
{
border-color: #323536;
}
</style>