Html Css Color HEX #313639 Gunmetal

📋 copy color: '#313639'

red 49 ◦ green 54 ◦ blue 57

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

Shades of Gunmetal #313639

Tints of Gunmetal #313639

RGB

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

 GREEN value IS 54 (21.48% from 255) = 33.75%

 BLUE value IS 57 (22.66% from 255) = 35.63%

R = 30.63%
G = 33.75%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313639 (or 0x313639) is known color: Gunmetal. HEX triplet: 31, 36 and 39. RGB value is (49,54,57). Sum of RGB (Red+Green+Blue) = 49+54+57=160 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.62% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 57 - color contains mainly: blue. Hex color #313639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313639 is #CEC9C6. Grayscale: #343434. Windows color (decimal): -13552071 or 3749425. OLE color: 3749425.

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

Color convert

RGB 49 54 57 -
CMYK 0.14 0.05 0 0.78
HSL 202.5º 0.08% 0.21% -
HSV(B) 202.5º 0.14% 0.22% -
XYZ 3.32 3.59 4.39 -
YUV 52.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 49 54 57 0.14 0.05 0 0.78 202.5 0.08 0.21
Hex 31 36 39 E 5 0 4E CA 8 15
Octal 61 66 71 16 5 0 116 312 10 25
Binary 110001 110110 111001 1110 101 0 1001110 11001010 1000 10101

Color Harmonies of #313639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313639

Black with #313639

Text Example


Text Example

White with #313639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313639; }

 p { color: rgb(49,54,57); }

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

background-color css

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

 a { background-color: rgb(49,54,57); }

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

border-color css

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

 span { border-color: rgb(49,54,57); }

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