#2C353A

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

Shades of Gunmetal #2C353A

Tints of Gunmetal #2C353A

Color information

#2C353A (or 0x2C353A) is unknown color: approx Gunmetal. HEX triplet: 2C, 35 and 3A. RGB value is (44,53,58). Sum of RGB (Red+Green+Blue) = 44+53+58=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C353A is #D3CAC5. Grayscale: #323232. Windows color (decimal): -13880006 or 3814700. OLE color: 3814700.

HSL color Cylindrical-coordinate representation of color #2C353A: hue angle of 201.43º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C353A is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB445358-
CMYK0.240.0900.77
HSL201.43º13.73%20%-
HSV(B)201.43º24.14%22.75%-
XYZ3.083.394.49-
YUV50.88132.02123.09-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.39%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=28.39%
G=34.19%
B=37.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4453580.240.0900.77201.4313.7320
Hex2C353A18904Dc9e14
Octal546572301101153111624
Binary1011001101011110101100010010100110111001001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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