#311C20

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

Shades of Temptress #311C20

Tints of Temptress #311C20

Color information

#311C20 (or 0x311C20) is unknown color: approx Temptress. HEX triplet: 31, 1C and 20. RGB value is (49,28,32). Sum of RGB (Red+Green+Blue) = 49+28+32=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C20 is #CEE3DF. Grayscale: #222222. Windows color (decimal): -13558752 or 2104369. OLE color: 2104369.

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

Color convert

RGB492832-
CMYK00.430.350.81
HSL348.57º27.27%15.1%-
HSV(B)348.57º42.86%19.22%-
XYZ1.941.591.57-
YUV34.74126.46138.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.95%
GREEN value IS 28 (11.33% from 255) = 25.69%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=44.95%
G=25.69%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49283200.430.350.81348.5727.2715.1
Hex311C2002B235115d1bf
Octal613440053431215353317
Binary1100011110010000001010111000111010001101011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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