Shades of Temptress #2A151D
Tints of Temptress #2A151D
RGB
CMYK
RGB Variations
Color information
#2A151D (or 0x2A151D) is known color: Temptress. HEX triplet: 2A, 15 and 1D. RGB value is (42,21,29). Sum of RGB (Red+Green+Blue) = 42+21+29=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 42 - color contains mainly: red. Hex color #2A151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A151D is #D5EAE2. Grayscale: #1C1C1C. Windows color (decimal): -14019299 or 1905962. OLE color: 1905962.
HSL color Cylindrical-coordinate representation of color #2A151D: hue angle of 337.14º 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 #2A151D is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 21 | 29 | - |
| CMYK | 0 | 0.50 | 0.31 | 0.84 |
| HSL | 337.14º | 0.33% | 0.12% | - |
| HSV(B) | 337.14º | 0.5% | 0.16% | - |
| XYZ | 1.44 | 1.12 | 1.3 | - |
| YUV | 28.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 21 | 29 | 0 | 0.50 | 0.31 | 0.84 | 337.14 | 0.33 | 0.12 |
| Hex | 2A | 15 | 1D | 0 | 32 | 1F | 54 | 151 | 21 | C |
| Octal | 52 | 25 | 35 | 0 | 62 | 37 | 124 | 521 | 41 | 14 |
| Binary | 101010 | 10101 | 11101 | 0 | 110010 | 11111 | 1010100 | 101010001 | 100001 | 1100 |
Color Harmonies of #2A151D
Complementary color
Monochromatic Colors of #2A151D
Black with #2A151D
Text Example
Text Example
White with #2A151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A151D; }
p { color: rgb(42,21,29); }
H1.HeaderClassName
{
color: #2A151D;
}
.AnyTagClassName
{
color: #2A151D;
}
</style>
background-color css
<style>
a { background-color: #2A151D; }
a { background-color: rgb(42,21,29); }
div.DivClassName
{
background-color: #2A151D;
}
.BgClassName
{
background-color: #2A151D;
}
</style>
border-color css
<style>
span { border-color: #2A151D; }
span { border-color: rgb(42,21,29); }
td.TdClassName
{
border-color: #2A151D;
}
.TagClassName
{
border-color: #2A151D;
}
</style>