#2D363B

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

Shades of Gunmetal #2D363B

Tints of Gunmetal #2D363B

Color information

#2D363B (or 0x2D363B) is unknown color: approx Gunmetal. HEX triplet: 2D, 36 and 3B. RGB value is (45,54,59). Sum of RGB (Red+Green+Blue) = 45+54+59=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D363B is #D2C9C4. Grayscale: #333333. Windows color (decimal): -13814213 or 3880493. OLE color: 3880493.

HSL color Cylindrical-coordinate representation of color #2D363B: hue angle of 201.43º degrees, saturation: 0.13, 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 #2D363B is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB455459-
CMYK0.240.0800.77
HSL201.43º13.46%20.39%-
HSV(B)201.43º23.73%23.14%-
XYZ3.193.514.65-
YUV51.88132.02123.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=28.48%
G=34.18%
B=37.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4554590.240.0800.77201.4313.4620.39
Hex2D363B18804Dc9d14
Octal556673301001153111524
Binary1011011101101110111100010000100110111001001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,54,59); }

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

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

 a { background-color: rgb(45,54,59); }

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

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

 span { border-color: rgb(45,54,59); }

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