#312016

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

Shades of Wood Bark #312016

Tints of Wood Bark #312016

Color information

#312016 (or 0x312016) is unknown color: approx Wood Bark. HEX triplet: 31, 20 and 16. RGB value is (49,32,22). Sum of RGB (Red+Green+Blue) = 49+32+22=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 22 (8.98% from 255 or 21.36% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #312016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312016 is #CEDFE9. Grayscale: #242424. Windows color (decimal): -13557738 or 1450033. OLE color: 1450033.

HSL color Cylindrical-coordinate representation of color #312016: hue angle of 22.22º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #312016 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB493222-
CMYK00.350.550.81
HSL22.22º38.03%13.92%-
HSV(B)22.22º55.1%19.22%-
XYZ1.931.740.99-
YUV35.94120.13137.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 47.57%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 22 (8.98% from 255) = 21.36%
R=47.57%
G=31.07%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322200.350.550.8122.2238.0313.92
Hex31201602337511626e
Octal61402604367121264616
Binary1100011000001011001000111101111010001101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312016; }

 p { color: rgb(49,32,22); }

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

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

 a { background-color: rgb(49,32,22); }

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

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

 span { border-color: rgb(49,32,22); }

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