#31221C

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

Shades of Wood Bark #31221C

Tints of Wood Bark #31221C

Color information

#31221C (or 0x31221C) is unknown color: approx Wood Bark. HEX triplet: 31, 22 and 1C. RGB value is (49,34,28). Sum of RGB (Red+Green+Blue) = 49+34+28=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 28 (11.33% from 255 or 25.23% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #31221C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31221C is #CEDDE3. Grayscale: #252525. Windows color (decimal): -13557220 or 1843761. OLE color: 1843761.

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

Color convert

RGB493428-
CMYK00.310.430.81
HSL17.14º27.27%15.1%-
HSV(B)17.14º42.86%19.22%-
XYZ2.051.881.35-
YUV37.8122.47135.99-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 28 (11.33% from 255) = 25.23%
R=44.14%
G=30.63%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49342800.310.430.8117.1427.2715.1
Hex31221C01F2B51111bf
Octal61423403753121213317
Binary11000110001011100011111101011101000110001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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