Html Css Color HEX #313435 Gunmetal

📋 copy color: '#313435'

red 49 ◦ green 52 ◦ blue 53

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

Shades of Gunmetal #313435

Tints of Gunmetal #313435

RGB

 RED value IS 49 (19.53% from 255) = 31.82%

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

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

R = 31.82%
G = 33.77%
B = 34.42%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#313435 (or 0x313435) is known color: Gunmetal. HEX triplet: 31, 34 and 35. RGB value is (49,52,53). Sum of RGB (Red+Green+Blue) = 49+52+53=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 53 - color contains mainly: blue. Hex color #313435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313435 is #CECBCA. Grayscale: #333333. Windows color (decimal): -13552587 or 3486769. OLE color: 3486769.

HSL color Cylindrical-coordinate representation of color #313435: 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.08%. Process color model (Four color, CMYK) of #313435 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 49 52 53 -
CMYK 0.08 0.02 0 0.79
HSL 195º 0.04% 0.2% -
HSV(B) 195º 0.08% 0.21% -
XYZ 3.14 3.37 3.85 -
YUV 51.22 129.01 126.42 -
System Red Green Blue C M Y K H S L
Decimal 49 52 53 0.08 0.02 0 0.79 195 0.04 0.2
Hex 31 34 35 8 2 0 4F C3 4 14
Octal 61 64 65 10 2 0 117 303 4 24
Binary 110001 110100 110101 1000 10 0 1001111 11000011 100 10100

Color Harmonies of #313435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313435

Black with #313435

Text Example


Text Example

White with #313435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313435; }

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

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

background-color css

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

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

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

border-color css

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

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

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