Shades of Temptress #3F1F24
Tints of Temptress #3F1F24
RGB
CMYK
RGB Variations
Color information
#3F1F24 (or 0x3F1F24) is known color: Temptress. HEX triplet: 3F, 1F and 24. RGB value is (63,31,36). Sum of RGB (Red+Green+Blue) = 63+31+36=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F24 is #C0E0DB. Grayscale: #292929. Windows color (decimal): -12640476 or 2367295. OLE color: 2367295.
HSL color Cylindrical-coordinate representation of color #3F1F24: hue angle of 350.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F24 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 36 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.75 |
| HSL | 350.63º | 0.34% | 0.18% | - |
| HSV(B) | 350.63º | 0.51% | 0.25% | - |
| XYZ | 2.86 | 2.16 | 1.94 | - |
| YUV | 41.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 36 | 0 | 0.51 | 0.43 | 0.75 | 350.63 | 0.34 | 0.18 |
| Hex | 3F | 1F | 24 | 0 | 33 | 2B | 4B | 15F | 22 | 12 |
| Octal | 77 | 37 | 44 | 0 | 63 | 53 | 113 | 537 | 42 | 22 |
| Binary | 111111 | 11111 | 100100 | 0 | 110011 | 101011 | 1001011 | 101011111 | 100010 | 10010 |
Color Harmonies of #3F1F24
Complementary color
Monochromatic Colors of #3F1F24
Black with #3F1F24
Text Example
Text Example
White with #3F1F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F24; }
p { color: rgb(63,31,36); }
H1.HeaderClassName
{
color: #3F1F24;
}
.AnyTagClassName
{
color: #3F1F24;
}
</style>
background-color css
<style>
a { background-color: #3F1F24; }
a { background-color: rgb(63,31,36); }
div.DivClassName
{
background-color: #3F1F24;
}
.BgClassName
{
background-color: #3F1F24;
}
</style>
border-color css
<style>
span { border-color: #3F1F24; }
span { border-color: rgb(63,31,36); }
td.TdClassName
{
border-color: #3F1F24;
}
.TagClassName
{
border-color: #3F1F24;
}
</style>