#310D19

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

Shades of Rustic Red #310D19

Tints of Rustic Red #310D19

Color information

#310D19 (or 0x310D19) is unknown color: approx Rustic Red. HEX triplet: 31, 0D and 19. RGB value is (49,13,25). Sum of RGB (Red+Green+Blue) = 49+13+25=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 13 (5.47% from 255 or 14.94% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310D19 is #CEF2E6. Grayscale: #191919. Windows color (decimal): -13562599 or 1641777. OLE color: 1641777.

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

Color convert

RGB491325-
CMYK00.730.490.81
HSL340º58.06%12.16%-
HSV(B)340º73.47%19.22%-
XYZ1.591.011.03-
YUV25.13127.93145.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 13 (5.47% from 255) = 14.94%
BLUE value IS 25 (10.16% from 255) = 28.74%
R=56.32%
G=14.94%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49132500.730.490.8134058.0612.16
Hex31D1904931511543ac
Octal6115310111611215247214
Binary1100011101110010100100111000110100011010101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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