#323638

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

Shades of Gunmetal #323638

Tints of Gunmetal #323638

Color information

#323638 (or 0x323638) is unknown color: approx Gunmetal. HEX triplet: 32, 36 and 38. RGB value is (50,54,56). Sum of RGB (Red+Green+Blue) = 50+54+56=160 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.25% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 56 (22.27% from 255 or 35% from 160); Max value from RGB is 56 - color contains mainly: blue. Hex color #323638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323638 is #CDC9C7. Grayscale: #353535. Windows color (decimal): -13486536 or 3683890. OLE color: 3683890.

HSL color Cylindrical-coordinate representation of color #323638: hue angle of 200º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323638 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB505456-
CMYK0.110.0400.78
HSL200º5.66%20.78%-
HSV(B)200º10.71%21.96%-
XYZ3.353.64.26-
YUV53.03129.67125.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.25%
GREEN value IS 54 (21.48% from 255) = 33.75%
BLUE value IS 56 (22.27% from 255) = 35%
R=31.25%
G=33.75%
B=35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5054560.110.0400.782005.6620.78
Hex323638B404Ec8615
Octal6266701340116310625
Binary1100101101101110001011100010011101100100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323638; }

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

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

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

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

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

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

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

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