#321B24

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

Shades of Temptress #321B24

Tints of Temptress #321B24

Color information

#321B24 (or 0x321B24) is unknown color: approx Temptress. HEX triplet: 32, 1B and 24. RGB value is (50,27,36). Sum of RGB (Red+Green+Blue) = 50+27+36=113 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.25% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 50 - color contains mainly: red. Hex color #321B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B24 is #CDE4DB. Grayscale: #222222. Windows color (decimal): -13493468 or 2366258. OLE color: 2366258.

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

Color convert

RGB502736-
CMYK00.460.280.80
HSL336.52º29.87%15.1%-
HSV(B)336.52º46%19.61%-
XYZ2.031.591.87-
YUV34.9128.62138.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.25%
GREEN value IS 27 (10.94% from 255) = 23.89%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=44.25%
G=23.89%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50273600.460.280.80336.5229.8715.1
Hex321B2402E1C501511ef
Octal623344056341205213617
Binary110010110111001000101110111001010000101010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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