#312926

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

Shades of Wood Bark #312926

Tints of Wood Bark #312926

Color information

#312926 (or 0x312926) is unknown color: approx Wood Bark. HEX triplet: 31, 29 and 26. RGB value is (49,41,38). Sum of RGB (Red+Green+Blue) = 49+41+38=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 49 - color contains mainly: red. Hex color #312926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312926 is #CED6D9. Grayscale: #2B2B2B. Windows color (decimal): -13555418 or 2500913. OLE color: 2500913.

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

Color convert

RGB494138-
CMYK00.160.220.81
HSL16.36º12.64%17.06%-
HSV(B)16.36º22.45%19.22%-
XYZ2.412.382.17-
YUV43.05125.15132.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 38.28%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 38 (15.23% from 255) = 29.69%
R=38.28%
G=32.03%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49413800.160.220.8116.3612.6417.06
Hex312926010165110d11
Octal61514602026121201521
Binary11000110100110011001000010110101000110000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312926; }

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

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

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

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

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

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

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

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