Html Css Color HEX #2E383D Gunmetal

📋 copy color: '#2E383D'

red 46 ◦ green 56 ◦ blue 61

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

Shades of Gunmetal #2E383D

Tints of Gunmetal #2E383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.36%

 BLUE value IS 61 (24.22% from 255) = 37.42%

R = 28.22%
G = 34.36%
B = 37.42%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2E383D (or 0x2E383D) is known color: Gunmetal. HEX triplet: 2E, 38 and 3D. RGB value is (46,56,61). Sum of RGB (Red+Green+Blue) = 46+56+61=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 56 (22.27% from 255 or 34.36% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 61 - color contains mainly: blue. Hex color #2E383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E383D is #D1C7C2. Grayscale: #353535. Windows color (decimal): -13748163 or 4012078. OLE color: 4012078.

HSL color Cylindrical-coordinate representation of color #2E383D: hue angle of 200º degrees, saturation: 0.14, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2E383D is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 46 56 61 -
CMYK 0.25 0.08 0 0.76
HSL 200º 0.14% 0.21% -
HSV(B) 200º 0.25% 0.24% -
XYZ 3.38 3.75 4.96 -
YUV 53.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 46 56 61 0.25 0.08 0 0.76 200 0.14 0.21
Hex 2E 38 3D 19 8 0 4C C8 E 15
Octal 56 70 75 31 10 0 114 310 16 25
Binary 101110 111000 111101 11001 1000 0 1001100 11001000 1110 10101

Color Harmonies of #2E383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E383D

Black with #2E383D

Text Example


Text Example

White with #2E383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,56,61); }

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

background-color css

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

 a { background-color: rgb(46,56,61); }

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

border-color css

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

 span { border-color: rgb(46,56,61); }

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