#31231E

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

Shades of Wood Bark #31231E

Tints of Wood Bark #31231E

Color information

#31231E (or 0x31231E) is unknown color: approx Wood Bark. HEX triplet: 31, 23 and 1E. RGB value is (49,35,30). Sum of RGB (Red+Green+Blue) = 49+35+30=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 30 (12.11% from 255 or 26.32% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231E is #CEDCE1. Grayscale: #262626. Windows color (decimal): -13556962 or 1975089. OLE color: 1975089.

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

Color convert

RGB493530-
CMYK00.290.390.81
HSL15.79º24.05%15.49%-
HSV(B)15.79º38.78%19.22%-
XYZ2.11.951.49-
YUV38.62123.14135.41-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 30 (12.11% from 255) = 26.32%
R=42.98%
G=30.70%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49353000.290.390.8115.7924.0515.49
Hex31231E01D27511018f
Octal61433603547121203017
Binary11000110001111110011101100111101000110000110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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