#2E363A

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

Shades of Gunmetal #2E363A

Tints of Gunmetal #2E363A

Color information

#2E363A (or 0x2E363A) is unknown color: approx Gunmetal. HEX triplet: 2E, 36 and 3A. RGB value is (46,54,58). Sum of RGB (Red+Green+Blue) = 46+54+58=158 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.11% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E363A is #D1C9C5. Grayscale: #343434. Windows color (decimal): -13748678 or 3814958. OLE color: 3814958.

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

Color convert

RGB465458-
CMYK0.210.0700.77
HSL200º11.54%20.39%-
HSV(B)200º20.69%22.75%-
XYZ3.213.524.51-
YUV52.06131.35123.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.11%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 58 (23.05% from 255) = 36.71%
R=29.11%
G=34.18%
B=36.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4654580.210.0700.7720011.5420.39
Hex2E363A15704Dc8c14
Octal56667225701153101424
Binary101110110110111010101011110100110111001000110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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