Shades of Temptress #3B1D23
Tints of Temptress #3B1D23
RGB
CMYK
RGB Variations
Color information
#3B1D23 (or 0x3B1D23) is known color: Temptress. HEX triplet: 3B, 1D and 23. RGB value is (59,29,35). Sum of RGB (Red+Green+Blue) = 59+29+35=123 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.97% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 35 (14.06% from 255 or 28.46% from 123); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D23 is #C4E2DC. Grayscale: #262626. Windows color (decimal): -12903133 or 2301243. OLE color: 2301243.
HSL color Cylindrical-coordinate representation of color #3B1D23: hue angle of 348º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B1D23 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 35 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.77 |
| HSL | 348º | 0.34% | 0.17% | - |
| HSV(B) | 348º | 0.51% | 0.23% | - |
| XYZ | 2.55 | 1.93 | 1.83 | - |
| YUV | 38.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 35 | 0 | 0.51 | 0.41 | 0.77 | 348 | 0.34 | 0.17 |
| Hex | 3B | 1D | 23 | 0 | 33 | 29 | 4D | 15C | 22 | 11 |
| Octal | 73 | 35 | 43 | 0 | 63 | 51 | 115 | 534 | 42 | 21 |
| Binary | 111011 | 11101 | 100011 | 0 | 110011 | 101001 | 1001101 | 101011100 | 100010 | 10001 |
Color Harmonies of #3B1D23
Complementary color
Monochromatic Colors of #3B1D23
Black with #3B1D23
Text Example
Text Example
White with #3B1D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D23; }
p { color: rgb(59,29,35); }
H1.HeaderClassName
{
color: #3B1D23;
}
.AnyTagClassName
{
color: #3B1D23;
}
</style>
background-color css
<style>
a { background-color: #3B1D23; }
a { background-color: rgb(59,29,35); }
div.DivClassName
{
background-color: #3B1D23;
}
.BgClassName
{
background-color: #3B1D23;
}
</style>
border-color css
<style>
span { border-color: #3B1D23; }
span { border-color: rgb(59,29,35); }
td.TdClassName
{
border-color: #3B1D23;
}
.TagClassName
{
border-color: #3B1D23;
}
</style>