Shades of Temptress #31181E
Tints of Temptress #31181E
RGB
CMYK
RGB Variations
Color information
#31181E (or 0x31181E) is known color: Temptress. HEX triplet: 31, 18 and 1E. RGB value is (49,24,30). Sum of RGB (Red+Green+Blue) = 49+24+30=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #31181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31181E is #CEE7E1. Grayscale: #202020. Windows color (decimal): -13559778 or 1972273. OLE color: 1972273.
HSL color Cylindrical-coordinate representation of color #31181E: hue angle of 345.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31181E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 30 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.81 |
| HSL | 345.6º | 0.34% | 0.14% | - |
| HSV(B) | 345.6º | 0.51% | 0.19% | - |
| XYZ | 1.83 | 1.4 | 1.4 | - |
| YUV | 32.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 30 | 0 | 0.51 | 0.39 | 0.81 | 345.6 | 0.34 | 0.14 |
| Hex | 31 | 18 | 1E | 0 | 33 | 27 | 51 | 15A | 22 | E |
| Octal | 61 | 30 | 36 | 0 | 63 | 47 | 121 | 532 | 42 | 16 |
| Binary | 110001 | 11000 | 11110 | 0 | 110011 | 100111 | 1010001 | 101011010 | 100010 | 1110 |
Color Harmonies of #31181E
Complementary color
Monochromatic Colors of #31181E
Black with #31181E
Text Example
Text Example
White with #31181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31181E; }
p { color: rgb(49,24,30); }
H1.HeaderClassName
{
color: #31181E;
}
.AnyTagClassName
{
color: #31181E;
}
</style>
background-color css
<style>
a { background-color: #31181E; }
a { background-color: rgb(49,24,30); }
div.DivClassName
{
background-color: #31181E;
}
.BgClassName
{
background-color: #31181E;
}
</style>
border-color css
<style>
span { border-color: #31181E; }
span { border-color: rgb(49,24,30); }
td.TdClassName
{
border-color: #31181E;
}
.TagClassName
{
border-color: #31181E;
}
</style>