#293338

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

Shades of Gunmetal #293338

Tints of Gunmetal #293338

Color information

#293338 (or 0x293338) is unknown color: approx Gunmetal. HEX triplet: 29, 33 and 38. RGB value is (41,51,56). Sum of RGB (Red+Green+Blue) = 41+51+56=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #293338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293338 is #D6CCC7. Grayscale: #303030. Windows color (decimal): -14077128 or 3683113. OLE color: 3683113.

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

Color convert

RGB415156-
CMYK0.270.0900.78
HSL200º15.46%19.02%-
HSV(B)200º26.79%21.96%-
XYZ2.813.124.2-
YUV48.58132.19122.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=27.70%
G=34.46%
B=37.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4151560.270.0900.7820015.4619.02
Hex2933381B904Ec8f13
Octal516370331101163101723
Binary1010011100111110001101110010100111011001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293338; }

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

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

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

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

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

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

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

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