Shades of Temptress #2D171D
Tints of Temptress #2D171D
RGB
CMYK
RGB Variations
Color information
#2D171D (or 0x2D171D) is known color: Temptress. HEX triplet: 2D, 17 and 1D. RGB value is (45,23,29). Sum of RGB (Red+Green+Blue) = 45+23+29=97 (12% of max value = 765). Red value is 45 (17.97% from 255 or 46.39% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 45 - color contains mainly: red. Hex color #2D171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D171D is #D2E8E2. Grayscale: #1E1E1E. Windows color (decimal): -13822179 or 1906477. OLE color: 1906477.
HSL color Cylindrical-coordinate representation of color #2D171D: hue angle of 343.64º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D171D is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 23 | 29 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.82 |
| HSL | 343.64º | 0.32% | 0.13% | - |
| HSV(B) | 343.64º | 0.49% | 0.18% | - |
| XYZ | 1.61 | 1.26 | 1.32 | - |
| YUV | 30.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 23 | 29 | 0 | 0.49 | 0.36 | 0.82 | 343.64 | 0.32 | 0.13 |
| Hex | 2D | 17 | 1D | 0 | 31 | 24 | 52 | 158 | 20 | D |
| Octal | 55 | 27 | 35 | 0 | 61 | 44 | 122 | 530 | 40 | 15 |
| Binary | 101101 | 10111 | 11101 | 0 | 110001 | 100100 | 1010010 | 101011000 | 100000 | 1101 |
Color Harmonies of #2D171D
Complementary color
Monochromatic Colors of #2D171D
Black with #2D171D
Text Example
Text Example
White with #2D171D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D171D; }
p { color: rgb(45,23,29); }
H1.HeaderClassName
{
color: #2D171D;
}
.AnyTagClassName
{
color: #2D171D;
}
</style>
background-color css
<style>
a { background-color: #2D171D; }
a { background-color: rgb(45,23,29); }
div.DivClassName
{
background-color: #2D171D;
}
.BgClassName
{
background-color: #2D171D;
}
</style>
border-color css
<style>
span { border-color: #2D171D; }
span { border-color: rgb(45,23,29); }
td.TdClassName
{
border-color: #2D171D;
}
.TagClassName
{
border-color: #2D171D;
}
</style>