Shades of Temptress #31121C
Tints of Temptress #31121C
RGB
CMYK
RGB Variations
Color information
#31121C (or 0x31121C) is known color: Temptress. HEX triplet: 31, 12 and 1C. RGB value is (49,18,28). Sum of RGB (Red+Green+Blue) = 49+18+28=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #31121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31121C is #CEEDE3. Grayscale: #1C1C1C. Windows color (decimal): -13561316 or 1839665. OLE color: 1839665.
HSL color Cylindrical-coordinate representation of color #31121C: hue angle of 340.65º 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 #31121C is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 18 | 28 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.81 |
| HSL | 340.65º | 0.46% | 0.13% | - |
| HSV(B) | 340.65º | 0.63% | 0.19% | - |
| XYZ | 1.69 | 1.17 | 1.24 | - |
| YUV | 28.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 28 | 0 | 0.63 | 0.43 | 0.81 | 340.65 | 0.46 | 0.13 |
| Hex | 31 | 12 | 1C | 0 | 3F | 2B | 51 | 155 | 2E | D |
| Octal | 61 | 22 | 34 | 0 | 77 | 53 | 121 | 525 | 56 | 15 |
| Binary | 110001 | 10010 | 11100 | 0 | 111111 | 101011 | 1010001 | 101010101 | 101110 | 1101 |
Color Harmonies of #31121C
Complementary color
Monochromatic Colors of #31121C
Black with #31121C
Text Example
Text Example
White with #31121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31121C; }
p { color: rgb(49,18,28); }
H1.HeaderClassName
{
color: #31121C;
}
.AnyTagClassName
{
color: #31121C;
}
</style>
background-color css
<style>
a { background-color: #31121C; }
a { background-color: rgb(49,18,28); }
div.DivClassName
{
background-color: #31121C;
}
.BgClassName
{
background-color: #31121C;
}
</style>
border-color css
<style>
span { border-color: #31121C; }
span { border-color: rgb(49,18,28); }
td.TdClassName
{
border-color: #31121C;
}
.TagClassName
{
border-color: #31121C;
}
</style>