#31261F

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

Shades of Wood Bark #31261F

Tints of Wood Bark #31261F

Color information

#31261F (or 0x31261F) is unknown color: approx Wood Bark. HEX triplet: 31, 26 and 1F. RGB value is (49,38,31). Sum of RGB (Red+Green+Blue) = 49+38+31=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 38 (15.23% from 255 or 32.20% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 49 - color contains mainly: red. Hex color #31261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31261F is #CED9E0. Grayscale: #282828. Windows color (decimal): -13556193 or 2041393. OLE color: 2041393.

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

Color convert

RGB493831-
CMYK00.220.370.81
HSL23.33º22.5%15.69%-
HSV(B)23.33º36.73%19.22%-
XYZ2.212.141.59-
YUV40.49122.64134.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.53%
GREEN value IS 38 (15.23% from 255) = 32.20%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=41.53%
G=32.20%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49383100.220.370.8123.3322.515.69
Hex31261F0162551171610
Octal61463702645121272620
Binary110001100110111110101101001011010001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31261F; }

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

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

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

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

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

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

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

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