#32383A

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

Shades of Gunmetal #32383A

Tints of Gunmetal #32383A

Color information

#32383A (or 0x32383A) is unknown color: approx Gunmetal. HEX triplet: 32, 38 and 3A. RGB value is (50,56,58). Sum of RGB (Red+Green+Blue) = 50+56+58=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 58 - color contains mainly: blue. Hex color #32383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32383A is #CDC7C5. Grayscale: #363636. Windows color (decimal): -13486022 or 3815474. OLE color: 3815474.

HSL color Cylindrical-coordinate representation of color #32383A: hue angle of 195º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #32383A is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB505658-
CMYK0.140.0300.77
HSL195º7.41%21.18%-
HSV(B)195º13.79%22.75%-
XYZ3.493.814.55-
YUV54.43130.01124.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.49%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=30.49%
G=34.15%
B=35.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5056580.140.0300.771957.4121.18
Hex32383AE304Dc3715
Octal6270721630115303725
Binary110010111000111010111011010011011100001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32383A; }

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

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

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

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

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

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

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

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