Html Css Color HEX #323638 Gunmetal

📋 copy color: '#323638'

red 50 ◦ green 54 ◦ blue 56

#323638
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunmetal #323638

Tints of Gunmetal #323638

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 value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#323638 (or 0x323638) is known color: 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

RGB 50 54 56 -
CMYK 0.11 0.04 0 0.78
HSL 200º 0.06% 0.21% -
HSV(B) 200º 0.11% 0.22% -
XYZ 3.35 3.6 4.26 -
YUV 53.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 50 54 56 0.11 0.04 0 0.78 200 0.06 0.21
Hex 32 36 38 B 4 0 4E C8 6 15
Octal 62 66 70 13 4 0 116 310 6 25
Binary 110010 110110 111000 1011 100 0 1001110 11001000 110 10101

Color Harmonies of #323638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323638

Black with #323638

Text Example


Text Example

White with #323638

Text Example


Text Example

HTML Codes & Css Web 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>