Shades of Temptress #311D24
Tints of Temptress #311D24
RGB
CMYK
RGB Variations
Color information
#311D24 (or 0x311D24) is known color: Temptress. HEX triplet: 31, 1D and 24. RGB value is (49,29,36). Sum of RGB (Red+Green+Blue) = 49+29+36=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311D24 is #CEE2DB. Grayscale: #232323. Windows color (decimal): -13558492 or 2366769. OLE color: 2366769.
HSL color Cylindrical-coordinate representation of color #311D24: hue angle of 339º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #311D24 is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 29 | 36 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.81 |
| HSL | 339º | 0.26% | 0.15% | - |
| HSV(B) | 339º | 0.41% | 0.19% | - |
| XYZ | 2.02 | 1.66 | 1.88 | - |
| YUV | 35.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 29 | 36 | 0 | 0.41 | 0.27 | 0.81 | 339 | 0.26 | 0.15 |
| Hex | 31 | 1D | 24 | 0 | 29 | 1B | 51 | 153 | 1A | F |
| Octal | 61 | 35 | 44 | 0 | 51 | 33 | 121 | 523 | 32 | 17 |
| Binary | 110001 | 11101 | 100100 | 0 | 101001 | 11011 | 1010001 | 101010011 | 11010 | 1111 |
Color Harmonies of #311D24
Complementary color
Monochromatic Colors of #311D24
Black with #311D24
Text Example
Text Example
White with #311D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311D24; }
p { color: rgb(49,29,36); }
H1.HeaderClassName
{
color: #311D24;
}
.AnyTagClassName
{
color: #311D24;
}
</style>
background-color css
<style>
a { background-color: #311D24; }
a { background-color: rgb(49,29,36); }
div.DivClassName
{
background-color: #311D24;
}
.BgClassName
{
background-color: #311D24;
}
</style>
border-color css
<style>
span { border-color: #311D24; }
span { border-color: rgb(49,29,36); }
td.TdClassName
{
border-color: #311D24;
}
.TagClassName
{
border-color: #311D24;
}
</style>