#312118

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

Shades of Wood Bark #312118

Tints of Wood Bark #312118

Color information

#312118 (or 0x312118) is unknown color: approx Wood Bark. HEX triplet: 31, 21 and 18. RGB value is (49,33,24). Sum of RGB (Red+Green+Blue) = 49+33+24=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #312118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312118 is #CEDEE7. Grayscale: #242424. Windows color (decimal): -13557480 or 1581361. OLE color: 1581361.

HSL color Cylindrical-coordinate representation of color #312118: hue angle of 21.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #312118 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB493324-
CMYK00.330.510.81
HSL21.6º34.25%14.31%-
HSV(B)21.6º51.02%19.22%-
XYZ1.981.811.11-
YUV36.76120.8136.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=46.23%
G=31.13%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49332400.330.510.8121.634.2514.31
Hex31211802133511622e
Octal61413004163121264216
Binary1100011000011100001000011100111010001101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312118; }

 p { color: rgb(49,33,24); }

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

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

 a { background-color: rgb(49,33,24); }

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

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

 span { border-color: rgb(49,33,24); }

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