#32373A

Color #32373A Gunmetal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunmetal #32373A

Tints of Gunmetal #32373A

Color information

#32373A (or 0x32373A) is unknown color: approx 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

RGB505558-
CMYK0.140.0500.77
HSL202.5º7.41%21.18%-
HSV(B)202.5º13.79%22.75%-
XYZ3.453.724.54-
YUV53.85130.34125.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 50 (19.92% from 255) = 30.67%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 58 (23.05% from 255) = 35.58%
R=30.67%
G=33.74%
B=35.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5055580.140.0500.77202.57.4121.18
Hex32373AE504Dca715
Octal6267721650115312725
Binary1100101101111110101110101010011011100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>