#2E393F

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

Shades of Gunmetal #2E393F

Tints of Gunmetal #2E393F

Color information

#2E393F (or 0x2E393F) is unknown color: approx Gunmetal. HEX triplet: 2E, 39 and 3F. RGB value is (46,57,63). Sum of RGB (Red+Green+Blue) = 46+57+63=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 63 - color contains mainly: blue. Hex color #2E393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E393F is #D1C6C0. Grayscale: #363636. Windows color (decimal): -13747905 or 4143406. OLE color: 4143406.

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

Color convert

RGB465763-
CMYK0.270.1000.75
HSL201.18º15.6%21.37%-
HSV(B)201.18º26.98%24.71%-
XYZ3.493.875.27-
YUV54.4132.86122.01-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 27.71%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 63 (25% from 255) = 37.95%
R=27.71%
G=34.34%
B=37.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4657630.270.1000.75201.1815.621.37
Hex2E393F1BA04Bc91015
Octal567177331201133112025
Binary10111011100111111111011101001001011110010011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,57,63); }

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

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

 a { background-color: rgb(46,57,63); }

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

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

 span { border-color: rgb(46,57,63); }

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