#31231B

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

Shades of Wood Bark #31231B

Tints of Wood Bark #31231B

Color information

#31231B (or 0x31231B) is unknown color: approx Wood Bark. HEX triplet: 31, 23 and 1B. RGB value is (49,35,27). Sum of RGB (Red+Green+Blue) = 49+35+27=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #31231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231B is #CEDCE4. Grayscale: #262626. Windows color (decimal): -13556965 or 1778481. OLE color: 1778481.

HSL color Cylindrical-coordinate representation of color #31231B: hue angle of 21.82º 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 #31231B is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.81.

Color convert

RGB493527-
CMYK00.290.450.81
HSL21.82º28.95%14.9%-
HSV(B)21.82º44.9%19.22%-
XYZ2.071.931.3-
YUV38.27121.64135.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 27 (10.94% from 255) = 24.32%
R=44.14%
G=31.53%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49352700.290.450.8121.8228.9514.9
Hex31231B01D2D51161df
Octal61433303555121263517
Binary11000110001111011011101101101101000110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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