#321D24

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

Shades of Temptress #321D24

Tints of Temptress #321D24

Color information

#321D24 (or 0x321D24) is unknown color: approx Temptress. HEX triplet: 32, 1D and 24. RGB value is (50,29,36). Sum of RGB (Red+Green+Blue) = 50+29+36=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D24 is #CDE2DB. Grayscale: #242424. Windows color (decimal): -13492956 or 2366770. OLE color: 2366770.

HSL color Cylindrical-coordinate representation of color #321D24: hue angle of 340º 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 #321D24 is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB502936-
CMYK00.420.280.80
HSL340º26.58%15.49%-
HSV(B)340º42%19.61%-
XYZ2.071.681.88-
YUV36.08127.96137.93-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=43.48%
G=25.22%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50293600.420.280.8034026.5815.49
Hex321D2402A1C501541bf
Octal623544052341205243317
Binary110010111011001000101010111001010000101010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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