#293439

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

Shades of Gunmetal #293439

Tints of Gunmetal #293439

Color information

#293439 (or 0x293439) is unknown color: approx Gunmetal. HEX triplet: 29, 34 and 39. RGB value is (41,52,57). Sum of RGB (Red+Green+Blue) = 41+52+57=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #293439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293439 is #D6CBC6. Grayscale: #313131. Windows color (decimal): -14076871 or 3748905. OLE color: 3748905.

HSL color Cylindrical-coordinate representation of color #293439: hue angle of 198.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293439 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB415257-
CMYK0.280.0900.78
HSL198.75º16.33%19.22%-
HSV(B)198.75º28.07%22.35%-
XYZ2.883.224.34-
YUV49.28132.36122.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.33%
GREEN value IS 52 (20.70% from 255) = 34.67%
BLUE value IS 57 (22.66% from 255) = 38%
R=27.33%
G=34.67%
B=38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4152570.280.0900.78198.7516.3319.22
Hex2934391C904Ec71013
Octal516471341101163072023
Binary10100111010011100111100100101001110110001111000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293439; }

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

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

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

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

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

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

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

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