#31221A

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

Shades of Wood Bark #31221A

Tints of Wood Bark #31221A

Color information

#31221A (or 0x31221A) is unknown color: approx Wood Bark. HEX triplet: 31, 22 and 1A. RGB value is (49,34,26). Sum of RGB (Red+Green+Blue) = 49+34+26=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #31221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31221A is #CEDDE5. Grayscale: #252525. Windows color (decimal): -13557222 or 1712689. OLE color: 1712689.

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

Color convert

RGB493426-
CMYK00.310.470.81
HSL20.87º30.67%14.71%-
HSV(B)20.87º46.94%19.22%-
XYZ2.031.871.23-
YUV37.57121.47136.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 26 (10.55% from 255) = 23.85%
R=44.95%
G=31.19%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49342600.310.470.8120.8730.6714.71
Hex31221A01F2F51151ff
Octal61423203757121253717
Binary11000110001011010011111101111101000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31221A; }

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

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

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

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

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

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

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

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