#321B21

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

Shades of Temptress #321B21

Tints of Temptress #321B21

Color information

#321B21 (or 0x321B21) is unknown color: approx Temptress. HEX triplet: 32, 1B and 21. RGB value is (50,27,33). Sum of RGB (Red+Green+Blue) = 50+27+33=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #321B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321B21 is #CDE4DE. Grayscale: #222222. Windows color (decimal): -13493471 or 2169650. OLE color: 2169650.

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

Color convert

RGB502733-
CMYK00.460.340.80
HSL344.35º29.87%15.1%-
HSV(B)344.35º46%19.61%-
XYZ1.981.571.64-
YUV34.56127.12139.01-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 27 (10.94% from 255) = 24.55%
BLUE value IS 33 (13.28% from 255) = 30%
R=45.45%
G=24.55%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50273300.460.340.80344.3529.8715.1
Hex321B2102E22501581ef
Octal623341056421205303617
Binary1100101101110000101011101000101010000101011000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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