Shades of Temptress #3F141F
Tints of Temptress #3F141F
RGB
CMYK
RGB Variations
Color information
#3F141F (or 0x3F141F) is known color: Temptress. HEX triplet: 3F, 14 and 1F. RGB value is (63,20,31). Sum of RGB (Red+Green+Blue) = 63+20+31=114 (15% of max value = 765). Red value is 63 (25% from 255 or 55.26% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 63 - color contains mainly: red. Hex color #3F141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F141F is #C0EBE0. Grayscale: #222222. Windows color (decimal): -12643297 or 2036799. OLE color: 2036799.
HSL color Cylindrical-coordinate representation of color #3F141F: hue angle of 344.65º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F141F is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 31 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.75 |
| HSL | 344.65º | 0.52% | 0.16% | - |
| HSV(B) | 344.65º | 0.68% | 0.25% | - |
| XYZ | 2.55 | 1.66 | 1.48 | - |
| YUV | 34.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 31 | 0 | 0.68 | 0.51 | 0.75 | 344.65 | 0.52 | 0.16 |
| Hex | 3F | 14 | 1F | 0 | 44 | 33 | 4B | 159 | 34 | 10 |
| Octal | 77 | 24 | 37 | 0 | 104 | 63 | 113 | 531 | 64 | 20 |
| Binary | 111111 | 10100 | 11111 | 0 | 1000100 | 110011 | 1001011 | 101011001 | 110100 | 10000 |
Color Harmonies of #3F141F
Complementary color
Monochromatic Colors of #3F141F
Black with #3F141F
Text Example
Text Example
White with #3F141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F141F; }
p { color: rgb(63,20,31); }
H1.HeaderClassName
{
color: #3F141F;
}
.AnyTagClassName
{
color: #3F141F;
}
</style>
background-color css
<style>
a { background-color: #3F141F; }
a { background-color: rgb(63,20,31); }
div.DivClassName
{
background-color: #3F141F;
}
.BgClassName
{
background-color: #3F141F;
}
</style>
border-color css
<style>
span { border-color: #3F141F; }
span { border-color: rgb(63,20,31); }
td.TdClassName
{
border-color: #3F141F;
}
.TagClassName
{
border-color: #3F141F;
}
</style>