Shades of Temptress #3C1E24
Tints of Temptress #3C1E24
RGB
CMYK
RGB Variations
Color information
#3C1E24 (or 0x3C1E24) is known color: Temptress. HEX triplet: 3C, 1E and 24. RGB value is (60,30,36). Sum of RGB (Red+Green+Blue) = 60+30+36=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C1E24 is #C3E1DB. Grayscale: #272727. Windows color (decimal): -12837340 or 2367036. OLE color: 2367036.
HSL color Cylindrical-coordinate representation of color #3C1E24: hue angle of 348º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C1E24 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 30 | 36 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.76 |
| HSL | 348º | 0.33% | 0.18% | - |
| HSV(B) | 348º | 0.5% | 0.24% | - |
| XYZ | 2.65 | 2.02 | 1.92 | - |
| YUV | 39.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 30 | 36 | 0 | 0.50 | 0.40 | 0.76 | 348 | 0.33 | 0.18 |
| Hex | 3C | 1E | 24 | 0 | 32 | 28 | 4C | 15C | 21 | 12 |
| Octal | 74 | 36 | 44 | 0 | 62 | 50 | 114 | 534 | 41 | 22 |
| Binary | 111100 | 11110 | 100100 | 0 | 110010 | 101000 | 1001100 | 101011100 | 100001 | 10010 |
Color Harmonies of #3C1E24
Complementary color
Monochromatic Colors of #3C1E24
Black with #3C1E24
Text Example
Text Example
White with #3C1E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C1E24; }
p { color: rgb(60,30,36); }
H1.HeaderClassName
{
color: #3C1E24;
}
.AnyTagClassName
{
color: #3C1E24;
}
</style>
background-color css
<style>
a { background-color: #3C1E24; }
a { background-color: rgb(60,30,36); }
div.DivClassName
{
background-color: #3C1E24;
}
.BgClassName
{
background-color: #3C1E24;
}
</style>
border-color css
<style>
span { border-color: #3C1E24; }
span { border-color: rgb(60,30,36); }
td.TdClassName
{
border-color: #3C1E24;
}
.TagClassName
{
border-color: #3C1E24;
}
</style>