Shades of Temptress #2F191E
Tints of Temptress #2F191E
RGB
CMYK
RGB Variations
Color information
#2F191E (or 0x2F191E) is known color: Temptress. HEX triplet: 2F, 19 and 1E. RGB value is (47,25,30). Sum of RGB (Red+Green+Blue) = 47+25+30=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F191E is #D0E6E1. Grayscale: #202020. Windows color (decimal): -13690594 or 1972527. OLE color: 1972527.
HSL color Cylindrical-coordinate representation of color #2F191E: hue angle of 346.36º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2F191E is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 25 | 30 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.82 |
| HSL | 346.36º | 0.31% | 0.14% | - |
| HSV(B) | 346.36º | 0.47% | 0.18% | - |
| XYZ | 1.75 | 1.39 | 1.4 | - |
| YUV | 32.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 25 | 30 | 0 | 0.47 | 0.36 | 0.82 | 346.36 | 0.31 | 0.14 |
| Hex | 2F | 19 | 1E | 0 | 2F | 24 | 52 | 15A | 1F | E |
| Octal | 57 | 31 | 36 | 0 | 57 | 44 | 122 | 532 | 37 | 16 |
| Binary | 101111 | 11001 | 11110 | 0 | 101111 | 100100 | 1010010 | 101011010 | 11111 | 1110 |
Color Harmonies of #2F191E
Complementary color
Monochromatic Colors of #2F191E
Black with #2F191E
Text Example
Text Example
White with #2F191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F191E; }
p { color: rgb(47,25,30); }
H1.HeaderClassName
{
color: #2F191E;
}
.AnyTagClassName
{
color: #2F191E;
}
</style>
background-color css
<style>
a { background-color: #2F191E; }
a { background-color: rgb(47,25,30); }
div.DivClassName
{
background-color: #2F191E;
}
.BgClassName
{
background-color: #2F191E;
}
</style>
border-color css
<style>
span { border-color: #2F191E; }
span { border-color: rgb(47,25,30); }
td.TdClassName
{
border-color: #2F191E;
}
.TagClassName
{
border-color: #2F191E;
}
</style>