Shades of Temptress #2A151E
Tints of Temptress #2A151E
RGB
CMYK
RGB Variations
Color information
#2A151E (or 0x2A151E) is known color: Temptress. HEX triplet: 2A, 15 and 1E. RGB value is (42,21,30). Sum of RGB (Red+Green+Blue) = 42+21+30=93 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.16% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 42 - color contains mainly: red. Hex color #2A151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A151E is #D5EAE1. Grayscale: #1C1C1C. Windows color (decimal): -14019298 or 1971498. OLE color: 1971498.
HSL color Cylindrical-coordinate representation of color #2A151E: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A151E is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 30 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.84 |
| HSL | 334.29º | 0.33% | 0.12% | - |
| HSV(B) | 334.29º | 0.5% | 0.16% | - |
| XYZ | 1.46 | 1.12 | 1.37 | - |
| YUV | 28.31 | 128.96 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 30 | 0 | 0.50 | 0.29 | 0.84 | 334.29 | 0.33 | 0.12 |
| Hex | 2A | 15 | 1E | 0 | 32 | 1D | 54 | 14E | 21 | C |
| Octal | 52 | 25 | 36 | 0 | 62 | 35 | 124 | 516 | 41 | 14 |
| Binary | 101010 | 10101 | 11110 | 0 | 110010 | 11101 | 1010100 | 101001110 | 100001 | 1100 |
Color Harmonies of #2A151E
Complementary color
Monochromatic Colors of #2A151E
Black with #2A151E
Text Example
Text Example
White with #2A151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A151E; }
p { color: rgb(42,21,30); }
H1.HeaderClassName
{
color: #2A151E;
}
.AnyTagClassName
{
color: #2A151E;
}
</style>
background-color css
<style>
a { background-color: #2A151E; }
a { background-color: rgb(42,21,30); }
div.DivClassName
{
background-color: #2A151E;
}
.BgClassName
{
background-color: #2A151E;
}
</style>
border-color css
<style>
span { border-color: #2A151E; }
span { border-color: rgb(42,21,30); }
td.TdClassName
{
border-color: #2A151E;
}
.TagClassName
{
border-color: #2A151E;
}
</style>