#310F13

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

Shades of Rustic Red #310F13

Tints of Rustic Red #310F13

Color information

#310F13 (or 0x310F13) is unknown color: approx Rustic Red. HEX triplet: 31, 0F and 13. RGB value is (49,15,19). Sum of RGB (Red+Green+Blue) = 49+15+19=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 15 (6.25% from 255 or 18.07% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #310F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F13 is #CEF0EC. Grayscale: #191919. Windows color (decimal): -13562093 or 1249073. OLE color: 1249073.

HSL color Cylindrical-coordinate representation of color #310F13: hue angle of 352.94º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #310F13 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB491519-
CMYK00.690.610.81
HSL352.94º53.12%12.55%-
HSV(B)352.94º69.39%19.22%-
XYZ1.551.040.74-
YUV25.62124.26144.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.04%
GREEN value IS 15 (6.25% from 255) = 18.07%
BLUE value IS 19 (7.81% from 255) = 22.89%
R=59.04%
G=18.07%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49151900.690.610.81352.9453.1212.55
Hex31F130453D5116135d
Octal6117230105751215416515
Binary1100011111100110100010111110110100011011000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,15,19); }

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

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

 a { background-color: rgb(49,15,19); }

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

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

 span { border-color: rgb(49,15,19); }

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