#2E353A

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

Shades of Gunmetal #2E353A

Tints of Gunmetal #2E353A

Color information

#2E353A (or 0x2E353A) is unknown color: approx Gunmetal. HEX triplet: 2E, 35 and 3A. RGB value is (46,53,58). Sum of RGB (Red+Green+Blue) = 46+53+58=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E353A is #D1CAC5. Grayscale: #333333. Windows color (decimal): -13748934 or 3814702. OLE color: 3814702.

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

Color convert

RGB465358-
CMYK0.210.0900.77
HSL205º11.54%20.39%-
HSV(B)205º20.69%22.75%-
XYZ3.163.434.5-
YUV51.48131.68124.09-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 58 (23.05% from 255) = 36.94%
R=29.30%
G=33.76%
B=36.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4653580.210.0900.7720511.5420.39
Hex2E353A15904Dcdc14
Octal566572251101153151424
Binary1011101101011110101010110010100110111001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,53,58); }

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

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

 a { background-color: rgb(46,53,58); }

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

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

 span { border-color: rgb(46,53,58); }

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