#1F1315

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

Shades of Rustic Red #1F1315

Tints of Rustic Red #1F1315

Color information

#1F1315 (or 0x1F1315) is unknown color: approx Rustic Red. HEX triplet: 1F, 13 and 15. RGB value is (31,19,21). Sum of RGB (Red+Green+Blue) = 31+19+21=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1315 is #E0ECEA. Grayscale: #161616. Windows color (decimal): -14740715 or 1381151. OLE color: 1381151.

HSL color Cylindrical-coordinate representation of color #1F1315: hue angle of 350º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1315 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB311921-
CMYK00.390.320.88
HSL350º24%9.8%-
HSV(B)350º38.71%12.16%-
XYZ0.930.810.82-
YUV22.82126.98133.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 19 (7.81% from 255) = 26.76%
BLUE value IS 21 (8.59% from 255) = 29.58%
R=43.66%
G=26.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192100.390.320.88350249.8
Hex1F1315027205815e18a
Octal372325047401305363012
Binary11111100111010101001111000001011000101011110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1315; }

 p { color: rgb(31,19,21); }

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

<style>
 a { background-color: #1F1315; }

 a { background-color: rgb(31,19,21); }

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

<style>
 span { border-color: #1F1315; }

 span { border-color: rgb(31,19,21); }

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