#2C3234

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

Shades of Gunmetal #2C3234

Tints of Gunmetal #2C3234

Color information

#2C3234 (or 0x2C3234) is unknown color: approx Gunmetal. HEX triplet: 2C, 32 and 34. RGB value is (44,50,52). Sum of RGB (Red+Green+Blue) = 44+50+52=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 52 - color contains mainly: blue. Hex color #2C3234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3234 is #D3CDCB. Grayscale: #303030. Windows color (decimal): -13880780 or 3420716. OLE color: 3420716.

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

Color convert

RGB445052-
CMYK0.150.0400.80
HSL195º8.33%18.82%-
HSV(B)195º15.38%20.39%-
XYZ2.83.063.69-
YUV48.43130.01124.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 30.14%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 52 (20.70% from 255) = 35.62%
R=30.14%
G=34.25%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4450520.150.0400.801958.3318.82
Hex2C3234F4050c3813
Octal54626417401203031023
Binary10110011001011010011111000101000011000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,50,52); }

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

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

 a { background-color: rgb(44,50,52); }

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

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

 span { border-color: rgb(44,50,52); }

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