Shades of Temptress #2A131B
Tints of Temptress #2A131B
RGB
CMYK
RGB Variations
Color information
#2A131B (or 0x2A131B) is known color: Temptress. HEX triplet: 2A, 13 and 1B. RGB value is (42,19,27). Sum of RGB (Red+Green+Blue) = 42+19+27=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 27 (10.94% from 255 or 30.68% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A131B is #D5ECE4. Grayscale: #1A1A1A. Windows color (decimal): -14019813 or 1774378. OLE color: 1774378.
HSL color Cylindrical-coordinate representation of color #2A131B: hue angle of 339.13º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A131B is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 19 | 27 | - |
| CMYK | 0 | 0.55 | 0.36 | 0.84 |
| HSL | 339.13º | 0.38% | 0.12% | - |
| HSV(B) | 339.13º | 0.55% | 0.16% | - |
| XYZ | 1.39 | 1.04 | 1.16 | - |
| YUV | 26.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 27 | 0 | 0.55 | 0.36 | 0.84 | 339.13 | 0.38 | 0.12 |
| Hex | 2A | 13 | 1B | 0 | 37 | 24 | 54 | 153 | 26 | C |
| Octal | 52 | 23 | 33 | 0 | 67 | 44 | 124 | 523 | 46 | 14 |
| Binary | 101010 | 10011 | 11011 | 0 | 110111 | 100100 | 1010100 | 101010011 | 100110 | 1100 |
Color Harmonies of #2A131B
Complementary color
Monochromatic Colors of #2A131B
Black with #2A131B
Text Example
Text Example
White with #2A131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A131B; }
p { color: rgb(42,19,27); }
H1.HeaderClassName
{
color: #2A131B;
}
.AnyTagClassName
{
color: #2A131B;
}
</style>
background-color css
<style>
a { background-color: #2A131B; }
a { background-color: rgb(42,19,27); }
div.DivClassName
{
background-color: #2A131B;
}
.BgClassName
{
background-color: #2A131B;
}
</style>
border-color css
<style>
span { border-color: #2A131B; }
span { border-color: rgb(42,19,27); }
td.TdClassName
{
border-color: #2A131B;
}
.TagClassName
{
border-color: #2A131B;
}
</style>