#311E25

Color #311E25 Temptress (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Temptress #311E25

Tints of Temptress #311E25

Color information

#311E25 (or 0x311E25) is unknown color: approx Temptress. HEX triplet: 31, 1E and 25. RGB value is (49,30,37). Sum of RGB (Red+Green+Blue) = 49+30+37=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #311E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E25 is #CEE1DA. Grayscale: #242424. Windows color (decimal): -13558235 or 2432561. OLE color: 2432561.

HSL color Cylindrical-coordinate representation of color #311E25: hue angle of 337.89º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E25 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB493037-
CMYK00.390.240.81
HSL337.89º24.05%15.49%-
HSV(B)337.89º38.78%19.22%-
XYZ2.061.721.97-
YUV36.48128.29136.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 30 (12.11% from 255) = 25.86%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=42.24%
G=25.86%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49303700.390.240.81337.8924.0515.49
Hex311E25027185115218f
Octal613645047301215223017
Binary110001111101001010100111110001010001101010010110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311E25; }

 p { color: rgb(49,30,37); }

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

<style>
 a { background-color: #311E25; }

 a { background-color: rgb(49,30,37); }

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

<style>
 span { border-color: #311E25; }

 span { border-color: rgb(49,30,37); }

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