Shades of Temptress #3A191F
Tints of Temptress #3A191F
RGB
CMYK
RGB Variations
Color information
#3A191F (or 0x3A191F) is known color: Temptress. HEX triplet: 3A, 19 and 1F. RGB value is (58,25,31). Sum of RGB (Red+Green+Blue) = 58+25+31=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A191F is #C5E6E0. Grayscale: #232323. Windows color (decimal): -12969697 or 2038074. OLE color: 2038074.
HSL color Cylindrical-coordinate representation of color #3A191F: hue angle of 349.09º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A191F is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 25 | 31 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.77 |
| HSL | 349.09º | 0.4% | 0.16% | - |
| HSV(B) | 349.09º | 0.57% | 0.23% | - |
| XYZ | 2.34 | 1.69 | 1.5 | - |
| YUV | 35.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 25 | 31 | 0 | 0.57 | 0.47 | 0.77 | 349.09 | 0.4 | 0.16 |
| Hex | 3A | 19 | 1F | 0 | 39 | 2F | 4D | 15D | 28 | 10 |
| Octal | 72 | 31 | 37 | 0 | 71 | 57 | 115 | 535 | 50 | 20 |
| Binary | 111010 | 11001 | 11111 | 0 | 111001 | 101111 | 1001101 | 101011101 | 101000 | 10000 |
Color Harmonies of #3A191F
Complementary color
Monochromatic Colors of #3A191F
Black with #3A191F
Text Example
Text Example
White with #3A191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A191F; }
p { color: rgb(58,25,31); }
H1.HeaderClassName
{
color: #3A191F;
}
.AnyTagClassName
{
color: #3A191F;
}
</style>
background-color css
<style>
a { background-color: #3A191F; }
a { background-color: rgb(58,25,31); }
div.DivClassName
{
background-color: #3A191F;
}
.BgClassName
{
background-color: #3A191F;
}
</style>
border-color css
<style>
span { border-color: #3A191F; }
span { border-color: rgb(58,25,31); }
td.TdClassName
{
border-color: #3A191F;
}
.TagClassName
{
border-color: #3A191F;
}
</style>