#1F1317

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

Shades of Rustic Red #1F1317

Tints of Rustic Red #1F1317

Color information

#1F1317 (or 0x1F1317) is unknown color: approx Rustic Red. HEX triplet: 1F, 13 and 17. RGB value is (31,19,23). Sum of RGB (Red+Green+Blue) = 31+19+23=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1317 is #E0ECE8. Grayscale: #171717. Windows color (decimal): -14740713 or 1512223. OLE color: 1512223.

HSL color Cylindrical-coordinate representation of color #1F1317: hue angle of 340º 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 #1F1317 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.88.

Color convert

RGB311923-
CMYK00.390.260.88
HSL340º24%9.8%-
HSV(B)340º38.71%12.16%-
XYZ0.950.820.92-
YUV23.04127.98133.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 23 (9.38% from 255) = 31.51%
R=42.47%
G=26.03%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192300.390.260.88340249.8
Hex1F13170271A5815418a
Octal372327047321305243012
Binary1111110011101110100111110101011000101010100110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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