#293236

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

Shades of Gunmetal #293236

Tints of Gunmetal #293236

Color information

#293236 (or 0x293236) is unknown color: approx Gunmetal. HEX triplet: 29, 32 and 36. RGB value is (41,50,54). Sum of RGB (Red+Green+Blue) = 41+50+54=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 54 - color contains mainly: blue. Hex color #293236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293236 is #D6CDC9. Grayscale: #2F2F2F. Windows color (decimal): -14077386 or 3551785. OLE color: 3551785.

HSL color Cylindrical-coordinate representation of color #293236: hue angle of 198.46º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #293236 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB415054-
CMYK0.240.0700.79
HSL198.46º13.68%18.63%-
HSV(B)198.46º24.07%21.18%-
XYZ2.723.023.93-
YUV47.76131.52123.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 54 (21.48% from 255) = 37.24%
R=28.28%
G=34.48%
B=37.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4150540.240.0700.79198.4613.6818.63
Hex29323618704Fc6e13
Octal51626630701173061623
Binary101001110010110110110001110100111111000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293236; }

 p { color: rgb(41,50,54); }

 H1.HeaderClassName
 {
   color: #293236;
 }
 .AnyTagClassName
 {
   color: #293236;
 }
</style>
background-color css

<style>
 a { background-color: #293236; }

 a { background-color: rgb(41,50,54); }

 div.DivClassName
 {
   background-color: #293236;
 }
 .BgClassName
 {
   background-color: #293236;
 }
</style>
border-color css

<style>
 span { border-color: #293236; }

 span { border-color: rgb(41,50,54); }

 td.TdClassName
 {
   border-color: #293236;
 }
 .TagClassName
 {
   border-color: #293236;
 }
</style>