Shades of Gunmetal #32373A
Tints of Gunmetal #32373A
RGB
CMYK
RGB Variations
Color information
#32373A (or 0x32373A) is known color: Gunmetal. HEX triplet: 32, 37 and 3A. RGB value is (50,55,58). Sum of RGB (Red+Green+Blue) = 50+55+58=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 58 (23.05% from 255 or 35.58% from 163); Max value from RGB is 58 - color contains mainly: blue. Hex color #32373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32373A is #CDC8C5. Grayscale: #353535. Windows color (decimal): -13486278 or 3815218. OLE color: 3815218.
HSL color Cylindrical-coordinate representation of color #32373A: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32373A is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 55 | 58 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.77 |
| HSL | 202.5º | 0.07% | 0.21% | - |
| HSV(B) | 202.5º | 0.14% | 0.23% | - |
| XYZ | 3.45 | 3.72 | 4.54 | - |
| YUV | 53.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 55 | 58 | 0.14 | 0.05 | 0 | 0.77 | 202.5 | 0.07 | 0.21 |
| Hex | 32 | 37 | 3A | E | 5 | 0 | 4D | CA | 7 | 15 |
| Octal | 62 | 67 | 72 | 16 | 5 | 0 | 115 | 312 | 7 | 25 |
| Binary | 110010 | 110111 | 111010 | 1110 | 101 | 0 | 1001101 | 11001010 | 111 | 10101 |
Color Harmonies of #32373A
Complementary color
Monochromatic Colors of #32373A
Black with #32373A
Text Example
Text Example
White with #32373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32373A; }
p { color: rgb(50,55,58); }
H1.HeaderClassName
{
color: #32373A;
}
.AnyTagClassName
{
color: #32373A;
}
</style>
background-color css
<style>
a { background-color: #32373A; }
a { background-color: rgb(50,55,58); }
div.DivClassName
{
background-color: #32373A;
}
.BgClassName
{
background-color: #32373A;
}
</style>
border-color css
<style>
span { border-color: #32373A; }
span { border-color: rgb(50,55,58); }
td.TdClassName
{
border-color: #32373A;
}
.TagClassName
{
border-color: #32373A;
}
</style>