#313735

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

Shades of Woodsmoke #313735

Tints of Woodsmoke #313735

Color information

#313735 (or 0x313735) is unknown color: approx Woodsmoke. HEX triplet: 31, 37 and 35. RGB value is (49,55,53). Sum of RGB (Red+Green+Blue) = 49+55+53=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 53 (21.09% from 255 or 33.76% from 157); Max value from RGB is 55 - color contains mainly: green. Hex color #313735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313735 is #CEC8CA. Grayscale: #343434. Windows color (decimal): -13551819 or 3487537. OLE color: 3487537.

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

Color convert

RGB495553-
CMYK0.1100.040.78
HSL160º5.77%20.39%-
HSV(B)160º10.91%21.57%-
XYZ3.283.643.9-
YUV52.98128.01125.16-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.21%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 53 (21.09% from 255) = 33.76%
R=31.21%
G=35.03%
B=33.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4955530.1100.040.781605.7720.39
Hex313735B044Ea0614
Octal6167651304116240624
Binary1100011101111101011011010010011101010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313735; }

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

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

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

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

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

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

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

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