#312A26

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

Shades of Wood Bark #312A26

Tints of Wood Bark #312A26

Color information

#312A26 (or 0x312A26) is unknown color: approx Wood Bark. HEX triplet: 31, 2A and 26. RGB value is (49,42,38). Sum of RGB (Red+Green+Blue) = 49+42+38=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 38 (15.23% from 255 or 29.46% from 129); Max value from RGB is 49 - color contains mainly: red. Hex color #312A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312A26 is #CED5D9. Grayscale: #2B2B2B. Windows color (decimal): -13555162 or 2501169. OLE color: 2501169.

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

Color convert

RGB494238-
CMYK00.140.220.81
HSL21.82º12.64%17.06%-
HSV(B)21.82º22.45%19.22%-
XYZ2.442.452.18-
YUV43.64124.82131.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 37.98%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 38 (15.23% from 255) = 29.46%
R=37.98%
G=32.56%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49423800.140.220.8121.8212.6417.06
Hex312A260E165116d11
Octal61524601626121261521
Binary1100011010101001100111010110101000110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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