Shades of Temptress #2E111C
Tints of Temptress #2E111C
RGB
CMYK
RGB Variations
Color information
#2E111C (or 0x2E111C) is known color: Temptress. HEX triplet: 2E, 11 and 1C. RGB value is (46,17,28). Sum of RGB (Red+Green+Blue) = 46+17+28=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 17 (7.03% from 255 or 18.68% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E111C is #D1EEE3. Grayscale: #1A1A1A. Windows color (decimal): -13758180 or 1839406. OLE color: 1839406.
HSL color Cylindrical-coordinate representation of color #2E111C: hue angle of 337.24º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E111C is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 28 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.82 |
| HSL | 337.24º | 0.46% | 0.12% | - |
| HSV(B) | 337.24º | 0.63% | 0.18% | - |
| XYZ | 1.54 | 1.07 | 1.22 | - |
| YUV | 26.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 28 | 0 | 0.63 | 0.39 | 0.82 | 337.24 | 0.46 | 0.12 |
| Hex | 2E | 11 | 1C | 0 | 3F | 27 | 52 | 151 | 2E | C |
| Octal | 56 | 21 | 34 | 0 | 77 | 47 | 122 | 521 | 56 | 14 |
| Binary | 101110 | 10001 | 11100 | 0 | 111111 | 100111 | 1010010 | 101010001 | 101110 | 1100 |
Color Harmonies of #2E111C
Complementary color
Monochromatic Colors of #2E111C
Black with #2E111C
Text Example
Text Example
White with #2E111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E111C; }
p { color: rgb(46,17,28); }
H1.HeaderClassName
{
color: #2E111C;
}
.AnyTagClassName
{
color: #2E111C;
}
</style>
background-color css
<style>
a { background-color: #2E111C; }
a { background-color: rgb(46,17,28); }
div.DivClassName
{
background-color: #2E111C;
}
.BgClassName
{
background-color: #2E111C;
}
</style>
border-color css
<style>
span { border-color: #2E111C; }
span { border-color: rgb(46,17,28); }
td.TdClassName
{
border-color: #2E111C;
}
.TagClassName
{
border-color: #2E111C;
}
</style>