Shades of Temptress #3A1F24
Tints of Temptress #3A1F24
RGB
CMYK
RGB Variations
Color information
#3A1F24 (or 0x3A1F24) is known color: Temptress. HEX triplet: 3A, 1F and 24. RGB value is (58,31,36). Sum of RGB (Red+Green+Blue) = 58+31+36=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 36 (14.45% from 255 or 28.8% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1F24 is #C5E0DB. Grayscale: #272727. Windows color (decimal): -12968156 or 2367290. OLE color: 2367290.
HSL color Cylindrical-coordinate representation of color #3A1F24: hue angle of 348.89º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A1F24 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 31 | 36 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.77 |
| HSL | 348.89º | 0.3% | 0.17% | - |
| HSV(B) | 348.89º | 0.47% | 0.23% | - |
| XYZ | 2.55 | 2.01 | 1.92 | - |
| YUV | 39.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 31 | 36 | 0 | 0.47 | 0.38 | 0.77 | 348.89 | 0.3 | 0.17 |
| Hex | 3A | 1F | 24 | 0 | 2F | 26 | 4D | 15D | 1E | 11 |
| Octal | 72 | 37 | 44 | 0 | 57 | 46 | 115 | 535 | 36 | 21 |
| Binary | 111010 | 11111 | 100100 | 0 | 101111 | 100110 | 1001101 | 101011101 | 11110 | 10001 |
Color Harmonies of #3A1F24
Complementary color
Monochromatic Colors of #3A1F24
Black with #3A1F24
Text Example
Text Example
White with #3A1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1F24; }
p { color: rgb(58,31,36); }
H1.HeaderClassName
{
color: #3A1F24;
}
.AnyTagClassName
{
color: #3A1F24;
}
</style>
background-color css
<style>
a { background-color: #3A1F24; }
a { background-color: rgb(58,31,36); }
div.DivClassName
{
background-color: #3A1F24;
}
.BgClassName
{
background-color: #3A1F24;
}
</style>
border-color css
<style>
span { border-color: #3A1F24; }
span { border-color: rgb(58,31,36); }
td.TdClassName
{
border-color: #3A1F24;
}
.TagClassName
{
border-color: #3A1F24;
}
</style>