Shades of Temptress #311A1F
Tints of Temptress #311A1F
RGB
CMYK
RGB Variations
Color information
#311A1F (or 0x311A1F) is known color: Temptress. HEX triplet: 31, 1A and 1F. RGB value is (49,26,31). Sum of RGB (Red+Green+Blue) = 49+26+31=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311A1F is #CEE5E0. Grayscale: #212121. Windows color (decimal): -13559265 or 2038321. OLE color: 2038321.
HSL color Cylindrical-coordinate representation of color #311A1F: hue angle of 346.96º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #311A1F is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 26 | 31 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.81 |
| HSL | 346.96º | 0.31% | 0.15% | - |
| HSV(B) | 346.96º | 0.47% | 0.19% | - |
| XYZ | 1.88 | 1.49 | 1.48 | - |
| YUV | 33.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 26 | 31 | 0 | 0.47 | 0.37 | 0.81 | 346.96 | 0.31 | 0.15 |
| Hex | 31 | 1A | 1F | 0 | 2F | 25 | 51 | 15B | 1F | F |
| Octal | 61 | 32 | 37 | 0 | 57 | 45 | 121 | 533 | 37 | 17 |
| Binary | 110001 | 11010 | 11111 | 0 | 101111 | 100101 | 1010001 | 101011011 | 11111 | 1111 |
Color Harmonies of #311A1F
Complementary color
Monochromatic Colors of #311A1F
Black with #311A1F
Text Example
Text Example
White with #311A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311A1F; }
p { color: rgb(49,26,31); }
H1.HeaderClassName
{
color: #311A1F;
}
.AnyTagClassName
{
color: #311A1F;
}
</style>
background-color css
<style>
a { background-color: #311A1F; }
a { background-color: rgb(49,26,31); }
div.DivClassName
{
background-color: #311A1F;
}
.BgClassName
{
background-color: #311A1F;
}
</style>
border-color css
<style>
span { border-color: #311A1F; }
span { border-color: rgb(49,26,31); }
td.TdClassName
{
border-color: #311A1F;
}
.TagClassName
{
border-color: #311A1F;
}
</style>