#2A3235

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

Shades of Gunmetal #2A3235

Tints of Gunmetal #2A3235

Color information

#2A3235 (or 0x2A3235) is unknown color: approx Gunmetal. HEX triplet: 2A, 32 and 35. RGB value is (42,50,53). Sum of RGB (Red+Green+Blue) = 42+50+53=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3235 is #D5CDCA. Grayscale: #2F2F2F. Windows color (decimal): -14011851 or 3486250. OLE color: 3486250.

HSL color Cylindrical-coordinate representation of color #2A3235: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2A3235 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB425053-
CMYK0.210.0600.79
HSL196.36º11.58%18.63%-
HSV(B)196.36º20.75%20.78%-
XYZ2.743.033.81-
YUV47.95130.85123.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 28.97%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 53 (21.09% from 255) = 36.55%
R=28.97%
G=34.48%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4250530.210.0600.79196.3611.5818.63
Hex2A323515604Fc4c13
Octal52626525601173041423
Binary101010110010110101101011100100111111000100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,50,53); }

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

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

 a { background-color: rgb(42,50,53); }

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

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

 span { border-color: rgb(42,50,53); }

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