#1F0E11

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

Shades of Rustic Red #1F0E11

Tints of Rustic Red #1F0E11

Color information

#1F0E11 (or 0x1F0E11) is unknown color: approx Rustic Red. HEX triplet: 1F, 0E and 11. RGB value is (31,14,17). Sum of RGB (Red+Green+Blue) = 31+14+17=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 14 (5.86% from 255 or 22.58% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0E11 is #E0F1EE. Grayscale: #131313. Windows color (decimal): -14741999 or 1117727. OLE color: 1117727.

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

Color convert

RGB311417-
CMYK00.550.450.88
HSL349.41º37.78%8.82%-
HSV(B)349.41º54.84%12.16%-
XYZ0.820.650.61-
YUV19.42126.63136.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 14 (5.86% from 255) = 22.58%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=50%
G=22.58%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31141700.550.450.88349.4137.788.82
Hex1FE110372D5815d269
Octal371621067551305354611
Binary11111111010001011011110110110110001010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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