Html Css Color HEX #313638 Gunmetal

📋 copy color: '#313638'

red 49 ◦ green 54 ◦ blue 56

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

Shades of Gunmetal #313638

Tints of Gunmetal #313638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 35.22%

R = 30.82%
G = 33.96%
B = 35.22%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313638 (or 0x313638) is known color: Gunmetal. HEX triplet: 31, 36 and 38. RGB value is (49,54,56). Sum of RGB (Red+Green+Blue) = 49+54+56=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 56 - color contains mainly: blue. Hex color #313638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313638 is #CEC9C7. Grayscale: #343434. Windows color (decimal): -13552072 or 3683889. OLE color: 3683889.

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

Color convert

RGB 49 54 56 -
CMYK 0.12 0.04 0 0.78
HSL 197.14º 0.07% 0.21% -
HSV(B) 197.14º 0.13% 0.22% -
XYZ 3.3 3.58 4.26 -
YUV 52.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 49 54 56 0.12 0.04 0 0.78 197.14 0.07 0.21
Hex 31 36 38 C 4 0 4E C5 7 15
Octal 61 66 70 14 4 0 116 305 7 25
Binary 110001 110110 111000 1100 100 0 1001110 11000101 111 10101

Color Harmonies of #313638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313638

Black with #313638

Text Example


Text Example

White with #313638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313638; }

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

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

background-color css

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

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

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

border-color css

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

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

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