Shades of Temptress #2E141C
Tints of Temptress #2E141C
RGB
CMYK
RGB Variations
Color information
#2E141C (or 0x2E141C) is known color: Temptress. HEX triplet: 2E, 14 and 1C. RGB value is (46,20,28). Sum of RGB (Red+Green+Blue) = 46+20+28=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E141C is #D1EBE3. Grayscale: #1C1C1C. Windows color (decimal): -13757412 or 1840174. OLE color: 1840174.
HSL color Cylindrical-coordinate representation of color #2E141C: hue angle of 341.54º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E141C is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 28 | - |
| CMYK | 0 | 0.57 | 0.39 | 0.82 |
| HSL | 341.54º | 0.39% | 0.13% | - |
| HSV(B) | 341.54º | 0.57% | 0.18% | - |
| XYZ | 1.59 | 1.16 | 1.24 | - |
| YUV | 28.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 28 | 0 | 0.57 | 0.39 | 0.82 | 341.54 | 0.39 | 0.13 |
| Hex | 2E | 14 | 1C | 0 | 39 | 27 | 52 | 156 | 27 | D |
| Octal | 56 | 24 | 34 | 0 | 71 | 47 | 122 | 526 | 47 | 15 |
| Binary | 101110 | 10100 | 11100 | 0 | 111001 | 100111 | 1010010 | 101010110 | 100111 | 1101 |
Color Harmonies of #2E141C
Complementary color
Monochromatic Colors of #2E141C
Black with #2E141C
Text Example
Text Example
White with #2E141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E141C; }
p { color: rgb(46,20,28); }
H1.HeaderClassName
{
color: #2E141C;
}
.AnyTagClassName
{
color: #2E141C;
}
</style>
background-color css
<style>
a { background-color: #2E141C; }
a { background-color: rgb(46,20,28); }
div.DivClassName
{
background-color: #2E141C;
}
.BgClassName
{
background-color: #2E141C;
}
</style>
border-color css
<style>
span { border-color: #2E141C; }
span { border-color: rgb(46,20,28); }
td.TdClassName
{
border-color: #2E141C;
}
.TagClassName
{
border-color: #2E141C;
}
</style>