#2E383C

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

Shades of Gunmetal #2E383C

Tints of Gunmetal #2E383C

Color information

#2E383C (or 0x2E383C) is unknown color: approx Gunmetal. HEX triplet: 2E, 38 and 3C. RGB value is (46,56,60). Sum of RGB (Red+Green+Blue) = 46+56+60=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 60 (23.83% from 255 or 37.04% from 162); Max value from RGB is 60 - color contains mainly: blue. Hex color #2E383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E383C is #D1C7C3. Grayscale: #353535. Windows color (decimal): -13748164 or 3946542. OLE color: 3946542.

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

Color convert

RGB465660-
CMYK0.230.0700.76
HSL197.14º13.21%20.78%-
HSV(B)197.14º23.33%23.53%-
XYZ3.363.744.82-
YUV53.47131.69122.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.40%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 60 (23.83% from 255) = 37.04%
R=28.40%
G=34.57%
B=37.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4656600.230.0700.76197.1413.2120.78
Hex2E383C17704Cc5d15
Octal56707427701143051525
Binary101110111000111100101111110100110011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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