Shades of Temptress #2A191F
Tints of Temptress #2A191F
RGB
CMYK
RGB Variations
Color information
#2A191F (or 0x2A191F) is known color: Temptress. HEX triplet: 2A, 19 and 1F. RGB value is (42,25,31). Sum of RGB (Red+Green+Blue) = 42+25+31=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 42 - color contains mainly: red. Hex color #2A191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A191F is #D5E6E0. Grayscale: #1E1E1E. Windows color (decimal): -14018273 or 2038058. OLE color: 2038058.
HSL color Cylindrical-coordinate representation of color #2A191F: hue angle of 338.82º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A191F is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 25 | 31 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.84 |
| HSL | 338.82º | 0.25% | 0.13% | - |
| HSV(B) | 338.82º | 0.4% | 0.16% | - |
| XYZ | 1.55 | 1.29 | 1.46 | - |
| YUV | 30.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 31 | 0 | 0.40 | 0.26 | 0.84 | 338.82 | 0.25 | 0.13 |
| Hex | 2A | 19 | 1F | 0 | 28 | 1A | 54 | 153 | 19 | D |
| Octal | 52 | 31 | 37 | 0 | 50 | 32 | 124 | 523 | 31 | 15 |
| Binary | 101010 | 11001 | 11111 | 0 | 101000 | 11010 | 1010100 | 101010011 | 11001 | 1101 |
Color Harmonies of #2A191F
Complementary color
Monochromatic Colors of #2A191F
Black with #2A191F
Text Example
Text Example
White with #2A191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A191F; }
p { color: rgb(42,25,31); }
H1.HeaderClassName
{
color: #2A191F;
}
.AnyTagClassName
{
color: #2A191F;
}
</style>
background-color css
<style>
a { background-color: #2A191F; }
a { background-color: rgb(42,25,31); }
div.DivClassName
{
background-color: #2A191F;
}
.BgClassName
{
background-color: #2A191F;
}
</style>
border-color css
<style>
span { border-color: #2A191F; }
span { border-color: rgb(42,25,31); }
td.TdClassName
{
border-color: #2A191F;
}
.TagClassName
{
border-color: #2A191F;
}
</style>