#31191C

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

Shades of Rustic Red #31191C

Tints of Rustic Red #31191C

Color information

#31191C (or 0x31191C) is unknown color: approx Rustic Red. HEX triplet: 31, 19 and 1C. RGB value is (49,25,28). Sum of RGB (Red+Green+Blue) = 49+25+28=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #31191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191C is #CEE6E3. Grayscale: #202020. Windows color (decimal): -13559524 or 1841457. OLE color: 1841457.

HSL color Cylindrical-coordinate representation of color #31191C: hue angle of 352.5º 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 #31191C is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.81.

Color convert

RGB492528-
CMYK00.490.430.81
HSL352.5º32.43%14.51%-
HSV(B)352.5º48.98%19.22%-
XYZ1.821.431.28-
YUV32.52125.45139.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 48.04%
GREEN value IS 25 (10.16% from 255) = 24.51%
BLUE value IS 28 (11.33% from 255) = 27.45%
R=48.04%
G=24.51%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49252800.490.430.81352.532.4314.51
Hex31191C0312B5116020f
Octal613134061531215404017
Binary1100011100111100011000110101110100011011000001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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