#29343A

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

Shades of Gunmetal #29343A

Tints of Gunmetal #29343A

Color information

#29343A (or 0x29343A) is unknown color: approx Gunmetal. HEX triplet: 29, 34 and 3A. RGB value is (41,52,58). Sum of RGB (Red+Green+Blue) = 41+52+58=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 58 (23.05% from 255 or 38.41% from 151); Max value from RGB is 58 - color contains mainly: blue. Hex color #29343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29343A is #D6CBC5. Grayscale: #313131. Windows color (decimal): -14076870 or 3814441. OLE color: 3814441.

HSL color Cylindrical-coordinate representation of color #29343A: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29343A is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB415258-
CMYK0.290.1000.77
HSL201.18º17.17%19.41%-
HSV(B)201.18º29.31%22.75%-
XYZ2.913.234.47-
YUV49.4132.86122.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.15%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 58 (23.05% from 255) = 38.41%
R=27.15%
G=34.44%
B=38.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4152580.290.1000.77201.1817.1719.41
Hex29343A1DA04Dc91113
Octal516472351201153112123
Binary10100111010011101011101101001001101110010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29343A; }

 p { color: rgb(41,52,58); }

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

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

 a { background-color: rgb(41,52,58); }

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

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

 span { border-color: rgb(41,52,58); }

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