#312219

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

Shades of Wood Bark #312219

Tints of Wood Bark #312219

Color information

#312219 (or 0x312219) is unknown color: approx Wood Bark. HEX triplet: 31, 22 and 19. RGB value is (49,34,25). Sum of RGB (Red+Green+Blue) = 49+34+25=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312219 is #CEDDE6. Grayscale: #252525. Windows color (decimal): -13557223 or 1647153. OLE color: 1647153.

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

Color convert

RGB493425-
CMYK00.310.490.81
HSL22.5º32.43%14.51%-
HSV(B)22.5º48.98%19.22%-
XYZ2.011.871.17-
YUV37.46120.97136.23-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 25 (10.16% from 255) = 23.15%
R=45.37%
G=31.48%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49342500.310.490.8122.532.4314.51
Hex31221901F31511720f
Octal61423103761121274017
Binary110001100010110010111111100011010001101111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312219; }

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

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

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

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

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

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

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

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