Html Css Color HEX #323435 Gunmetal

📋 copy color: '#323435'

red 50 ◦ green 52 ◦ blue 53

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

Shades of Gunmetal #323435

Tints of Gunmetal #323435

RGB

 RED value IS 50 (19.92% from 255) = 32.26%

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 32.26%
G = 33.55%
B = 34.19%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#323435 (or 0x323435) is known color: Gunmetal. HEX triplet: 32, 34 and 35. RGB value is (50,52,53). Sum of RGB (Red+Green+Blue) = 50+52+53=155 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.26% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 53 - color contains mainly: blue. Hex color #323435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323435 is #CDCBCA. Grayscale: #333333. Windows color (decimal): -13487051 or 3486770. OLE color: 3486770.

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

Color convert

RGB 50 52 53 -
CMYK 0.06 0.02 0 0.79
HSL 200º 0.03% 0.2% -
HSV(B) 200º 0.06% 0.21% -
XYZ 3.19 3.39 3.85 -
YUV 51.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 50 52 53 0.06 0.02 0 0.79 200 0.03 0.2
Hex 32 34 35 6 2 0 4F C8 3 14
Octal 62 64 65 6 2 0 117 310 3 24
Binary 110010 110100 110101 110 10 0 1001111 11001000 11 10100

Color Harmonies of #323435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323435

Black with #323435

Text Example


Text Example

White with #323435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323435; }

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

 H1.HeaderClassName
 {
   color: #323435;
 }
 .AnyTagClassName
 {
   color: #323435;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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