Html Css Color HEX #2E3639 Gunmetal

📋 copy color: '#2E3639'

red 46 ◦ green 54 ◦ blue 57

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

Shades of Gunmetal #2E3639

Tints of Gunmetal #2E3639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.39%

 BLUE value IS 57 (22.66% from 255) = 36.31%

R = 29.3%
G = 34.39%
B = 36.31%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2E3639 (or 0x2E3639) is known color: Gunmetal. HEX triplet: 2E, 36 and 39. RGB value is (46,54,57). Sum of RGB (Red+Green+Blue) = 46+54+57=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #2E3639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3639 is #D1C9C6. Grayscale: #333333. Windows color (decimal): -13748679 or 3749422. OLE color: 3749422.

HSL color Cylindrical-coordinate representation of color #2E3639: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2E3639 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 46 54 57 -
CMYK 0.19 0.05 0 0.78
HSL 196.36º 0.11% 0.2% -
HSV(B) 196.36º 0.19% 0.22% -
XYZ 3.18 3.51 4.38 -
YUV 51.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 46 54 57 0.19 0.05 0 0.78 196.36 0.11 0.2
Hex 2E 36 39 13 5 0 4E C4 B 14
Octal 56 66 71 23 5 0 116 304 13 24
Binary 101110 110110 111001 10011 101 0 1001110 11000100 1011 10100

Color Harmonies of #2E3639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E3639

Black with #2E3639

Text Example


Text Example

White with #2E3639

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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