#321C24

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

Shades of Temptress #321C24

Tints of Temptress #321C24

Color information

#321C24 (or 0x321C24) is unknown color: approx Temptress. HEX triplet: 32, 1C and 24. RGB value is (50,28,36). Sum of RGB (Red+Green+Blue) = 50+28+36=114 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.86% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 50 - color contains mainly: red. Hex color #321C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C24 is #CDE3DB. Grayscale: #232323. Windows color (decimal): -13493212 or 2366514. OLE color: 2366514.

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

Color convert

RGB502836-
CMYK00.440.280.80
HSL338.18º28.21%15.29%-
HSV(B)338.18º44%19.61%-
XYZ2.051.641.88-
YUV35.49128.29138.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.86%
GREEN value IS 28 (11.33% from 255) = 24.56%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=43.86%
G=24.56%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50283600.440.280.80338.1828.2115.29
Hex321C2402C1C501521cf
Octal623444054341205223417
Binary110010111001001000101100111001010000101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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