#2C3133

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

Shades of Gunmetal #2C3133

Tints of Gunmetal #2C3133

Color information

#2C3133 (or 0x2C3133) is unknown color: approx Gunmetal. HEX triplet: 2C, 31 and 33. RGB value is (44,49,51). Sum of RGB (Red+Green+Blue) = 44+49+51=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 51 - color contains mainly: blue. Hex color #2C3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3133 is #D3CECC. Grayscale: #2F2F2F. Windows color (decimal): -13881037 or 3354924. OLE color: 3354924.

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

Color convert

RGB444951-
CMYK0.140.0400.8
HSL197.14º7.37%18.63%-
HSV(B)197.14º13.73%20%-
XYZ2.732.973.56-
YUV47.73129.84125.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.56%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 51 (20.31% from 255) = 35.42%
R=30.56%
G=34.03%
B=35.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4449510.140.0400.8197.147.3718.63
Hex2C3133E4050c5713
Octal5461631640120305723
Binary1011001100011100111110100010100001100010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,49,51); }

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

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

 a { background-color: rgb(44,49,51); }

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

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

 span { border-color: rgb(44,49,51); }

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