#323536

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

Shades of Gunmetal #323536

Tints of Gunmetal #323536

Color information

#323536 (or 0x323536) is unknown color: approx Gunmetal. HEX triplet: 32, 35 and 36. RGB value is (50,53,54). Sum of RGB (Red+Green+Blue) = 50+53+54=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 54 - color contains mainly: blue. Hex color #323536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323536 is #CDCAC9. Grayscale: #343434. Windows color (decimal): -13486794 or 3552562. OLE color: 3552562.

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

Color convert

RGB505354-
CMYK0.070.0200.79
HSL195º3.85%20.39%-
HSV(B)195º7.41%21.18%-
XYZ3.253.493.99-
YUV52.22129.01126.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.85%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=31.85%
G=33.76%
B=34.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5053540.070.0200.791953.8520.39
Hex3235367204Fc3414
Octal626566720117303424
Binary11001011010111011011110010011111100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323536; }

 p { color: rgb(50,53,54); }

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

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

 a { background-color: rgb(50,53,54); }

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

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

 span { border-color: rgb(50,53,54); }

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