Shades of Temptress #3B1D25
Tints of Temptress #3B1D25
RGB
CMYK
RGB Variations
Color information
#3B1D25 (or 0x3B1D25) is known color: Temptress. HEX triplet: 3B, 1D and 25. RGB value is (59,29,37). Sum of RGB (Red+Green+Blue) = 59+29+37=125 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.2% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D25 is #C4E2DA. Grayscale: #262626. Windows color (decimal): -12903131 or 2432315. OLE color: 2432315.
HSL color Cylindrical-coordinate representation of color #3B1D25: hue angle of 344º 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 #3B1D25 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 29 | 37 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.77 |
| HSL | 344º | 0.34% | 0.17% | - |
| HSV(B) | 344º | 0.51% | 0.23% | - |
| XYZ | 2.58 | 1.94 | 1.99 | - |
| YUV | 38.88 | 126.94 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 29 | 37 | 0 | 0.51 | 0.37 | 0.77 | 344 | 0.34 | 0.17 |
| Hex | 3B | 1D | 25 | 0 | 33 | 25 | 4D | 158 | 22 | 11 |
| Octal | 73 | 35 | 45 | 0 | 63 | 45 | 115 | 530 | 42 | 21 |
| Binary | 111011 | 11101 | 100101 | 0 | 110011 | 100101 | 1001101 | 101011000 | 100010 | 10001 |
Color Harmonies of #3B1D25
Complementary color
Monochromatic Colors of #3B1D25
Black with #3B1D25
Text Example
Text Example
White with #3B1D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1D25; }
p { color: rgb(59,29,37); }
H1.HeaderClassName
{
color: #3B1D25;
}
.AnyTagClassName
{
color: #3B1D25;
}
</style>
background-color css
<style>
a { background-color: #3B1D25; }
a { background-color: rgb(59,29,37); }
div.DivClassName
{
background-color: #3B1D25;
}
.BgClassName
{
background-color: #3B1D25;
}
</style>
border-color css
<style>
span { border-color: #3B1D25; }
span { border-color: rgb(59,29,37); }
td.TdClassName
{
border-color: #3B1D25;
}
.TagClassName
{
border-color: #3B1D25;
}
</style>