#1F1618

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

Shades of Rustic Red #1F1618

Tints of Rustic Red #1F1618

Color information

#1F1618 (or 0x1F1618) is unknown color: approx Rustic Red. HEX triplet: 1F, 16 and 18. RGB value is (31,22,24). Sum of RGB (Red+Green+Blue) = 31+22+24=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 24 (9.77% from 255 or 31.17% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1618 is #E0E9E7. Grayscale: #181818. Windows color (decimal): -14739944 or 1578527. OLE color: 1578527.

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

Color convert

RGB312224-
CMYK00.290.230.88
HSL346.67º16.98%10.39%-
HSV(B)346.67º29.03%12.16%-
XYZ1.020.930.99-
YUV24.92127.48132.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 22 (8.98% from 255) = 28.57%
BLUE value IS 24 (9.77% from 255) = 31.17%
R=40.26%
G=28.57%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222400.290.230.88346.6716.9810.39
Hex1F161801D175815b11a
Octal372630035271305332112
Binary111111011011000011101101111011000101011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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