Shades of Temptress #2E151D
Tints of Temptress #2E151D
RGB
CMYK
RGB Variations
Color information
#2E151D (or 0x2E151D) is known color: Temptress. HEX triplet: 2E, 15 and 1D. RGB value is (46,21,29). Sum of RGB (Red+Green+Blue) = 46+21+29=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 21 (8.59% from 255 or 21.88% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E151D is #D1EAE2. Grayscale: #1D1D1D. Windows color (decimal): -13757155 or 1905966. OLE color: 1905966.
HSL color Cylindrical-coordinate representation of color #2E151D: hue angle of 340.8º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E151D is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 21 | 29 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.82 |
| HSL | 340.8º | 0.37% | 0.13% | - |
| HSV(B) | 340.8º | 0.54% | 0.18% | - |
| XYZ | 1.62 | 1.21 | 1.31 | - |
| YUV | 29.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 21 | 29 | 0 | 0.54 | 0.37 | 0.82 | 340.8 | 0.37 | 0.13 |
| Hex | 2E | 15 | 1D | 0 | 36 | 25 | 52 | 155 | 25 | D |
| Octal | 56 | 25 | 35 | 0 | 66 | 45 | 122 | 525 | 45 | 15 |
| Binary | 101110 | 10101 | 11101 | 0 | 110110 | 100101 | 1010010 | 101010101 | 100101 | 1101 |
Color Harmonies of #2E151D
Complementary color
Monochromatic Colors of #2E151D
Black with #2E151D
Text Example
Text Example
White with #2E151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E151D; }
p { color: rgb(46,21,29); }
H1.HeaderClassName
{
color: #2E151D;
}
.AnyTagClassName
{
color: #2E151D;
}
</style>
background-color css
<style>
a { background-color: #2E151D; }
a { background-color: rgb(46,21,29); }
div.DivClassName
{
background-color: #2E151D;
}
.BgClassName
{
background-color: #2E151D;
}
</style>
border-color css
<style>
span { border-color: #2E151D; }
span { border-color: rgb(46,21,29); }
td.TdClassName
{
border-color: #2E151D;
}
.TagClassName
{
border-color: #2E151D;
}
</style>