#293135

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

Shades of Gunmetal #293135

Tints of Gunmetal #293135

Color information

#293135 (or 0x293135) is unknown color: approx Gunmetal. HEX triplet: 29, 31 and 35. RGB value is (41,49,53). Sum of RGB (Red+Green+Blue) = 41+49+53=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #293135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293135 is #D6CECA. Grayscale: #2F2F2F. Windows color (decimal): -14077643 or 3485993. OLE color: 3485993.

HSL color Cylindrical-coordinate representation of color #293135: hue angle of 200º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293135 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414953-
CMYK0.230.0800.79
HSL200º12.77%18.43%-
HSV(B)200º22.64%20.78%-
XYZ2.662.933.79-
YUV47.06131.35123.67-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=28.67%
G=34.27%
B=37.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4149530.230.0800.7920012.7718.43
Hex29313517804Fc8d12
Octal516165271001173101522
Binary1010011100011101011011110000100111111001000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293135; }

 p { color: rgb(41,49,53); }

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

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

 a { background-color: rgb(41,49,53); }

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

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

 span { border-color: rgb(41,49,53); }

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