Html Css Color HEX #2E353A Gunmetal

📋 copy color: '#2E353A'

red 46 ◦ green 53 ◦ blue 58

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

Shades of Gunmetal #2E353A

Tints of Gunmetal #2E353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 58 (23.05% from 255) = 36.94%

R = 29.3%
G = 33.76%
B = 36.94%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2E353A (or 0x2E353A) is known color: Gunmetal. HEX triplet: 2E, 35 and 3A. RGB value is (46,53,58). Sum of RGB (Red+Green+Blue) = 46+53+58=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E353A is #D1CAC5. Grayscale: #333333. Windows color (decimal): -13748934 or 3814702. OLE color: 3814702.

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

Color convert

RGB 46 53 58 -
CMYK 0.21 0.09 0 0.77
HSL 205º 0.12% 0.2% -
HSV(B) 205º 0.21% 0.23% -
XYZ 3.16 3.43 4.5 -
YUV 51.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 46 53 58 0.21 0.09 0 0.77 205 0.12 0.2
Hex 2E 35 3A 15 9 0 4D CD C 14
Octal 56 65 72 25 11 0 115 315 14 24
Binary 101110 110101 111010 10101 1001 0 1001101 11001101 1100 10100

Color Harmonies of #2E353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E353A

Black with #2E353A

Text Example


Text Example

White with #2E353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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