Shades of Temptress #3F131E
Tints of Temptress #3F131E
RGB
CMYK
RGB Variations
Color information
#3F131E (or 0x3F131E) is known color: Temptress. HEX triplet: 3F, 13 and 1E. RGB value is (63,19,30). Sum of RGB (Red+Green+Blue) = 63+19+30=112 (14% of max value = 765). Red value is 63 (25% from 255 or 56.25% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 30 (12.11% from 255 or 26.79% from 112); Max value from RGB is 63 - color contains mainly: red. Hex color #3F131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F131E is #C0ECE1. Grayscale: #212121. Windows color (decimal): -12643554 or 1971007. OLE color: 1971007.
HSL color Cylindrical-coordinate representation of color #3F131E: hue angle of 345º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F131E is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 30 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.75 |
| HSL | 345º | 0.54% | 0.16% | - |
| HSV(B) | 345º | 0.7% | 0.25% | - |
| XYZ | 2.52 | 1.62 | 1.41 | - |
| YUV | 33.41 | 126.08 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 30 | 0 | 0.70 | 0.52 | 0.75 | 345 | 0.54 | 0.16 |
| Hex | 3F | 13 | 1E | 0 | 46 | 34 | 4B | 159 | 36 | 10 |
| Octal | 77 | 23 | 36 | 0 | 106 | 64 | 113 | 531 | 66 | 20 |
| Binary | 111111 | 10011 | 11110 | 0 | 1000110 | 110100 | 1001011 | 101011001 | 110110 | 10000 |
Color Harmonies of #3F131E
Complementary color
Monochromatic Colors of #3F131E
Black with #3F131E
Text Example
Text Example
White with #3F131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F131E; }
p { color: rgb(63,19,30); }
H1.HeaderClassName
{
color: #3F131E;
}
.AnyTagClassName
{
color: #3F131E;
}
</style>
background-color css
<style>
a { background-color: #3F131E; }
a { background-color: rgb(63,19,30); }
div.DivClassName
{
background-color: #3F131E;
}
.BgClassName
{
background-color: #3F131E;
}
</style>
border-color css
<style>
span { border-color: #3F131E; }
span { border-color: rgb(63,19,30); }
td.TdClassName
{
border-color: #3F131E;
}
.TagClassName
{
border-color: #3F131E;
}
</style>