Shades of Temptress #2F151D
Tints of Temptress #2F151D
RGB
CMYK
RGB Variations
Color information
#2F151D (or 0x2F151D) is known color: Temptress. HEX triplet: 2F, 15 and 1D. RGB value is (47,21,29). Sum of RGB (Red+Green+Blue) = 47+21+29=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F151D is #D0EAE2. Grayscale: #1D1D1D. Windows color (decimal): -13691619 or 1905967. OLE color: 1905967.
HSL color Cylindrical-coordinate representation of color #2F151D: hue angle of 341.54º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F151D is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 21 | 29 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.82 |
| HSL | 341.54º | 0.38% | 0.13% | - |
| HSV(B) | 341.54º | 0.55% | 0.18% | - |
| XYZ | 1.66 | 1.23 | 1.31 | - |
| YUV | 29.69 | 127.61 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 21 | 29 | 0 | 0.55 | 0.38 | 0.82 | 341.54 | 0.38 | 0.13 |
| Hex | 2F | 15 | 1D | 0 | 37 | 26 | 52 | 156 | 26 | D |
| Octal | 57 | 25 | 35 | 0 | 67 | 46 | 122 | 526 | 46 | 15 |
| Binary | 101111 | 10101 | 11101 | 0 | 110111 | 100110 | 1010010 | 101010110 | 100110 | 1101 |
Color Harmonies of #2F151D
Complementary color
Monochromatic Colors of #2F151D
Black with #2F151D
Text Example
Text Example
White with #2F151D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F151D; }
p { color: rgb(47,21,29); }
H1.HeaderClassName
{
color: #2F151D;
}
.AnyTagClassName
{
color: #2F151D;
}
</style>
background-color css
<style>
a { background-color: #2F151D; }
a { background-color: rgb(47,21,29); }
div.DivClassName
{
background-color: #2F151D;
}
.BgClassName
{
background-color: #2F151D;
}
</style>
border-color css
<style>
span { border-color: #2F151D; }
span { border-color: rgb(47,21,29); }
td.TdClassName
{
border-color: #2F151D;
}
.TagClassName
{
border-color: #2F151D;
}
</style>