#311D1F

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

Shades of Rustic Red #311D1F

Tints of Rustic Red #311D1F

Color information

#311D1F (or 0x311D1F) is unknown color: approx Rustic Red. HEX triplet: 31, 1D and 1F. RGB value is (49,29,31). Sum of RGB (Red+Green+Blue) = 49+29+31=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 31 (12.5% from 255 or 28.44% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D1F is #CEE2E0. Grayscale: #232323. Windows color (decimal): -13558497 or 2039089. OLE color: 2039089.

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

Color convert

RGB492931-
CMYK00.410.370.81
HSL354º25.64%15.29%-
HSV(B)354º40.82%19.22%-
XYZ1.951.631.51-
YUV35.21125.63137.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 31 (12.5% from 255) = 28.44%
R=44.95%
G=26.61%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49293100.410.370.8135425.6415.29
Hex311D1F02925511621af
Octal613537051451215423217
Binary110001111011111101010011001011010001101100010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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