#321D21

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

Shades of Temptress #321D21

Tints of Temptress #321D21

Color information

#321D21 (or 0x321D21) is unknown color: approx Temptress. HEX triplet: 32, 1D and 21. RGB value is (50,29,33). Sum of RGB (Red+Green+Blue) = 50+29+33=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 50 - color contains mainly: red. Hex color #321D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D21 is #CDE2DE. Grayscale: #232323. Windows color (decimal): -13492959 or 2170162. OLE color: 2170162.

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

Color convert

RGB502933-
CMYK00.420.340.80
HSL348.57º26.58%15.49%-
HSV(B)348.57º42%19.61%-
XYZ2.031.671.65-
YUV35.74126.46138.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 33 (13.28% from 255) = 29.46%
R=44.64%
G=25.89%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50293300.420.340.80348.5726.5815.49
Hex321D2102A225015d1bf
Octal623541052421205353317
Binary1100101110110000101010101000101010000101011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,29,33); }

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

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

 a { background-color: rgb(50,29,33); }

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

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

 span { border-color: rgb(50,29,33); }

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