#311821

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

Shades of Temptress #311821

Tints of Temptress #311821

Color information

#311821 (or 0x311821) is unknown color: approx Temptress. HEX triplet: 31, 18 and 21. RGB value is (49,24,33). Sum of RGB (Red+Green+Blue) = 49+24+33=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311821 is #CEE7DE. Grayscale: #202020. Windows color (decimal): -13559775 or 2168881. OLE color: 2168881.

HSL color Cylindrical-coordinate representation of color #311821: hue angle of 338.4º 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 #311821 is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB492433-
CMYK00.510.330.81
HSL338.4º34.25%14.31%-
HSV(B)338.4º51.02%19.22%-
XYZ1.871.421.61-
YUV32.5128.28139.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=46.23%
G=22.64%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49243300.510.330.81338.434.2514.31
Hex311821033215115222e
Octal613041063411215224216
Binary11000111000100001011001110000110100011010100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311821; }

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

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

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

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

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

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

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

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