#2A343A

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

Shades of Gunmetal #2A343A

Tints of Gunmetal #2A343A

Color information

#2A343A (or 0x2A343A) is unknown color: approx Gunmetal. HEX triplet: 2A, 34 and 3A. RGB value is (42,52,58). Sum of RGB (Red+Green+Blue) = 42+52+58=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A343A is #D5CBC5. Grayscale: #313131. Windows color (decimal): -14011334 or 3814442. OLE color: 3814442.

HSL color Cylindrical-coordinate representation of color #2A343A: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A343A is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB425258-
CMYK0.280.1000.77
HSL202.5º16%19.61%-
HSV(B)202.5º27.59%22.75%-
XYZ2.953.254.48-
YUV49.69132.69122.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.63%
GREEN value IS 52 (20.70% from 255) = 34.21%
BLUE value IS 58 (23.05% from 255) = 38.16%
R=27.63%
G=34.21%
B=38.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4252580.280.1000.77202.51619.61
Hex2A343A1CA04Dca1014
Octal526472341201153122024
Binary10101011010011101011100101001001101110010101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A343A; }

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

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

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

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

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

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

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

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