#2D3335

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

Shades of Gunmetal #2D3335

Tints of Gunmetal #2D3335

Color information

#2D3335 (or 0x2D3335) is unknown color: approx Gunmetal. HEX triplet: 2D, 33 and 35. RGB value is (45,51,53). Sum of RGB (Red+Green+Blue) = 45+51+53=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3335 is #D2CCCA. Grayscale: #313131. Windows color (decimal): -13814987 or 3486509. OLE color: 3486509.

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

Color convert

RGB455153-
CMYK0.150.0400.79
HSL195º8.16%19.22%-
HSV(B)195º15.09%20.78%-
XYZ2.913.183.83-
YUV49.43130.01124.84-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.20%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 53 (21.09% from 255) = 35.57%
R=30.20%
G=34.23%
B=35.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4551530.150.0400.791958.1619.22
Hex2D3335F404Fc3813
Octal55636517401173031023
Binary10110111001111010111111000100111111000011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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