#31231D

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

Shades of Wood Bark #31231D

Tints of Wood Bark #31231D

Color information

#31231D (or 0x31231D) is unknown color: approx Wood Bark. HEX triplet: 31, 23 and 1D. RGB value is (49,35,29). Sum of RGB (Red+Green+Blue) = 49+35+29=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 29 (11.72% from 255 or 25.66% from 113); Max value from RGB is 49 - color contains mainly: red. Hex color #31231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231D is #CEDCE2. Grayscale: #262626. Windows color (decimal): -13556963 or 1909553. OLE color: 1909553.

HSL color Cylindrical-coordinate representation of color #31231D: hue angle of 18º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #31231D is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.81.

Color convert

RGB493529-
CMYK00.290.410.81
HSL18º25.64%15.29%-
HSV(B)18º40.82%19.22%-
XYZ2.091.941.43-
YUV38.5122.64135.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.36%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 29 (11.72% from 255) = 25.66%
R=43.36%
G=30.97%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352900.290.410.811825.6415.29
Hex31231D01D2951121af
Octal61433503551121223217
Binary11000110001111101011101101001101000110010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31231D; }

 p { color: rgb(49,35,29); }

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

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

 a { background-color: rgb(49,35,29); }

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

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

 span { border-color: rgb(49,35,29); }

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