Shades of Temptress #3B1B20
Tints of Temptress #3B1B20
RGB
CMYK
RGB Variations
Color information
#3B1B20 (or 0x3B1B20) is known color: Temptress. HEX triplet: 3B, 1B and 20. RGB value is (59,27,32). Sum of RGB (Red+Green+Blue) = 59+27+32=118 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B20 is #C4E4DF. Grayscale: #252525. Windows color (decimal): -12903648 or 2104123. OLE color: 2104123.
HSL color Cylindrical-coordinate representation of color #3B1B20: hue angle of 350.62º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1B20 is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 32 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.77 |
| HSL | 350.63º | 0.37% | 0.17% | - |
| HSV(B) | 350.63º | 0.54% | 0.23% | - |
| XYZ | 2.46 | 1.82 | 1.59 | - |
| YUV | 37.14 | 125.1 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 32 | 0 | 0.54 | 0.46 | 0.77 | 350.63 | 0.37 | 0.17 |
| Hex | 3B | 1B | 20 | 0 | 36 | 2E | 4D | 15F | 25 | 11 |
| Octal | 73 | 33 | 40 | 0 | 66 | 56 | 115 | 537 | 45 | 21 |
| Binary | 111011 | 11011 | 100000 | 0 | 110110 | 101110 | 1001101 | 101011111 | 100101 | 10001 |
Color Harmonies of #3B1B20
Complementary color
Monochromatic Colors of #3B1B20
Black with #3B1B20
Text Example
Text Example
White with #3B1B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B20; }
p { color: rgb(59,27,32); }
H1.HeaderClassName
{
color: #3B1B20;
}
.AnyTagClassName
{
color: #3B1B20;
}
</style>
background-color css
<style>
a { background-color: #3B1B20; }
a { background-color: rgb(59,27,32); }
div.DivClassName
{
background-color: #3B1B20;
}
.BgClassName
{
background-color: #3B1B20;
}
</style>
border-color css
<style>
span { border-color: #3B1B20; }
span { border-color: rgb(59,27,32); }
td.TdClassName
{
border-color: #3B1B20;
}
.TagClassName
{
border-color: #3B1B20;
}
</style>