#311920

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

Shades of Temptress #311920

Tints of Temptress #311920

Color information

#311920 (or 0x311920) is unknown color: approx Temptress. HEX triplet: 31, 19 and 20. RGB value is (49,25,32). Sum of RGB (Red+Green+Blue) = 49+25+32=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311920 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311920 is #CEE6DF. Grayscale: #202020. Windows color (decimal): -13559520 or 2103601. OLE color: 2103601.

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

Color convert

RGB492532-
CMYK00.490.350.81
HSL342.5º32.43%14.51%-
HSV(B)342.5º48.98%19.22%-
XYZ1.871.451.55-
YUV32.97127.45139.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=46.23%
G=23.58%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49253200.490.350.81342.532.4314.51
Hex311920031235115620f
Octal613140061431215264017
Binary11000111001100000011000110001110100011010101101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311920; }

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

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

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

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

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

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

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

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