#311820

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

Shades of Temptress #311820

Tints of Temptress #311820

Color information

#311820 (or 0x311820) is unknown color: approx Temptress. HEX triplet: 31, 18 and 20. RGB value is (49,24,32). Sum of RGB (Red+Green+Blue) = 49+24+32=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311820 is #CEE7DF. Grayscale: #202020. Windows color (decimal): -13559776 or 2103345. OLE color: 2103345.

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

Color convert

RGB492432-
CMYK00.510.350.81
HSL340.8º34.25%14.31%-
HSV(B)340.8º51.02%19.22%-
XYZ1.851.411.54-
YUV32.39127.78139.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 32 (12.89% from 255) = 30.48%
R=46.67%
G=22.86%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49243200.510.350.81340.834.2514.31
Hex311820033235115522e
Octal613040063431215254216
Binary11000111000100000011001110001110100011010101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311820; }

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

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

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

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

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

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

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

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