#311E1F

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

Shades of Rustic Red #311E1F

Tints of Rustic Red #311E1F

Color information

#311E1F (or 0x311E1F) is unknown color: approx Rustic Red. HEX triplet: 31, 1E and 1F. RGB value is (49,30,31). Sum of RGB (Red+Green+Blue) = 49+30+31=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 31 (12.5% from 255 or 28.18% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E1F is #CEE1E0. Grayscale: #232323. Windows color (decimal): -13558241 or 2039345. OLE color: 2039345.

HSL color Cylindrical-coordinate representation of color #311E1F: hue angle of 356.84º 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 #311E1F is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB493031-
CMYK00.390.370.81
HSL356.84º24.05%15.49%-
HSV(B)356.84º38.78%19.22%-
XYZ1.981.681.52-
YUV35.79125.29137.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 31 (12.5% from 255) = 28.18%
R=44.55%
G=27.27%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303100.390.370.81356.8424.0515.49
Hex311E1F027255116518f
Octal613637047451215453017
Binary110001111101111101001111001011010001101100101110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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