#311D24

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

Shades of Temptress #311D24

Tints of Temptress #311D24

Color information

#311D24 (or 0x311D24) is unknown color: approx Temptress. HEX triplet: 31, 1D and 24. RGB value is (49,29,36). Sum of RGB (Red+Green+Blue) = 49+29+36=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D24 is #CEE2DB. Grayscale: #232323. Windows color (decimal): -13558492 or 2366769. OLE color: 2366769.

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

Color convert

RGB492936-
CMYK00.410.270.81
HSL339º25.64%15.29%-
HSV(B)339º40.82%19.22%-
XYZ2.021.661.88-
YUV35.78128.13137.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=42.98%
G=25.44%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49293600.410.270.8133925.6415.29
Hex311D240291B511531af
Octal613544051331215233217
Binary110001111011001000101001110111010001101010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,29,36); }

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

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

 a { background-color: rgb(49,29,36); }

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

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

 span { border-color: rgb(49,29,36); }

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