#310F17

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

Shades of Rustic Red #310F17

Tints of Rustic Red #310F17

Color information

#310F17 (or 0x310F17) is unknown color: approx Rustic Red. HEX triplet: 31, 0F and 17. RGB value is (49,15,23). Sum of RGB (Red+Green+Blue) = 49+15+23=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310F17 is #CEF0E8. Grayscale: #1A1A1A. Windows color (decimal): -13562089 or 1511217. OLE color: 1511217.

HSL color Cylindrical-coordinate representation of color #310F17: hue angle of 345.88º 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 #310F17 is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB491523-
CMYK00.690.530.81
HSL345.88º53.12%12.55%-
HSV(B)345.88º69.39%19.22%-
XYZ1.591.060.93-
YUV26.08126.26144.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 56.32%
GREEN value IS 15 (6.25% from 255) = 17.24%
BLUE value IS 23 (9.38% from 255) = 26.44%
R=56.32%
G=17.24%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49152300.690.530.81345.8853.1212.55
Hex31F17045355115a35d
Octal6117270105651215326515
Binary1100011111101110100010111010110100011010110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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