Shades of Temptress #2D121D
Tints of Temptress #2D121D
RGB
CMYK
RGB Variations
Color information
#2D121D (or 0x2D121D) is known color: Temptress. HEX triplet: 2D, 12 and 1D. RGB value is (45,18,29). Sum of RGB (Red+Green+Blue) = 45+18+29=92 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.91% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 45 - color contains mainly: red. Hex color #2D121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D121D is #D2EDE2. Grayscale: #1B1B1B. Windows color (decimal): -13823459 or 1905197. OLE color: 1905197.
HSL color Cylindrical-coordinate representation of color #2D121D: hue angle of 335.56º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2D121D is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 18 | 29 | - |
| CMYK | 0 | 0.6 | 0.36 | 0.82 |
| HSL | 335.56º | 0.43% | 0.12% | - |
| HSV(B) | 335.56º | 0.6% | 0.18% | - |
| XYZ | 1.52 | 1.08 | 1.29 | - |
| YUV | 27.33 | 128.95 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 18 | 29 | 0 | 0.6 | 0.36 | 0.82 | 335.56 | 0.43 | 0.12 |
| Hex | 2D | 12 | 1D | 0 | 3C | 24 | 52 | 150 | 2B | C |
| Octal | 55 | 22 | 35 | 0 | 74 | 44 | 122 | 520 | 53 | 14 |
| Binary | 101101 | 10010 | 11101 | 0 | 111100 | 100100 | 1010010 | 101010000 | 101011 | 1100 |
Color Harmonies of #2D121D
Complementary color
Monochromatic Colors of #2D121D
Black with #2D121D
Text Example
Text Example
White with #2D121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D121D; }
p { color: rgb(45,18,29); }
H1.HeaderClassName
{
color: #2D121D;
}
.AnyTagClassName
{
color: #2D121D;
}
</style>
background-color css
<style>
a { background-color: #2D121D; }
a { background-color: rgb(45,18,29); }
div.DivClassName
{
background-color: #2D121D;
}
.BgClassName
{
background-color: #2D121D;
}
</style>
border-color css
<style>
span { border-color: #2D121D; }
span { border-color: rgb(45,18,29); }
td.TdClassName
{
border-color: #2D121D;
}
.TagClassName
{
border-color: #2D121D;
}
</style>