#31241E

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

Shades of Wood Bark #31241E

Tints of Wood Bark #31241E

Color information

#31241E (or 0x31241E) is unknown color: approx Wood Bark. HEX triplet: 31, 24 and 1E. RGB value is (49,36,30). Sum of RGB (Red+Green+Blue) = 49+36+30=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31241E is #CEDBE1. Grayscale: #272727. Windows color (decimal): -13556706 or 1975345. OLE color: 1975345.

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

Color convert

RGB493630-
CMYK00.270.390.81
HSL18.95º24.05%15.49%-
HSV(B)18.95º38.78%19.22%-
XYZ2.132.011.5-
YUV39.2122.81134.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 36 (14.45% from 255) = 31.30%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=42.61%
G=31.30%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49363000.270.390.8118.9524.0515.49
Hex31241E01B27511318f
Octal61443603347121233017
Binary11000110010011110011011100111101000110011110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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