Shades of Temptress #2E171E
Tints of Temptress #2E171E
RGB
CMYK
RGB Variations
Color information
#2E171E (or 0x2E171E) is known color: Temptress. HEX triplet: 2E, 17 and 1E. RGB value is (46,23,30). Sum of RGB (Red+Green+Blue) = 46+23+30=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E171E is #D1E8E1. Grayscale: #1E1E1E. Windows color (decimal): -13756642 or 1972014. OLE color: 1972014.
HSL color Cylindrical-coordinate representation of color #2E171E: hue angle of 341.74º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E171E is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 30 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.82 |
| HSL | 341.74º | 0.33% | 0.14% | - |
| HSV(B) | 341.74º | 0.5% | 0.18% | - |
| XYZ | 1.67 | 1.29 | 1.39 | - |
| YUV | 30.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 30 | 0 | 0.50 | 0.35 | 0.82 | 341.74 | 0.33 | 0.14 |
| Hex | 2E | 17 | 1E | 0 | 32 | 23 | 52 | 156 | 21 | E |
| Octal | 56 | 27 | 36 | 0 | 62 | 43 | 122 | 526 | 41 | 16 |
| Binary | 101110 | 10111 | 11110 | 0 | 110010 | 100011 | 1010010 | 101010110 | 100001 | 1110 |
Color Harmonies of #2E171E
Complementary color
Monochromatic Colors of #2E171E
Black with #2E171E
Text Example
Text Example
White with #2E171E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E171E; }
p { color: rgb(46,23,30); }
H1.HeaderClassName
{
color: #2E171E;
}
.AnyTagClassName
{
color: #2E171E;
}
</style>
background-color css
<style>
a { background-color: #2E171E; }
a { background-color: rgb(46,23,30); }
div.DivClassName
{
background-color: #2E171E;
}
.BgClassName
{
background-color: #2E171E;
}
</style>
border-color css
<style>
span { border-color: #2E171E; }
span { border-color: rgb(46,23,30); }
td.TdClassName
{
border-color: #2E171E;
}
.TagClassName
{
border-color: #2E171E;
}
</style>