#293339

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

Shades of Gunmetal #293339

Tints of Gunmetal #293339

Color information

#293339 (or 0x293339) is unknown color: approx Gunmetal. HEX triplet: 29, 33 and 39. RGB value is (41,51,57). Sum of RGB (Red+Green+Blue) = 41+51+57=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #293339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293339 is #D6CCC6. Grayscale: #303030. Windows color (decimal): -14077127 or 3748649. OLE color: 3748649.

HSL color Cylindrical-coordinate representation of color #293339: hue angle of 202.5º 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 #293339 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB415157-
CMYK0.280.1100.78
HSL202.5º16.33%19.22%-
HSV(B)202.5º28.07%22.35%-
XYZ2.843.134.33-
YUV48.69132.69122.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 57 (22.66% from 255) = 38.26%
R=27.52%
G=34.23%
B=38.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4151570.280.1100.78202.516.3319.22
Hex2933391CB04Eca1013
Octal516371341301163122023
Binary10100111001111100111100101101001110110010101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293339; }

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

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

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

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

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

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

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

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