Html Css Color HEX #2E3132 Gunmetal

📋 copy color: '#2E3132'

red 46 ◦ green 49 ◦ blue 50

#2E3132
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunmetal #2E3132

Tints of Gunmetal #2E3132

RGB

 RED value IS 46 (18.36% from 255) = 31.72%

 GREEN value IS 49 (19.53% from 255) = 33.79%

 BLUE value IS 50 (19.92% from 255) = 34.48%

R = 31.72%
G = 33.79%
B = 34.48%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2E3132 (or 0x2E3132) is known color: Gunmetal. HEX triplet: 2E, 31 and 32. RGB value is (46,49,50). Sum of RGB (Red+Green+Blue) = 46+49+50=145 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.72% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E3132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3132 is #D1CECD. Grayscale: #303030. Windows color (decimal): -13749966 or 3289390. OLE color: 3289390.

HSL color Cylindrical-coordinate representation of color #2E3132: hue angle of 195º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2E3132 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 46 49 50 -
CMYK 0.08 0.02 0 0.80
HSL 195º 0.04% 0.19% -
HSV(B) 195º 0.08% 0.2% -
XYZ 2.8 3.01 3.45 -
YUV 48.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 46 49 50 0.08 0.02 0 0.80 195 0.04 0.19
Hex 2E 31 32 8 2 0 50 C3 4 13
Octal 56 61 62 10 2 0 120 303 4 23
Binary 101110 110001 110010 1000 10 0 1010000 11000011 100 10011

Color Harmonies of #2E3132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3132

Black with #2E3132

Text Example


Text Example

White with #2E3132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,49,50); }

 H1.HeaderClassName
 {
   color: #2E3132;
 }
 .AnyTagClassName
 {
   color: #2E3132;
 }
</style>

background-color css

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

 a { background-color: rgb(46,49,50); }

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

border-color css

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

 span { border-color: rgb(46,49,50); }

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