#1F1314

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

Shades of Rustic Red #1F1314

Tints of Rustic Red #1F1314

Color information

#1F1314 (or 0x1F1314) is unknown color: approx Rustic Red. HEX triplet: 1F, 13 and 14. RGB value is (31,19,20). Sum of RGB (Red+Green+Blue) = 31+19+20=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1314 is #E0ECEB. Grayscale: #161616. Windows color (decimal): -14740716 or 1315615. OLE color: 1315615.

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

Color convert

RGB311920-
CMYK00.390.350.88
HSL355º24%9.8%-
HSV(B)355º38.71%12.16%-
XYZ0.920.810.77-
YUV22.7126.48133.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 19 (7.81% from 255) = 27.14%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=44.29%
G=27.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192000.390.350.88355249.8
Hex1F1314027235816318a
Octal372324047431305433012
Binary11111100111010001001111000111011000101100011110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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