Shades of Temptress #3F2129
Tints of Temptress #3F2129
RGB
CMYK
RGB Variations
Color information
#3F2129 (or 0x3F2129) is known color: Temptress. HEX triplet: 3F, 21 and 29. RGB value is (63,33,41). Sum of RGB (Red+Green+Blue) = 63+33+41=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2129 is #C0DED6. Grayscale: #2A2A2A. Windows color (decimal): -12639959 or 2695487. OLE color: 2695487.
HSL color Cylindrical-coordinate representation of color #3F2129: hue angle of 344º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F2129 is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 33 | 41 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.75 |
| HSL | 344º | 0.31% | 0.19% | - |
| HSV(B) | 344º | 0.48% | 0.25% | - |
| XYZ | 2.99 | 2.3 | 2.38 | - |
| YUV | 42.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 33 | 41 | 0 | 0.48 | 0.35 | 0.75 | 344 | 0.31 | 0.19 |
| Hex | 3F | 21 | 29 | 0 | 30 | 23 | 4B | 158 | 1F | 13 |
| Octal | 77 | 41 | 51 | 0 | 60 | 43 | 113 | 530 | 37 | 23 |
| Binary | 111111 | 100001 | 101001 | 0 | 110000 | 100011 | 1001011 | 101011000 | 11111 | 10011 |
Color Harmonies of #3F2129
Complementary color
Monochromatic Colors of #3F2129
Black with #3F2129
Text Example
Text Example
White with #3F2129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2129; }
p { color: rgb(63,33,41); }
H1.HeaderClassName
{
color: #3F2129;
}
.AnyTagClassName
{
color: #3F2129;
}
</style>
background-color css
<style>
a { background-color: #3F2129; }
a { background-color: rgb(63,33,41); }
div.DivClassName
{
background-color: #3F2129;
}
.BgClassName
{
background-color: #3F2129;
}
</style>
border-color css
<style>
span { border-color: #3F2129; }
span { border-color: rgb(63,33,41); }
td.TdClassName
{
border-color: #3F2129;
}
.TagClassName
{
border-color: #3F2129;
}
</style>