Shades of Temptress #3F282D
Tints of Temptress #3F282D
RGB
CMYK
RGB Variations
Color information
#3F282D (or 0x3F282D) is known color: Temptress. HEX triplet: 3F, 28 and 2D. RGB value is (63,40,45). Sum of RGB (Red+Green+Blue) = 63+40+45=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F282D is #C0D7D2. Grayscale: #2F2F2F. Windows color (decimal): -12638163 or 2959423. OLE color: 2959423.
HSL color Cylindrical-coordinate representation of color #3F282D: hue angle of 346.96º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F282D is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 40 | 45 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.75 |
| HSL | 346.96º | 0.22% | 0.2% | - |
| HSV(B) | 346.96º | 0.37% | 0.25% | - |
| XYZ | 3.28 | 2.76 | 2.84 | - |
| YUV | 47.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 40 | 45 | 0 | 0.37 | 0.29 | 0.75 | 346.96 | 0.22 | 0.2 |
| Hex | 3F | 28 | 2D | 0 | 25 | 1D | 4B | 15B | 16 | 14 |
| Octal | 77 | 50 | 55 | 0 | 45 | 35 | 113 | 533 | 26 | 24 |
| Binary | 111111 | 101000 | 101101 | 0 | 100101 | 11101 | 1001011 | 101011011 | 10110 | 10100 |
Color Harmonies of #3F282D
Complementary color
Monochromatic Colors of #3F282D
Black with #3F282D
Text Example
Text Example
White with #3F282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F282D; }
p { color: rgb(63,40,45); }
H1.HeaderClassName
{
color: #3F282D;
}
.AnyTagClassName
{
color: #3F282D;
}
</style>
background-color css
<style>
a { background-color: #3F282D; }
a { background-color: rgb(63,40,45); }
div.DivClassName
{
background-color: #3F282D;
}
.BgClassName
{
background-color: #3F282D;
}
</style>
border-color css
<style>
span { border-color: #3F282D; }
span { border-color: rgb(63,40,45); }
td.TdClassName
{
border-color: #3F282D;
}
.TagClassName
{
border-color: #3F282D;
}
</style>