#311B1E

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

Shades of Rustic Red #311B1E

Tints of Rustic Red #311B1E

Color information

#311B1E (or 0x311B1E) is unknown color: approx Rustic Red. HEX triplet: 31, 1B and 1E. RGB value is (49,27,30). Sum of RGB (Red+Green+Blue) = 49+27+30=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B1E is #CEE4E1. Grayscale: #212121. Windows color (decimal): -13559010 or 1973041. OLE color: 1973041.

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

Color convert

RGB492730-
CMYK00.450.390.81
HSL351.82º28.95%14.9%-
HSV(B)351.82º44.9%19.22%-
XYZ1.891.531.42-
YUV33.92125.79138.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 30 (12.11% from 255) = 28.30%
R=46.23%
G=25.47%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49273000.450.390.81351.8228.9514.9
Hex311B1E02D27511601df
Octal613336055471215403517
Binary110001110111111001011011001111010001101100000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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