#313937

Color #313937 Woodsmoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodsmoke #313937

Tints of Woodsmoke #313937

Color information

#313937 (or 0x313937) is unknown color: approx Woodsmoke. HEX triplet: 31, 39 and 37. RGB value is (49,57,55). Sum of RGB (Red+Green+Blue) = 49+57+55=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #313937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313937 is #CEC6C8. Grayscale: #363636. Windows color (decimal): -13551305 or 3619121. OLE color: 3619121.

HSL color Cylindrical-coordinate representation of color #313937: hue angle of 165º 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 #313937 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB495755-
CMYK0.1400.040.78
HSL165º7.55%20.78%-
HSV(B)165º14.04%22.35%-
XYZ3.423.864.18-
YUV54.38128.35124.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.43%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=30.43%
G=35.40%
B=34.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957550.1400.040.781657.5520.78
Hex313937E044Ea5815
Octal61716716041162451025
Binary11000111100111011111100100100111010100101100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313937; }

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

 H1.HeaderClassName
 {
   color: #313937;
 }
 .AnyTagClassName
 {
   color: #313937;
 }
</style>
background-color css

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

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

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

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

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

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