Shades of Temptress #2E121B
Tints of Temptress #2E121B
RGB
CMYK
RGB Variations
Color information
#2E121B (or 0x2E121B) is known color: Temptress. HEX triplet: 2E, 12 and 1B. RGB value is (46,18,27). Sum of RGB (Red+Green+Blue) = 46+18+27=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E121B is #D1EDE4. Grayscale: #1B1B1B. Windows color (decimal): -13757925 or 1774126. OLE color: 1774126.
HSL color Cylindrical-coordinate representation of color #2E121B: hue angle of 340.71º 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 #2E121B is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 18 | 27 | - |
| CMYK | 0 | 0.61 | 0.41 | 0.82 |
| HSL | 340.71º | 0.44% | 0.13% | - |
| HSV(B) | 340.71º | 0.61% | 0.18% | - |
| XYZ | 1.54 | 1.09 | 1.17 | - |
| YUV | 27.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 18 | 27 | 0 | 0.61 | 0.41 | 0.82 | 340.71 | 0.44 | 0.13 |
| Hex | 2E | 12 | 1B | 0 | 3D | 29 | 52 | 155 | 2C | D |
| Octal | 56 | 22 | 33 | 0 | 75 | 51 | 122 | 525 | 54 | 15 |
| Binary | 101110 | 10010 | 11011 | 0 | 111101 | 101001 | 1010010 | 101010101 | 101100 | 1101 |
Color Harmonies of #2E121B
Complementary color
Monochromatic Colors of #2E121B
Black with #2E121B
Text Example
Text Example
White with #2E121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E121B; }
p { color: rgb(46,18,27); }
H1.HeaderClassName
{
color: #2E121B;
}
.AnyTagClassName
{
color: #2E121B;
}
</style>
background-color css
<style>
a { background-color: #2E121B; }
a { background-color: rgb(46,18,27); }
div.DivClassName
{
background-color: #2E121B;
}
.BgClassName
{
background-color: #2E121B;
}
</style>
border-color css
<style>
span { border-color: #2E121B; }
span { border-color: rgb(46,18,27); }
td.TdClassName
{
border-color: #2E121B;
}
.TagClassName
{
border-color: #2E121B;
}
</style>