#2E3335

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

Shades of Gunmetal #2E3335

Tints of Gunmetal #2E3335

Color information

#2E3335 (or 0x2E3335) is unknown color: approx Gunmetal. HEX triplet: 2E, 33 and 35. RGB value is (46,51,53). Sum of RGB (Red+Green+Blue) = 46+51+53=150 (19% of max value = 765). Red value is 46 (18.36% from 255 or 30.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 53 (21.09% from 255 or 35.33% from 150); Max value from RGB is 53 - color contains mainly: blue. Hex color #2E3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3335 is #D1CCCA. Grayscale: #313131. Windows color (decimal): -13749451 or 3486510. OLE color: 3486510.

HSL color Cylindrical-coordinate representation of color #2E3335: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #2E3335 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB465153-
CMYK0.130.0400.79
HSL197.14º7.07%19.41%-
HSV(B)197.14º13.21%20.78%-
XYZ2.953.213.83-
YUV49.73129.84125.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.67%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 53 (21.09% from 255) = 35.33%
R=30.67%
G=34%
B=35.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4651530.130.0400.79197.147.0719.41
Hex2E3335D404Fc5713
Octal5663651540117305723
Binary1011101100111101011101100010011111100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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