#391E1F

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

Shades of Rustic Red #391E1F

Tints of Rustic Red #391E1F

Color information

#391E1F (or 0x391E1F) is unknown color: approx Rustic Red. HEX triplet: 39, 1E and 1F. RGB value is (57,30,31). Sum of RGB (Red+Green+Blue) = 57+30+31=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 31 (12.5% from 255 or 26.27% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #391E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391E1F is #C6E1E0. Grayscale: #262626. Windows color (decimal): -13033953 or 2039353. OLE color: 2039353.

HSL color Cylindrical-coordinate representation of color #391E1F: hue angle of 357.78º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #391E1F is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB573031-
CMYK00.470.460.78
HSL357.78º31.03%17.06%-
HSV(B)357.78º47.37%22.35%-
XYZ2.41.91.54-
YUV38.19123.95141.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 30 (12.11% from 255) = 25.42%
BLUE value IS 31 (12.5% from 255) = 26.27%
R=48.31%
G=25.42%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57303100.470.460.78357.7831.0317.06
Hex391E1F02F2E4E1661f11
Octal713637057561165463721
Binary1110011111011111010111110111010011101011001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391E1F; }

 p { color: rgb(57,30,31); }

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

<style>
 a { background-color: #391E1F; }

 a { background-color: rgb(57,30,31); }

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

<style>
 span { border-color: #391E1F; }

 span { border-color: rgb(57,30,31); }

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