#31241F

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

Shades of Wood Bark #31241F

Tints of Wood Bark #31241F

Color information

#31241F (or 0x31241F) is unknown color: approx Wood Bark. HEX triplet: 31, 24 and 1F. RGB value is (49,36,31). Sum of RGB (Red+Green+Blue) = 49+36+31=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 31 (12.5% from 255 or 26.72% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31241F is #CEDBE0. Grayscale: #272727. Windows color (decimal): -13556705 or 2040881. OLE color: 2040881.

HSL color Cylindrical-coordinate representation of color #31241F: hue angle of 16.67º 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 #31241F is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB493631-
CMYK00.270.370.81
HSL16.67º22.5%15.69%-
HSV(B)16.67º36.73%19.22%-
XYZ2.142.011.57-
YUV39.32123.31134.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 31 (12.5% from 255) = 26.72%
R=42.24%
G=31.03%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49363100.270.370.8116.6722.515.69
Hex31241F01B2551111610
Octal61443703345121212620
Binary110001100100111110110111001011010001100011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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