#312018

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

Shades of Wood Bark #312018

Tints of Wood Bark #312018

Color information

#312018 (or 0x312018) is unknown color: approx Wood Bark. HEX triplet: 31, 20 and 18. RGB value is (49,32,24). Sum of RGB (Red+Green+Blue) = 49+32+24=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #312018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312018 is #CEDFE7. Grayscale: #242424. Windows color (decimal): -13557736 or 1581105. OLE color: 1581105.

HSL color Cylindrical-coordinate representation of color #312018: hue angle of 19.2º 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 #312018 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB493224-
CMYK00.350.510.81
HSL19.2º34.25%14.31%-
HSV(B)19.2º51.02%19.22%-
XYZ1.951.751.1-
YUV36.17121.13137.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=46.67%
G=30.48%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49322400.350.510.8119.234.2514.31
Hex31201802333511322e
Octal61403004363121234216
Binary1100011000001100001000111100111010001100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312018; }

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

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

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

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

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

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

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

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