Shades of Temptress #31191E
Tints of Temptress #31191E
RGB
CMYK
RGB Variations
Color information
#31191E (or 0x31191E) is known color: Temptress. HEX triplet: 31, 19 and 1E. RGB value is (49,25,30). Sum of RGB (Red+Green+Blue) = 49+25+30=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 25 (10.16% from 255 or 24.04% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #31191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31191E is #CEE6E1. Grayscale: #202020. Windows color (decimal): -13559522 or 1972529. OLE color: 1972529.
HSL color Cylindrical-coordinate representation of color #31191E: hue angle of 347.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31191E is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 30 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.81 |
| HSL | 347.5º | 0.32% | 0.15% | - |
| HSV(B) | 347.5º | 0.49% | 0.19% | - |
| XYZ | 1.85 | 1.44 | 1.41 | - |
| YUV | 32.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 30 | 0 | 0.49 | 0.39 | 0.81 | 347.5 | 0.32 | 0.15 |
| Hex | 31 | 19 | 1E | 0 | 31 | 27 | 51 | 15C | 20 | F |
| Octal | 61 | 31 | 36 | 0 | 61 | 47 | 121 | 534 | 40 | 17 |
| Binary | 110001 | 11001 | 11110 | 0 | 110001 | 100111 | 1010001 | 101011100 | 100000 | 1111 |
Color Harmonies of #31191E
Complementary color
Monochromatic Colors of #31191E
Black with #31191E
Text Example
Text Example
White with #31191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31191E; }
p { color: rgb(49,25,30); }
H1.HeaderClassName
{
color: #31191E;
}
.AnyTagClassName
{
color: #31191E;
}
</style>
background-color css
<style>
a { background-color: #31191E; }
a { background-color: rgb(49,25,30); }
div.DivClassName
{
background-color: #31191E;
}
.BgClassName
{
background-color: #31191E;
}
</style>
border-color css
<style>
span { border-color: #31191E; }
span { border-color: rgb(49,25,30); }
td.TdClassName
{
border-color: #31191E;
}
.TagClassName
{
border-color: #31191E;
}
</style>