Shades of Temptress #3F232A
Tints of Temptress #3F232A
RGB
CMYK
RGB Variations
Color information
#3F232A (or 0x3F232A) is known color: Temptress. HEX triplet: 3F, 23 and 2A. RGB value is (63,35,42). Sum of RGB (Red+Green+Blue) = 63+35+42=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F232A is #C0DCD5. Grayscale: #2C2C2C. Windows color (decimal): -12639446 or 2761535. OLE color: 2761535.
HSL color Cylindrical-coordinate representation of color #3F232A: hue angle of 345º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F232A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 35 | 42 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.75 |
| HSL | 345º | 0.29% | 0.19% | - |
| HSV(B) | 345º | 0.44% | 0.25% | - |
| XYZ | 3.07 | 2.43 | 2.5 | - |
| YUV | 44.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 35 | 42 | 0 | 0.44 | 0.33 | 0.75 | 345 | 0.29 | 0.19 |
| Hex | 3F | 23 | 2A | 0 | 2C | 21 | 4B | 159 | 1D | 13 |
| Octal | 77 | 43 | 52 | 0 | 54 | 41 | 113 | 531 | 35 | 23 |
| Binary | 111111 | 100011 | 101010 | 0 | 101100 | 100001 | 1001011 | 101011001 | 11101 | 10011 |
Color Harmonies of #3F232A
Complementary color
Monochromatic Colors of #3F232A
Black with #3F232A
Text Example
Text Example
White with #3F232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F232A; }
p { color: rgb(63,35,42); }
H1.HeaderClassName
{
color: #3F232A;
}
.AnyTagClassName
{
color: #3F232A;
}
</style>
background-color css
<style>
a { background-color: #3F232A; }
a { background-color: rgb(63,35,42); }
div.DivClassName
{
background-color: #3F232A;
}
.BgClassName
{
background-color: #3F232A;
}
</style>
border-color css
<style>
span { border-color: #3F232A; }
span { border-color: rgb(63,35,42); }
td.TdClassName
{
border-color: #3F232A;
}
.TagClassName
{
border-color: #3F232A;
}
</style>