#2D3538

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

Shades of Gunmetal #2D3538

Tints of Gunmetal #2D3538

Color information

#2D3538 (or 0x2D3538) is unknown color: approx Gunmetal. HEX triplet: 2D, 35 and 38. RGB value is (45,53,56). Sum of RGB (Red+Green+Blue) = 45+53+56=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3538 is #D2CAC7. Grayscale: #323232. Windows color (decimal): -13814472 or 3683629. OLE color: 3683629.

HSL color Cylindrical-coordinate representation of color #2D3538: hue angle of 196.36º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D3538 is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB455356-
CMYK0.200.0500.78
HSL196.36º10.89%19.8%-
HSV(B)196.36º19.64%21.96%-
XYZ3.073.394.23-
YUV50.95130.85123.76-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 29.22%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 56 (22.27% from 255) = 36.36%
R=29.22%
G=34.42%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4553560.200.0500.78196.3610.8919.8
Hex2D353814504Ec4b14
Octal55657024501163041324
Binary101101110101111000101001010100111011000100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,53,56); }

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

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

 a { background-color: rgb(45,53,56); }

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

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

 span { border-color: rgb(45,53,56); }

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