Shades of Temptress #3B111D
Tints of Temptress #3B111D
RGB
CMYK
RGB Variations
Color information
#3B111D (or 0x3B111D) is known color: Temptress. HEX triplet: 3B, 11 and 1D. RGB value is (59,17,29). Sum of RGB (Red+Green+Blue) = 59+17+29=105 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.19% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 59 - color contains mainly: red. Hex color #3B111D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B111D is #C4EEE2. Grayscale: #1E1E1E. Windows color (decimal): -12906211 or 1904955. OLE color: 1904955.
HSL color Cylindrical-coordinate representation of color #3B111D: hue angle of 342.86º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B111D is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 17 | 29 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.77 |
| HSL | 342.86º | 0.55% | 0.15% | - |
| HSV(B) | 342.86º | 0.71% | 0.23% | - |
| XYZ | 2.23 | 1.42 | 1.32 | - |
| YUV | 30.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 17 | 29 | 0 | 0.71 | 0.51 | 0.77 | 342.86 | 0.55 | 0.15 |
| Hex | 3B | 11 | 1D | 0 | 47 | 33 | 4D | 157 | 37 | F |
| Octal | 73 | 21 | 35 | 0 | 107 | 63 | 115 | 527 | 67 | 17 |
| Binary | 111011 | 10001 | 11101 | 0 | 1000111 | 110011 | 1001101 | 101010111 | 110111 | 1111 |
Color Harmonies of #3B111D
Complementary color
Monochromatic Colors of #3B111D
Black with #3B111D
Text Example
Text Example
White with #3B111D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B111D; }
p { color: rgb(59,17,29); }
H1.HeaderClassName
{
color: #3B111D;
}
.AnyTagClassName
{
color: #3B111D;
}
</style>
background-color css
<style>
a { background-color: #3B111D; }
a { background-color: rgb(59,17,29); }
div.DivClassName
{
background-color: #3B111D;
}
.BgClassName
{
background-color: #3B111D;
}
</style>
border-color css
<style>
span { border-color: #3B111D; }
span { border-color: rgb(59,17,29); }
td.TdClassName
{
border-color: #3B111D;
}
.TagClassName
{
border-color: #3B111D;
}
</style>