#311E20

Color #311E20 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #311E20

Tints of Rustic Red #311E20

Color information

#311E20 (or 0x311E20) is unknown color: approx Rustic Red. HEX triplet: 31, 1E and 20. RGB value is (49,30,32). Sum of RGB (Red+Green+Blue) = 49+30+32=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 49 - color contains mainly: red. Hex color #311E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E20 is #CEE1DF. Grayscale: #232323. Windows color (decimal): -13558240 or 2104881. OLE color: 2104881.

HSL color Cylindrical-coordinate representation of color #311E20: hue angle of 353.68º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E20 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB493032-
CMYK00.390.350.81
HSL353.68º24.05%15.49%-
HSV(B)353.68º38.78%19.22%-
XYZ1.991.691.59-
YUV35.91125.79137.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.14%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=44.14%
G=27.03%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303200.390.350.81353.6824.0515.49
Hex311E20027235116218f
Octal613640047431215423017
Binary1100011111010000001001111000111010001101100010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E20; }

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

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

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

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

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

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

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

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