#1F1114

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

Shades of Rustic Red #1F1114

Tints of Rustic Red #1F1114

Color information

#1F1114 (or 0x1F1114) is unknown color: approx Rustic Red. HEX triplet: 1F, 11 and 14. RGB value is (31,17,20). Sum of RGB (Red+Green+Blue) = 31+17+20=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 20 (8.20% from 255 or 29.41% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1114 is #E0EEEB. Grayscale: #151515. Windows color (decimal): -14741228 or 1315103. OLE color: 1315103.

HSL color Cylindrical-coordinate representation of color #1F1114: hue angle of 347.14º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1114 is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB311720-
CMYK00.450.350.88
HSL347.14º29.17%9.41%-
HSV(B)347.14º45.16%12.16%-
XYZ0.890.740.76-
YUV21.53127.14134.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 45.59%
GREEN value IS 17 (7.03% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 29.41%
R=45.59%
G=25%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31172000.450.350.88347.1429.179.41
Hex1F111402D235815b1d9
Octal372124055431305333511
Binary11111100011010001011011000111011000101011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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