Shades of Temptress #3C2329
Tints of Temptress #3C2329
RGB
CMYK
RGB Variations
Color information
#3C2329 (or 0x3C2329) is known color: Temptress. HEX triplet: 3C, 23 and 29. RGB value is (60,35,41). Sum of RGB (Red+Green+Blue) = 60+35+41=136 (18% of max value = 765). Red value is 60 (23.83% from 255 or 44.12% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2329 is #C3DCD6. Grayscale: #2B2B2B. Windows color (decimal): -12836055 or 2695996. OLE color: 2695996.
HSL color Cylindrical-coordinate representation of color #3C2329: hue angle of 345.6º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2329 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 35 | 41 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.76 |
| HSL | 345.6º | 0.26% | 0.19% | - |
| HSV(B) | 345.6º | 0.42% | 0.24% | - |
| XYZ | 2.86 | 2.32 | 2.4 | - |
| YUV | 43.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 41 | 0 | 0.42 | 0.32 | 0.76 | 345.6 | 0.26 | 0.19 |
| Hex | 3C | 23 | 29 | 0 | 2A | 20 | 4C | 15A | 1A | 13 |
| Octal | 74 | 43 | 51 | 0 | 52 | 40 | 114 | 532 | 32 | 23 |
| Binary | 111100 | 100011 | 101001 | 0 | 101010 | 100000 | 1001100 | 101011010 | 11010 | 10011 |
Color Harmonies of #3C2329
Complementary color
Monochromatic Colors of #3C2329
Black with #3C2329
Text Example
Text Example
White with #3C2329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2329; }
p { color: rgb(60,35,41); }
H1.HeaderClassName
{
color: #3C2329;
}
.AnyTagClassName
{
color: #3C2329;
}
</style>
background-color css
<style>
a { background-color: #3C2329; }
a { background-color: rgb(60,35,41); }
div.DivClassName
{
background-color: #3C2329;
}
.BgClassName
{
background-color: #3C2329;
}
</style>
border-color css
<style>
span { border-color: #3C2329; }
span { border-color: rgb(60,35,41); }
td.TdClassName
{
border-color: #3C2329;
}
.TagClassName
{
border-color: #3C2329;
}
</style>