#312925

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

Shades of Wood Bark #312925

Tints of Wood Bark #312925

Color information

#312925 (or 0x312925) is unknown color: approx Wood Bark. HEX triplet: 31, 29 and 25. RGB value is (49,41,37). Sum of RGB (Red+Green+Blue) = 49+41+37=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 49 - color contains mainly: red. Hex color #312925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312925 is #CED6DA. Grayscale: #2A2A2A. Windows color (decimal): -13555419 or 2435377. OLE color: 2435377.

HSL color Cylindrical-coordinate representation of color #312925: hue angle of 20º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312925 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB494137-
CMYK00.160.240.81
HSL20º13.95%16.86%-
HSV(B)20º24.49%19.22%-
XYZ2.392.372.08-
YUV42.94124.65132.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.58%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=38.58%
G=32.28%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49413700.160.240.812013.9516.86
Hex312925010185114e11
Octal61514502030121241621
Binary11000110100110010101000011000101000110100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312925; }

 p { color: rgb(49,41,37); }

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

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

 a { background-color: rgb(49,41,37); }

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

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

 span { border-color: rgb(49,41,37); }

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