#2E3A40

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

Shades of Gunmetal #2E3A40

Tints of Gunmetal #2E3A40

Color information

#2E3A40 (or 0x2E3A40) is unknown color: approx Gunmetal. HEX triplet: 2E, 3A and 40. RGB value is (46,58,64). Sum of RGB (Red+Green+Blue) = 46+58+64=168 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.38% from 168); Green value is 58 (23.05% from 255 or 34.52% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3A40 is #D1C5BF. Grayscale: #373737. Windows color (decimal): -13747648 or 4209198. OLE color: 4209198.

HSL color Cylindrical-coordinate representation of color #2E3A40: hue angle of 200º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3A40 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB465864-
CMYK0.280.0900.75
HSL200º16.36%21.57%-
HSV(B)200º28.12%25.1%-
XYZ3.573.985.43-
YUV55.1133.02121.51-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.38%
GREEN value IS 58 (23.05% from 255) = 34.52%
BLUE value IS 64 (25.39% from 255) = 38.10%
R=27.38%
G=34.52%
B=38.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4658640.280.0900.7520016.3621.57
Hex2E3A401C904Bc81016
Octal5672100341101133102026
Binary101110111010100000011100100101001011110010001000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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