Shades of Temptress #321E23
Tints of Temptress #321E23
RGB
CMYK
RGB Variations
Color information
#321E23 (or 0x321E23) is known color: Temptress. HEX triplet: 32, 1E and 23. RGB value is (50,30,35). Sum of RGB (Red+Green+Blue) = 50+30+35=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321E23 is #CDE1DC. Grayscale: #242424. Windows color (decimal): -13492701 or 2301490. OLE color: 2301490.
HSL color Cylindrical-coordinate representation of color #321E23: hue angle of 345º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321E23 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 50 | 30 | 35 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.80 |
| HSL | 345º | 0.25% | 0.16% | - |
| HSV(B) | 345º | 0.4% | 0.2% | - |
| XYZ | 2.08 | 1.73 | 1.81 | - |
| YUV | 36.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 30 | 35 | 0 | 0.40 | 0.30 | 0.80 | 345 | 0.25 | 0.16 |
| Hex | 32 | 1E | 23 | 0 | 28 | 1E | 50 | 159 | 19 | 10 |
| Octal | 62 | 36 | 43 | 0 | 50 | 36 | 120 | 531 | 31 | 20 |
| Binary | 110010 | 11110 | 100011 | 0 | 101000 | 11110 | 1010000 | 101011001 | 11001 | 10000 |
Color Harmonies of #321E23
Complementary color
Monochromatic Colors of #321E23
Black with #321E23
Text Example
Text Example
White with #321E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321E23; }
p { color: rgb(50,30,35); }
H1.HeaderClassName
{
color: #321E23;
}
.AnyTagClassName
{
color: #321E23;
}
</style>
background-color css
<style>
a { background-color: #321E23; }
a { background-color: rgb(50,30,35); }
div.DivClassName
{
background-color: #321E23;
}
.BgClassName
{
background-color: #321E23;
}
</style>
border-color css
<style>
span { border-color: #321E23; }
span { border-color: rgb(50,30,35); }
td.TdClassName
{
border-color: #321E23;
}
.TagClassName
{
border-color: #321E23;
}
</style>