#312822

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

Shades of Wood Bark #312822

Tints of Wood Bark #312822

Color information

#312822 (or 0x312822) is unknown color: approx Wood Bark. HEX triplet: 31, 28 and 22. RGB value is (49,40,34). Sum of RGB (Red+Green+Blue) = 49+40+34=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 40 (16.02% from 255 or 32.52% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 49 - color contains mainly: red. Hex color #312822 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312822 is #CED7DD. Grayscale: #2A2A2A. Windows color (decimal): -13555678 or 2238513. OLE color: 2238513.

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

Color convert

RGB494034-
CMYK00.180.310.81
HSL24º18.07%16.27%-
HSV(B)24º30.61%19.22%-
XYZ2.312.291.83-
YUV42.01123.48132.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.84%
GREEN value IS 40 (16.02% from 255) = 32.52%
BLUE value IS 34 (13.67% from 255) = 27.64%
R=39.84%
G=32.52%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49403400.180.310.812418.0716.27
Hex3128220121F51181210
Octal61504202237121302220
Binary110001101000100010010010111111010001110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312822; }

 p { color: rgb(49,40,34); }

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

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

 a { background-color: rgb(49,40,34); }

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

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

 span { border-color: rgb(49,40,34); }

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