Shades of Temptress #2E121C
Tints of Temptress #2E121C
RGB
CMYK
RGB Variations
Color information
#2E121C (or 0x2E121C) is known color: Temptress. HEX triplet: 2E, 12 and 1C. RGB value is (46,18,28). Sum of RGB (Red+Green+Blue) = 46+18+28=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E121C is #D1EDE3. Grayscale: #1B1B1B. Windows color (decimal): -13757924 or 1839662. OLE color: 1839662.
HSL color Cylindrical-coordinate representation of color #2E121C: hue angle of 338.57º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E121C is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 28 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.82 |
| HSL | 338.57º | 0.44% | 0.13% | - |
| HSV(B) | 338.57º | 0.61% | 0.18% | - |
| XYZ | 1.55 | 1.1 | 1.23 | - |
| YUV | 27.51 | 128.28 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 28 | 0 | 0.61 | 0.39 | 0.82 | 338.57 | 0.44 | 0.13 |
| Hex | 2E | 12 | 1C | 0 | 3D | 27 | 52 | 153 | 2C | D |
| Octal | 56 | 22 | 34 | 0 | 75 | 47 | 122 | 523 | 54 | 15 |
| Binary | 101110 | 10010 | 11100 | 0 | 111101 | 100111 | 1010010 | 101010011 | 101100 | 1101 |
Color Harmonies of #2E121C
Complementary color
Monochromatic Colors of #2E121C
Black with #2E121C
Text Example
Text Example
White with #2E121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E121C; }
p { color: rgb(46,18,28); }
H1.HeaderClassName
{
color: #2E121C;
}
.AnyTagClassName
{
color: #2E121C;
}
</style>
background-color css
<style>
a { background-color: #2E121C; }
a { background-color: rgb(46,18,28); }
div.DivClassName
{
background-color: #2E121C;
}
.BgClassName
{
background-color: #2E121C;
}
</style>
border-color css
<style>
span { border-color: #2E121C; }
span { border-color: rgb(46,18,28); }
td.TdClassName
{
border-color: #2E121C;
}
.TagClassName
{
border-color: #2E121C;
}
</style>