Shades of Temptress #311E24
Tints of Temptress #311E24
RGB
CMYK
RGB Variations
Color information
#311E24 (or 0x311E24) is known color: Temptress. HEX triplet: 31, 1E and 24. RGB value is (49,30,36). Sum of RGB (Red+Green+Blue) = 49+30+36=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E24 is #CEE1DB. Grayscale: #242424. Windows color (decimal): -13558236 or 2367025. OLE color: 2367025.
HSL color Cylindrical-coordinate representation of color #311E24: hue angle of 341.05º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E24 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 36 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.81 |
| HSL | 341.05º | 0.24% | 0.15% | - |
| HSV(B) | 341.05º | 0.39% | 0.19% | - |
| XYZ | 2.05 | 1.71 | 1.89 | - |
| YUV | 36.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 36 | 0 | 0.39 | 0.27 | 0.81 | 341.05 | 0.24 | 0.15 |
| Hex | 31 | 1E | 24 | 0 | 27 | 1B | 51 | 155 | 18 | F |
| Octal | 61 | 36 | 44 | 0 | 47 | 33 | 121 | 525 | 30 | 17 |
| Binary | 110001 | 11110 | 100100 | 0 | 100111 | 11011 | 1010001 | 101010101 | 11000 | 1111 |
Color Harmonies of #311E24
Complementary color
Monochromatic Colors of #311E24
Black with #311E24
Text Example
Text Example
White with #311E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E24; }
p { color: rgb(49,30,36); }
H1.HeaderClassName
{
color: #311E24;
}
.AnyTagClassName
{
color: #311E24;
}
</style>
background-color css
<style>
a { background-color: #311E24; }
a { background-color: rgb(49,30,36); }
div.DivClassName
{
background-color: #311E24;
}
.BgClassName
{
background-color: #311E24;
}
</style>
border-color css
<style>
span { border-color: #311E24; }
span { border-color: rgb(49,30,36); }
td.TdClassName
{
border-color: #311E24;
}
.TagClassName
{
border-color: #311E24;
}
</style>