Shades of Temptress #2E181F
Tints of Temptress #2E181F
RGB
CMYK
RGB Variations
Color information
#2E181F (or 0x2E181F) is known color: Temptress. HEX triplet: 2E, 18 and 1F. RGB value is (46,24,31). Sum of RGB (Red+Green+Blue) = 46+24+31=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E181F is #D1E7E0. Grayscale: #1F1F1F. Windows color (decimal): -13756385 or 2037806. OLE color: 2037806.
HSL color Cylindrical-coordinate representation of color #2E181F: hue angle of 340.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E181F is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 24 | 31 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.82 |
| HSL | 340.91º | 0.31% | 0.14% | - |
| HSV(B) | 340.91º | 0.48% | 0.18% | - |
| XYZ | 1.7 | 1.33 | 1.46 | - |
| YUV | 31.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 24 | 31 | 0 | 0.48 | 0.33 | 0.82 | 340.91 | 0.31 | 0.14 |
| Hex | 2E | 18 | 1F | 0 | 30 | 21 | 52 | 155 | 1F | E |
| Octal | 56 | 30 | 37 | 0 | 60 | 41 | 122 | 525 | 37 | 16 |
| Binary | 101110 | 11000 | 11111 | 0 | 110000 | 100001 | 1010010 | 101010101 | 11111 | 1110 |
Color Harmonies of #2E181F
Complementary color
Monochromatic Colors of #2E181F
Black with #2E181F
Text Example
Text Example
White with #2E181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E181F; }
p { color: rgb(46,24,31); }
H1.HeaderClassName
{
color: #2E181F;
}
.AnyTagClassName
{
color: #2E181F;
}
</style>
background-color css
<style>
a { background-color: #2E181F; }
a { background-color: rgb(46,24,31); }
div.DivClassName
{
background-color: #2E181F;
}
.BgClassName
{
background-color: #2E181F;
}
</style>
border-color css
<style>
span { border-color: #2E181F; }
span { border-color: rgb(46,24,31); }
td.TdClassName
{
border-color: #2E181F;
}
.TagClassName
{
border-color: #2E181F;
}
</style>