#311A20

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

Shades of Temptress #311A20

Tints of Temptress #311A20

Color information

#311A20 (or 0x311A20) is unknown color: approx Temptress. HEX triplet: 31, 1A and 20. RGB value is (49,26,32). Sum of RGB (Red+Green+Blue) = 49+26+32=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 32 (12.89% from 255 or 29.91% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #311A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A20 is #CEE5DF. Grayscale: #212121. Windows color (decimal): -13559264 or 2103857. OLE color: 2103857.

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

Color convert

RGB492632-
CMYK00.470.350.81
HSL344.35º30.67%14.71%-
HSV(B)344.35º46.94%19.22%-
XYZ1.91.51.56-
YUV33.56127.12139.01-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.79%
GREEN value IS 26 (10.55% from 255) = 24.30%
BLUE value IS 32 (12.89% from 255) = 29.91%
R=45.79%
G=24.30%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49263200.470.350.81344.3530.6714.71
Hex311A2002F23511581ff
Octal613240057431215303717
Binary1100011101010000001011111000111010001101011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,26,32); }

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

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

 a { background-color: rgb(49,26,32); }

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

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

 span { border-color: rgb(49,26,32); }

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