#321B20

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

Shades of Temptress #321B20

Tints of Temptress #321B20

Color information

#321B20 (or 0x321B20) is unknown color: approx Temptress. HEX triplet: 32, 1B and 20. RGB value is (50,27,32). Sum of RGB (Red+Green+Blue) = 50+27+32=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 27 (10.94% from 255 or 24.77% from 109); Blue value is 32 (12.89% from 255 or 29.36% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #321B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B20 is #CDE4DF. Grayscale: #222222. Windows color (decimal): -13493472 or 2104114. OLE color: 2104114.

HSL color Cylindrical-coordinate representation of color #321B20: hue angle of 346.96º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #321B20 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB502732-
CMYK00.460.360.80
HSL346.96º29.87%15.1%-
HSV(B)346.96º46%19.61%-
XYZ1.971.571.57-
YUV34.45126.62139.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 27 (10.94% from 255) = 24.77%
BLUE value IS 32 (12.89% from 255) = 29.36%
R=45.87%
G=24.77%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50273200.460.360.80346.9629.8715.1
Hex321B2002E245015b1ef
Octal623340056441205333617
Binary1100101101110000001011101001001010000101011011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321B20; }

 p { color: rgb(50,27,32); }

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

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

 a { background-color: rgb(50,27,32); }

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

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

 span { border-color: rgb(50,27,32); }

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