#311F20

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

Shades of Rustic Red #311F20

Tints of Rustic Red #311F20

Color information

#311F20 (or 0x311F20) is unknown color: approx Rustic Red. HEX triplet: 31, 1F and 20. RGB value is (49,31,32). Sum of RGB (Red+Green+Blue) = 49+31+32=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 32 (12.89% from 255 or 28.57% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #311F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311F20 is #CEE0DF. Grayscale: #242424. Windows color (decimal): -13557984 or 2105137. OLE color: 2105137.

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

Color convert

RGB493132-
CMYK00.370.350.81
HSL356.67º22.5%15.69%-
HSV(B)356.67º36.73%19.22%-
XYZ2.021.741.6-
YUV36.5125.46136.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 43.75%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 32 (12.89% from 255) = 28.57%
R=43.75%
G=27.68%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49313200.370.350.81356.6722.515.69
Hex311F2002523511651610
Octal613740045431215452620
Binary11000111111100000010010110001110100011011001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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