#31191B

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

Shades of Rustic Red #31191B

Tints of Rustic Red #31191B

Color information

#31191B (or 0x31191B) is unknown color: approx Rustic Red. HEX triplet: 31, 19 and 1B. RGB value is (49,25,27). Sum of RGB (Red+Green+Blue) = 49+25+27=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 27 (10.94% from 255 or 26.73% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #31191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191B is #CEE6E4. Grayscale: #202020. Windows color (decimal): -13559525 or 1775921. OLE color: 1775921.

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

Color convert

RGB492527-
CMYK00.490.450.81
HSL355º32.43%14.51%-
HSV(B)355º48.98%19.22%-
XYZ1.811.431.22-
YUV32.4124.95139.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.51%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 27 (10.94% from 255) = 26.73%
R=48.51%
G=24.75%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252700.490.450.8135532.4314.51
Hex31191B0312D5116320f
Octal613133061551215434017
Binary1100011100111011011000110110110100011011000111000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31191B; }

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

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

<style>
 a { background-color: #31191B; }

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

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

<style>
 span { border-color: #31191B; }

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

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