#311C1D

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

Shades of Rustic Red #311C1D

Tints of Rustic Red #311C1D

Color information

#311C1D (or 0x311C1D) is unknown color: approx Rustic Red. HEX triplet: 31, 1C and 1D. RGB value is (49,28,29). Sum of RGB (Red+Green+Blue) = 49+28+29=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C1D is #CEE3E2. Grayscale: #222222. Windows color (decimal): -13558755 or 1907761. OLE color: 1907761.

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

Color convert

RGB492829-
CMYK00.430.410.81
HSL357.14º27.27%15.1%-
HSV(B)357.14º42.86%19.22%-
XYZ1.91.571.37-
YUV34.39124.96138.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=46.23%
G=26.42%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49282900.430.410.81357.1427.2715.1
Hex311C1D02B29511651bf
Octal613435053511215453317
Binary110001111001110101010111010011010001101100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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