#331E1F

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

Shades of Rustic Red #331E1F

Tints of Rustic Red #331E1F

Color information

#331E1F (or 0x331E1F) is unknown color: approx Rustic Red. HEX triplet: 33, 1E and 1F. RGB value is (51,30,31). Sum of RGB (Red+Green+Blue) = 51+30+31=112 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.54% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 51 - color contains mainly: red. Hex color #331E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E1F is #CCE1E0. Grayscale: #242424. Windows color (decimal): -13427169 or 2039347. OLE color: 2039347.

HSL color Cylindrical-coordinate representation of color #331E1F: hue angle of 357.14º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E1F is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.8.

Color convert

RGB513031-
CMYK00.410.390.8
HSL357.14º25.93%15.88%-
HSV(B)357.14º41.18%20%-
XYZ2.081.731.52-
YUV36.39124.96138.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 45.54%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 31 (12.5% from 255) = 27.68%
R=45.54%
G=26.79%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.39
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51303100.410.390.8357.1425.9315.88
Hex331E1F02927501651a10
Octal633637051471205453220
Binary1100111111011111010100110011110100001011001011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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