Shades of Temptress #3F262A
Tints of Temptress #3F262A
RGB
CMYK
RGB Variations
Color information
#3F262A (or 0x3F262A) is known color: Temptress. HEX triplet: 3F, 26 and 2A. RGB value is (63,38,42). Sum of RGB (Red+Green+Blue) = 63+38+42=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F262A is #C0D9D5. Grayscale: #2D2D2D. Windows color (decimal): -12638678 or 2762303. OLE color: 2762303.
HSL color Cylindrical-coordinate representation of color #3F262A: hue angle of 350.4º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F262A is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 38 | 42 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.75 |
| HSL | 350.4º | 0.25% | 0.2% | - |
| HSV(B) | 350.4º | 0.4% | 0.25% | - |
| XYZ | 3.16 | 2.61 | 2.53 | - |
| YUV | 45.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 42 | 0 | 0.40 | 0.33 | 0.75 | 350.4 | 0.25 | 0.2 |
| Hex | 3F | 26 | 2A | 0 | 28 | 21 | 4B | 15E | 19 | 14 |
| Octal | 77 | 46 | 52 | 0 | 50 | 41 | 113 | 536 | 31 | 24 |
| Binary | 111111 | 100110 | 101010 | 0 | 101000 | 100001 | 1001011 | 101011110 | 11001 | 10100 |
Color Harmonies of #3F262A
Complementary color
Monochromatic Colors of #3F262A
Black with #3F262A
Text Example
Text Example
White with #3F262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F262A; }
p { color: rgb(63,38,42); }
H1.HeaderClassName
{
color: #3F262A;
}
.AnyTagClassName
{
color: #3F262A;
}
</style>
background-color css
<style>
a { background-color: #3F262A; }
a { background-color: rgb(63,38,42); }
div.DivClassName
{
background-color: #3F262A;
}
.BgClassName
{
background-color: #3F262A;
}
</style>
border-color css
<style>
span { border-color: #3F262A; }
span { border-color: rgb(63,38,42); }
td.TdClassName
{
border-color: #3F262A;
}
.TagClassName
{
border-color: #3F262A;
}
</style>