#2E373A

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

Shades of Gunmetal #2E373A

Tints of Gunmetal #2E373A

Color information

#2E373A (or 0x2E373A) is unknown color: approx Gunmetal. HEX triplet: 2E, 37 and 3A. RGB value is (46,55,58). Sum of RGB (Red+Green+Blue) = 46+55+58=159 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.93% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E373A is #D1C8C5. Grayscale: #343434. Windows color (decimal): -13748422 or 3815214. OLE color: 3815214.

HSL color Cylindrical-coordinate representation of color #2E373A: hue angle of 195º 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 #2E373A is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB465558-
CMYK0.210.0500.77
HSL195º11.54%20.39%-
HSV(B)195º20.69%22.75%-
XYZ3.263.624.53-
YUV52.65131.02123.26-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.93%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=28.93%
G=34.59%
B=36.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4655580.210.0500.7719511.5420.39
Hex2E373A15504Dc3c14
Octal56677225501153031424
Binary101110110111111010101011010100110111000011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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