Shades of Temptress #31121D
Tints of Temptress #31121D
RGB
CMYK
RGB Variations
Color information
#31121D (or 0x31121D) is known color: Temptress. HEX triplet: 31, 12 and 1D. RGB value is (49,18,29). Sum of RGB (Red+Green+Blue) = 49+18+29=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31121D is #CEEDE2. Grayscale: #1C1C1C. Windows color (decimal): -13561315 or 1905201. OLE color: 1905201.
HSL color Cylindrical-coordinate representation of color #31121D: hue angle of 338.71º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31121D is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 29 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.81 |
| HSL | 338.71º | 0.46% | 0.13% | - |
| HSV(B) | 338.71º | 0.63% | 0.19% | - |
| XYZ | 1.7 | 1.17 | 1.3 | - |
| YUV | 28.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 29 | 0 | 0.63 | 0.41 | 0.81 | 338.71 | 0.46 | 0.13 |
| Hex | 31 | 12 | 1D | 0 | 3F | 29 | 51 | 153 | 2E | D |
| Octal | 61 | 22 | 35 | 0 | 77 | 51 | 121 | 523 | 56 | 15 |
| Binary | 110001 | 10010 | 11101 | 0 | 111111 | 101001 | 1010001 | 101010011 | 101110 | 1101 |
Color Harmonies of #31121D
Complementary color
Monochromatic Colors of #31121D
Black with #31121D
Text Example
Text Example
White with #31121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31121D; }
p { color: rgb(49,18,29); }
H1.HeaderClassName
{
color: #31121D;
}
.AnyTagClassName
{
color: #31121D;
}
</style>
background-color css
<style>
a { background-color: #31121D; }
a { background-color: rgb(49,18,29); }
div.DivClassName
{
background-color: #31121D;
}
.BgClassName
{
background-color: #31121D;
}
</style>
border-color css
<style>
span { border-color: #31121D; }
span { border-color: rgb(49,18,29); }
td.TdClassName
{
border-color: #31121D;
}
.TagClassName
{
border-color: #31121D;
}
</style>