#321C23

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

Shades of Temptress #321C23

Tints of Temptress #321C23

Color information

#321C23 (or 0x321C23) is unknown color: approx Temptress. HEX triplet: 32, 1C and 23. RGB value is (50,28,35). Sum of RGB (Red+Green+Blue) = 50+28+35=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 28 (11.33% from 255 or 24.78% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #321C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321C23 is #CDE3DC. Grayscale: #232323. Windows color (decimal): -13493213 or 2300978. OLE color: 2300978.

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

Color convert

RGB502835-
CMYK00.440.300.80
HSL340.91º28.21%15.29%-
HSV(B)340.91º44%19.61%-
XYZ2.031.631.8-
YUV35.38127.79138.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 28 (11.33% from 255) = 24.78%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=44.25%
G=24.78%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50283500.440.300.80340.9128.2115.29
Hex321C2302C1E501551cf
Octal623443054361205253417
Binary110010111001000110101100111101010000101010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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