#1F1617

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

Shades of Rustic Red #1F1617

Tints of Rustic Red #1F1617

Color information

#1F1617 (or 0x1F1617) is unknown color: approx Rustic Red. HEX triplet: 1F, 16 and 17. RGB value is (31,22,23). Sum of RGB (Red+Green+Blue) = 31+22+23=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1617 is #E0E9E8. Grayscale: #181818. Windows color (decimal): -14739945 or 1512991. OLE color: 1512991.

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

Color convert

RGB312223-
CMYK00.290.260.88
HSL353.33º16.98%10.39%-
HSV(B)353.33º29.03%12.16%-
XYZ1.010.930.94-
YUV24.8126.98132.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 23 (9.38% from 255) = 30.26%
R=40.79%
G=28.95%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222300.290.260.88353.3316.9810.39
Hex1F161701D1A5816111a
Octal372627035321305412112
Binary111111011010111011101110101011000101100001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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