Shades of Temptress #31131D
Tints of Temptress #31131D
RGB
CMYK
RGB Variations
Color information
#31131D (or 0x31131D) is known color: Temptress. HEX triplet: 31, 13 and 1D. RGB value is (49,19,29). Sum of RGB (Red+Green+Blue) = 49+19+29=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31131D is #CEECE2. Grayscale: #1D1D1D. Windows color (decimal): -13561059 or 1905457. OLE color: 1905457.
HSL color Cylindrical-coordinate representation of color #31131D: hue angle of 340º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31131D is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 19 | 29 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.81 |
| HSL | 340º | 0.44% | 0.13% | - |
| HSV(B) | 340º | 0.61% | 0.19% | - |
| XYZ | 1.72 | 1.21 | 1.3 | - |
| YUV | 29.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 19 | 29 | 0 | 0.61 | 0.41 | 0.81 | 340 | 0.44 | 0.13 |
| Hex | 31 | 13 | 1D | 0 | 3D | 29 | 51 | 154 | 2C | D |
| Octal | 61 | 23 | 35 | 0 | 75 | 51 | 121 | 524 | 54 | 15 |
| Binary | 110001 | 10011 | 11101 | 0 | 111101 | 101001 | 1010001 | 101010100 | 101100 | 1101 |
Color Harmonies of #31131D
Complementary color
Monochromatic Colors of #31131D
Black with #31131D
Text Example
Text Example
White with #31131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31131D; }
p { color: rgb(49,19,29); }
H1.HeaderClassName
{
color: #31131D;
}
.AnyTagClassName
{
color: #31131D;
}
</style>
background-color css
<style>
a { background-color: #31131D; }
a { background-color: rgb(49,19,29); }
div.DivClassName
{
background-color: #31131D;
}
.BgClassName
{
background-color: #31131D;
}
</style>
border-color css
<style>
span { border-color: #31131D; }
span { border-color: rgb(49,19,29); }
td.TdClassName
{
border-color: #31131D;
}
.TagClassName
{
border-color: #31131D;
}
</style>