Shades of Temptress #3F0D1E
Tints of Temptress #3F0D1E
RGB
CMYK
RGB Variations
Color information
#3F0D1E (or 0x3F0D1E) is known color: Temptress. HEX triplet: 3F, 0D and 1E. RGB value is (63,13,30). Sum of RGB (Red+Green+Blue) = 63+13+30=106 (14% of max value = 765). Red value is 63 (25% from 255 or 59.43% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 30 (12.11% from 255 or 28.30% from 106); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0D1E is #C0F2E1. Grayscale: #1D1D1D. Windows color (decimal): -12645090 or 1969471. OLE color: 1969471.
HSL color Cylindrical-coordinate representation of color #3F0D1E: hue angle of 339.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D1E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 13 | 30 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.75 |
| HSL | 339.6º | 0.66% | 0.15% | - |
| HSV(B) | 339.6º | 0.79% | 0.25% | - |
| XYZ | 2.43 | 1.44 | 1.38 | - |
| YUV | 29.89 | 128.07 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 13 | 30 | 0 | 0.79 | 0.52 | 0.75 | 339.6 | 0.66 | 0.15 |
| Hex | 3F | D | 1E | 0 | 4F | 34 | 4B | 154 | 42 | F |
| Octal | 77 | 15 | 36 | 0 | 117 | 64 | 113 | 524 | 102 | 17 |
| Binary | 111111 | 1101 | 11110 | 0 | 1001111 | 110100 | 1001011 | 101010100 | 1000010 | 1111 |
Color Harmonies of #3F0D1E
Complementary color
Monochromatic Colors of #3F0D1E
Black with #3F0D1E
Text Example
Text Example
White with #3F0D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0D1E; }
p { color: rgb(63,13,30); }
H1.HeaderClassName
{
color: #3F0D1E;
}
.AnyTagClassName
{
color: #3F0D1E;
}
</style>
background-color css
<style>
a { background-color: #3F0D1E; }
a { background-color: rgb(63,13,30); }
div.DivClassName
{
background-color: #3F0D1E;
}
.BgClassName
{
background-color: #3F0D1E;
}
</style>
border-color css
<style>
span { border-color: #3F0D1E; }
span { border-color: rgb(63,13,30); }
td.TdClassName
{
border-color: #3F0D1E;
}
.TagClassName
{
border-color: #3F0D1E;
}
</style>