#343738

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

Shades of Gunmetal #343738

Tints of Gunmetal #343738

Color information

#343738 (or 0x343738) is unknown color: approx Gunmetal. HEX triplet: 34, 37 and 38. RGB value is (52,55,56). Sum of RGB (Red+Green+Blue) = 52+55+56=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 56 (22.27% from 255 or 34.36% from 163); Max value from RGB is 56 - color contains mainly: blue. Hex color #343738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343738 is #CBC8C7. Grayscale: #363636. Windows color (decimal): -13355208 or 3684148. OLE color: 3684148.

HSL color Cylindrical-coordinate representation of color #343738: hue angle of 195º degrees, saturation: 0.04, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #343738 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB525556-
CMYK0.070.0200.78
HSL195º3.7%21.18%-
HSV(B)195º7.14%21.96%-
XYZ3.53.754.28-
YUV54.22129.01126.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 56 (22.27% from 255) = 34.36%
R=31.90%
G=33.74%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5255560.070.0200.781953.721.18
Hex3437387204Ec3415
Octal646770720116303425
Binary11010011011111100011110010011101100001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343738; }

 p { color: rgb(52,55,56); }

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

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

 a { background-color: rgb(52,55,56); }

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

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

 span { border-color: rgb(52,55,56); }

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