Shades of Temptress #2E131C
Tints of Temptress #2E131C
RGB
CMYK
RGB Variations
Color information
#2E131C (or 0x2E131C) is known color: Temptress. HEX triplet: 2E, 13 and 1C. RGB value is (46,19,28). Sum of RGB (Red+Green+Blue) = 46+19+28=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E131C is #D1ECE3. Grayscale: #1C1C1C. Windows color (decimal): -13757668 or 1839918. OLE color: 1839918.
HSL color Cylindrical-coordinate representation of color #2E131C: hue angle of 340º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E131C is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 28 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.82 |
| HSL | 340º | 0.42% | 0.13% | - |
| HSV(B) | 340º | 0.59% | 0.18% | - |
| XYZ | 1.57 | 1.13 | 1.23 | - |
| YUV | 28.1 | 127.95 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 28 | 0 | 0.59 | 0.39 | 0.82 | 340 | 0.42 | 0.13 |
| Hex | 2E | 13 | 1C | 0 | 3B | 27 | 52 | 154 | 2A | D |
| Octal | 56 | 23 | 34 | 0 | 73 | 47 | 122 | 524 | 52 | 15 |
| Binary | 101110 | 10011 | 11100 | 0 | 111011 | 100111 | 1010010 | 101010100 | 101010 | 1101 |
Color Harmonies of #2E131C
Complementary color
Monochromatic Colors of #2E131C
Black with #2E131C
Text Example
Text Example
White with #2E131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E131C; }
p { color: rgb(46,19,28); }
H1.HeaderClassName
{
color: #2E131C;
}
.AnyTagClassName
{
color: #2E131C;
}
</style>
background-color css
<style>
a { background-color: #2E131C; }
a { background-color: rgb(46,19,28); }
div.DivClassName
{
background-color: #2E131C;
}
.BgClassName
{
background-color: #2E131C;
}
</style>
border-color css
<style>
span { border-color: #2E131C; }
span { border-color: rgb(46,19,28); }
td.TdClassName
{
border-color: #2E131C;
}
.TagClassName
{
border-color: #2E131C;
}
</style>