#311A1B

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

Shades of Rustic Red #311A1B

Tints of Rustic Red #311A1B

Color information

#311A1B (or 0x311A1B) is unknown color: approx Rustic Red. HEX triplet: 31, 1A and 1B. RGB value is (49,26,27). Sum of RGB (Red+Green+Blue) = 49+26+27=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A1B is #CEE5E4. Grayscale: #212121. Windows color (decimal): -13559269 or 1776177. OLE color: 1776177.

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

Color convert

RGB492627-
CMYK00.470.450.81
HSL357.39º30.67%14.71%-
HSV(B)357.39º46.94%19.22%-
XYZ1.831.471.22-
YUV32.99124.62139.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 26 (10.55% from 255) = 25.49%
BLUE value IS 27 (10.94% from 255) = 26.47%
R=48.04%
G=25.49%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49262700.470.450.81357.3930.6714.71
Hex311A1B02F2D511651ff
Octal613233057551215453717
Binary110001110101101101011111011011010001101100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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