#32383B

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

Shades of Gunmetal #32383B

Tints of Gunmetal #32383B

Color information

#32383B (or 0x32383B) is unknown color: approx 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

RGB505659-
CMYK0.150.0500.77
HSL200º8.26%21.37%-
HSV(B)200º15.25%23.14%-
XYZ3.523.824.69-
YUV54.55130.51124.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 59 (23.44% from 255) = 35.76%
R=30.30%
G=33.94%
B=35.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5056590.150.0500.772008.2621.37
Hex32383BF504Dc8815
Octal62707317501153101025
Binary11001011100011101111111010100110111001000100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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