Shades of Temptress #3A242A
Tints of Temptress #3A242A
RGB
CMYK
RGB Variations
Color information
#3A242A (or 0x3A242A) is known color: Temptress. HEX triplet: 3A, 24 and 2A. RGB value is (58,36,42). Sum of RGB (Red+Green+Blue) = 58+36+42=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 58 - color contains mainly: red. Hex color #3A242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A242A is #C5DBD5. Grayscale: #2B2B2B. Windows color (decimal): -12966870 or 2761786. OLE color: 2761786.
HSL color Cylindrical-coordinate representation of color #3A242A: hue angle of 343.64º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A242A is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 36 | 42 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.77 |
| HSL | 343.64º | 0.23% | 0.18% | - |
| HSV(B) | 343.64º | 0.38% | 0.23% | - |
| XYZ | 2.79 | 2.33 | 2.49 | - |
| YUV | 43.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 36 | 42 | 0 | 0.38 | 0.28 | 0.77 | 343.64 | 0.23 | 0.18 |
| Hex | 3A | 24 | 2A | 0 | 26 | 1C | 4D | 158 | 17 | 12 |
| Octal | 72 | 44 | 52 | 0 | 46 | 34 | 115 | 530 | 27 | 22 |
| Binary | 111010 | 100100 | 101010 | 0 | 100110 | 11100 | 1001101 | 101011000 | 10111 | 10010 |
Color Harmonies of #3A242A
Complementary color
Monochromatic Colors of #3A242A
Black with #3A242A
Text Example
Text Example
White with #3A242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A242A; }
p { color: rgb(58,36,42); }
H1.HeaderClassName
{
color: #3A242A;
}
.AnyTagClassName
{
color: #3A242A;
}
</style>
background-color css
<style>
a { background-color: #3A242A; }
a { background-color: rgb(58,36,42); }
div.DivClassName
{
background-color: #3A242A;
}
.BgClassName
{
background-color: #3A242A;
}
</style>
border-color css
<style>
span { border-color: #3A242A; }
span { border-color: rgb(58,36,42); }
td.TdClassName
{
border-color: #3A242A;
}
.TagClassName
{
border-color: #3A242A;
}
</style>