#312C2A

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

Shades of Wood Bark #312C2A

Tints of Wood Bark #312C2A

Color information

#312C2A (or 0x312C2A) is unknown color: approx Wood Bark. HEX triplet: 31, 2C and 2A. RGB value is (49,44,42). Sum of RGB (Red+Green+Blue) = 49+44+42=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 44 (17.58% from 255 or 32.59% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 49 - color contains mainly: red. Hex color #312C2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312C2A is #CED3D5. Grayscale: #2D2D2D. Windows color (decimal): -13554646 or 2763825. OLE color: 2763825.

HSL color Cylindrical-coordinate representation of color #312C2A: hue angle of 17.14º degrees, saturation: 0.08, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #312C2A is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.81.

Color convert

RGB494442-
CMYK00.100.140.81
HSL17.14º7.69%17.84%-
HSV(B)17.14º14.29%19.22%-
XYZ2.592.622.56-
YUV45.27126.16130.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.30%
GREEN value IS 44 (17.58% from 255) = 32.59%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=36.30%
G=32.59%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49444200.100.140.8117.147.6917.84
Hex312C2A0AE5111812
Octal61545201216121211022
Binary110001101100101010010101110101000110001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312C2A; }

 p { color: rgb(49,44,42); }

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

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

 a { background-color: rgb(49,44,42); }

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

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

 span { border-color: rgb(49,44,42); }

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