Shades of Gunmetal #32383B
Tints of Gunmetal #32383B
RGB
CMYK
RGB Variations
Color information
#32383B (or 0x32383B) is known color: Gunmetal. HEX triplet: 32, 38 and 3B. RGB value is (50,56,59). Sum of RGB (Red+Green+Blue) = 50+56+59=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 59 (23.44% from 255 or 35.76% from 165); Max value from RGB is 59 - color contains mainly: blue. Hex color #32383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32383B is #CDC7C4. Grayscale: #363636. Windows color (decimal): -13486021 or 3881010. OLE color: 3881010.
HSL color Cylindrical-coordinate representation of color #32383B: hue angle of 200º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32383B is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 56 | 59 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.77 |
| HSL | 200º | 0.08% | 0.21% | - |
| HSV(B) | 200º | 0.15% | 0.23% | - |
| XYZ | 3.52 | 3.82 | 4.69 | - |
| YUV | 54.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 56 | 59 | 0.15 | 0.05 | 0 | 0.77 | 200 | 0.08 | 0.21 |
| Hex | 32 | 38 | 3B | F | 5 | 0 | 4D | C8 | 8 | 15 |
| Octal | 62 | 70 | 73 | 17 | 5 | 0 | 115 | 310 | 10 | 25 |
| Binary | 110010 | 111000 | 111011 | 1111 | 101 | 0 | 1001101 | 11001000 | 1000 | 10101 |
Color Harmonies of #32383B
Complementary color
Monochromatic Colors of #32383B
Black with #32383B
Text Example
Text Example
White with #32383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32383B; }
p { color: rgb(50,56,59); }
H1.HeaderClassName
{
color: #32383B;
}
.AnyTagClassName
{
color: #32383B;
}
</style>
background-color css
<style>
a { background-color: #32383B; }
a { background-color: rgb(50,56,59); }
div.DivClassName
{
background-color: #32383B;
}
.BgClassName
{
background-color: #32383B;
}
</style>
border-color css
<style>
span { border-color: #32383B; }
span { border-color: rgb(50,56,59); }
td.TdClassName
{
border-color: #32383B;
}
.TagClassName
{
border-color: #32383B;
}
</style>