#31221B

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

Shades of Wood Bark #31221B

Tints of Wood Bark #31221B

Color information

#31221B (or 0x31221B) is unknown color: approx Wood Bark. HEX triplet: 31, 22 and 1B. RGB value is (49,34,27). Sum of RGB (Red+Green+Blue) = 49+34+27=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #31221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31221B is #CEDDE4. Grayscale: #252525. Windows color (decimal): -13557221 or 1778225. OLE color: 1778225.

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

Color convert

RGB493427-
CMYK00.310.450.81
HSL19.09º28.95%14.9%-
HSV(B)19.09º44.9%19.22%-
XYZ2.041.881.29-
YUV37.69121.97136.07-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 27 (10.94% from 255) = 24.55%
R=44.55%
G=30.91%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49342700.310.450.8119.0928.9514.9
Hex31221B01F2D51131df
Octal61423303755121233517
Binary11000110001011011011111101101101000110011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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