Shades of Temptress #31121E
Tints of Temptress #31121E
RGB
CMYK
RGB Variations
Color information
#31121E (or 0x31121E) is known color: Temptress. HEX triplet: 31, 12 and 1E. RGB value is (49,18,30). Sum of RGB (Red+Green+Blue) = 49+18+30=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #31121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31121E is #CEEDE1. Grayscale: #1C1C1C. Windows color (decimal): -13561314 or 1970737. OLE color: 1970737.
HSL color Cylindrical-coordinate representation of color #31121E: hue angle of 336.77º 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 #31121E is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 30 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.81 |
| HSL | 336.77º | 0.46% | 0.13% | - |
| HSV(B) | 336.77º | 0.63% | 0.19% | - |
| XYZ | 1.72 | 1.18 | 1.37 | - |
| YUV | 28.64 | 128.77 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 30 | 0 | 0.63 | 0.39 | 0.81 | 336.77 | 0.46 | 0.13 |
| Hex | 31 | 12 | 1E | 0 | 3F | 27 | 51 | 151 | 2E | D |
| Octal | 61 | 22 | 36 | 0 | 77 | 47 | 121 | 521 | 56 | 15 |
| Binary | 110001 | 10010 | 11110 | 0 | 111111 | 100111 | 1010001 | 101010001 | 101110 | 1101 |
Color Harmonies of #31121E
Complementary color
Monochromatic Colors of #31121E
Black with #31121E
Text Example
Text Example
White with #31121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31121E; }
p { color: rgb(49,18,30); }
H1.HeaderClassName
{
color: #31121E;
}
.AnyTagClassName
{
color: #31121E;
}
</style>
background-color css
<style>
a { background-color: #31121E; }
a { background-color: rgb(49,18,30); }
div.DivClassName
{
background-color: #31121E;
}
.BgClassName
{
background-color: #31121E;
}
</style>
border-color css
<style>
span { border-color: #31121E; }
span { border-color: rgb(49,18,30); }
td.TdClassName
{
border-color: #31121E;
}
.TagClassName
{
border-color: #31121E;
}
</style>