Shades of Temptress #2F181F
Tints of Temptress #2F181F
RGB
CMYK
RGB Variations
Color information
#2F181F (or 0x2F181F) is known color: Temptress. HEX triplet: 2F, 18 and 1F. RGB value is (47,24,31). Sum of RGB (Red+Green+Blue) = 47+24+31=102 (13% of max value = 765). Red value is 47 (18.75% from 255 or 46.08% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181F is #D0E7E0. Grayscale: #1F1F1F. Windows color (decimal): -13690849 or 2037807. OLE color: 2037807.
HSL color Cylindrical-coordinate representation of color #2F181F: hue angle of 341.74º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F181F is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 47 | 24 | 31 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.82 |
| HSL | 341.74º | 0.32% | 0.14% | - |
| HSV(B) | 341.74º | 0.49% | 0.18% | - |
| XYZ | 1.75 | 1.36 | 1.47 | - |
| YUV | 31.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 24 | 31 | 0 | 0.49 | 0.34 | 0.82 | 341.74 | 0.32 | 0.14 |
| Hex | 2F | 18 | 1F | 0 | 31 | 22 | 52 | 156 | 20 | E |
| Octal | 57 | 30 | 37 | 0 | 61 | 42 | 122 | 526 | 40 | 16 |
| Binary | 101111 | 11000 | 11111 | 0 | 110001 | 100010 | 1010010 | 101010110 | 100000 | 1110 |
Color Harmonies of #2F181F
Complementary color
Monochromatic Colors of #2F181F
Black with #2F181F
Text Example
Text Example
White with #2F181F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F181F; }
p { color: rgb(47,24,31); }
H1.HeaderClassName
{
color: #2F181F;
}
.AnyTagClassName
{
color: #2F181F;
}
</style>
background-color css
<style>
a { background-color: #2F181F; }
a { background-color: rgb(47,24,31); }
div.DivClassName
{
background-color: #2F181F;
}
.BgClassName
{
background-color: #2F181F;
}
</style>
border-color css
<style>
span { border-color: #2F181F; }
span { border-color: rgb(47,24,31); }
td.TdClassName
{
border-color: #2F181F;
}
.TagClassName
{
border-color: #2F181F;
}
</style>