#310E19

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

Shades of Rustic Red #310E19

Tints of Rustic Red #310E19

Color information

#310E19 (or 0x310E19) is unknown color: approx Rustic Red. HEX triplet: 31, 0E and 19. RGB value is (49,14,25). Sum of RGB (Red+Green+Blue) = 49+14+25=88 (11% of max value = 765). Red value is 49 (19.53% from 255 or 55.68% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 49 - color contains mainly: red. Hex color #310E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310E19 is #CEF1E6. Grayscale: #191919. Windows color (decimal): -13562343 or 1642033. OLE color: 1642033.

HSL color Cylindrical-coordinate representation of color #310E19: hue angle of 341.14º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E19 is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB491425-
CMYK00.710.490.81
HSL341.14º55.56%12.35%-
HSV(B)341.14º71.43%19.22%-
XYZ1.61.041.04-
YUV25.72127.6144.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 55.68%
GREEN value IS 14 (5.86% from 255) = 15.91%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=55.68%
G=15.91%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49142500.710.490.81341.1455.5612.35
Hex31E19047315115538c
Octal6116310107611215257014
Binary1100011110110010100011111000110100011010101011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310E19; }

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

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

<style>
 a { background-color: #310E19; }

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

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

<style>
 span { border-color: #310E19; }

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

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