Html Css Color HEX #31373B Gunmetal

📋 copy color: '#31373B'

red 49 ◦ green 55 ◦ blue 59

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

Shades of Gunmetal #31373B

Tints of Gunmetal #31373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.74%

 BLUE value IS 59 (23.44% from 255) = 36.2%

R = 30.06%
G = 33.74%
B = 36.2%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31373B (or 0x31373B) is known color: Gunmetal. HEX triplet: 31, 37 and 3B. RGB value is (49,55,59). Sum of RGB (Red+Green+Blue) = 49+55+59=163 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.06% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #31373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31373B is #CEC8C4. Grayscale: #353535. Windows color (decimal): -13551813 or 3880753. OLE color: 3880753.

HSL color Cylindrical-coordinate representation of color #31373B: hue angle of 204º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31373B is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 55 59 -
CMYK 0.17 0.07 0 0.77
HSL 204º 0.09% 0.21% -
HSV(B) 204º 0.17% 0.23% -
XYZ 3.42 3.7 4.67 -
YUV 53.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 49 55 59 0.17 0.07 0 0.77 204 0.09 0.21
Hex 31 37 3B 11 7 0 4D CC 9 15
Octal 61 67 73 21 7 0 115 314 11 25
Binary 110001 110111 111011 10001 111 0 1001101 11001100 1001 10101

Color Harmonies of #31373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31373B

Black with #31373B

Text Example


Text Example

White with #31373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31373B; }

 p { color: rgb(49,55,59); }

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

background-color css

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

 a { background-color: rgb(49,55,59); }

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

border-color css

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

 span { border-color: rgb(49,55,59); }

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