#1F1718

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

Shades of Rustic Red #1F1718

Tints of Rustic Red #1F1718

Color information

#1F1718 (or 0x1F1718) is unknown color: approx Rustic Red. HEX triplet: 1F, 17 and 18. RGB value is (31,23,24). Sum of RGB (Red+Green+Blue) = 31+23+24=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1718 is #E0E8E7. Grayscale: #191919. Windows color (decimal): -14739688 or 1578783. OLE color: 1578783.

HSL color Cylindrical-coordinate representation of color #1F1718: hue angle of 352.5º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F1718 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.88.

Color convert

RGB312324-
CMYK00.260.230.88
HSL352.5º14.81%10.59%-
HSV(B)352.5º25.81%12.16%-
XYZ1.040.971-
YUV25.51127.15131.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 23 (9.38% from 255) = 29.49%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=39.74%
G=29.49%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31232400.260.230.88352.514.8110.59
Hex1F171801A1758160fb
Octal372730032271305401713
Binary11111101111100001101010111101100010110000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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