Shades of Temptress #3F272B
Tints of Temptress #3F272B
RGB
CMYK
RGB Variations
Color information
#3F272B (or 0x3F272B) is known color: Temptress. HEX triplet: 3F, 27 and 2B. RGB value is (63,39,43). Sum of RGB (Red+Green+Blue) = 63+39+43=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 39 (15.62% from 255 or 26.90% from 145); Blue value is 43 (17.19% from 255 or 29.66% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F272B is #C0D8D4. Grayscale: #2E2E2E. Windows color (decimal): -12638421 or 2828095. OLE color: 2828095.
HSL color Cylindrical-coordinate representation of color #3F272B: hue angle of 350º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F272B is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 39 | 43 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.75 |
| HSL | 350º | 0.24% | 0.2% | - |
| HSV(B) | 350º | 0.38% | 0.25% | - |
| XYZ | 3.21 | 2.68 | 2.63 | - |
| YUV | 46.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 43 | 0 | 0.38 | 0.32 | 0.75 | 350 | 0.24 | 0.2 |
| Hex | 3F | 27 | 2B | 0 | 26 | 20 | 4B | 15E | 18 | 14 |
| Octal | 77 | 47 | 53 | 0 | 46 | 40 | 113 | 536 | 30 | 24 |
| Binary | 111111 | 100111 | 101011 | 0 | 100110 | 100000 | 1001011 | 101011110 | 11000 | 10100 |
Color Harmonies of #3F272B
Complementary color
Monochromatic Colors of #3F272B
Black with #3F272B
Text Example
Text Example
White with #3F272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F272B; }
p { color: rgb(63,39,43); }
H1.HeaderClassName
{
color: #3F272B;
}
.AnyTagClassName
{
color: #3F272B;
}
</style>
background-color css
<style>
a { background-color: #3F272B; }
a { background-color: rgb(63,39,43); }
div.DivClassName
{
background-color: #3F272B;
}
.BgClassName
{
background-color: #3F272B;
}
</style>
border-color css
<style>
span { border-color: #3F272B; }
span { border-color: rgb(63,39,43); }
td.TdClassName
{
border-color: #3F272B;
}
.TagClassName
{
border-color: #3F272B;
}
</style>