Shades of Temptress #3B1B24
Tints of Temptress #3B1B24
RGB
CMYK
RGB Variations
Color information
#3B1B24 (or 0x3B1B24) is known color: Temptress. HEX triplet: 3B, 1B and 24. RGB value is (59,27,36). Sum of RGB (Red+Green+Blue) = 59+27+36=122 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.36% from 122); Green value is 27 (10.94% from 255 or 22.13% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B24 is #C4E4DB. Grayscale: #252525. Windows color (decimal): -12903644 or 2366267. OLE color: 2366267.
HSL color Cylindrical-coordinate representation of color #3B1B24: hue angle of 343.12º 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 #3B1B24 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 36 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.77 |
| HSL | 343.13º | 0.37% | 0.17% | - |
| HSV(B) | 343.13º | 0.54% | 0.23% | - |
| XYZ | 2.51 | 1.84 | 1.89 | - |
| YUV | 37.59 | 127.1 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 36 | 0 | 0.54 | 0.39 | 0.77 | 343.13 | 0.37 | 0.17 |
| Hex | 3B | 1B | 24 | 0 | 36 | 27 | 4D | 157 | 25 | 11 |
| Octal | 73 | 33 | 44 | 0 | 66 | 47 | 115 | 527 | 45 | 21 |
| Binary | 111011 | 11011 | 100100 | 0 | 110110 | 100111 | 1001101 | 101010111 | 100101 | 10001 |
Color Harmonies of #3B1B24
Complementary color
Monochromatic Colors of #3B1B24
Black with #3B1B24
Text Example
Text Example
White with #3B1B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B24; }
p { color: rgb(59,27,36); }
H1.HeaderClassName
{
color: #3B1B24;
}
.AnyTagClassName
{
color: #3B1B24;
}
</style>
background-color css
<style>
a { background-color: #3B1B24; }
a { background-color: rgb(59,27,36); }
div.DivClassName
{
background-color: #3B1B24;
}
.BgClassName
{
background-color: #3B1B24;
}
</style>
border-color css
<style>
span { border-color: #3B1B24; }
span { border-color: rgb(59,27,36); }
td.TdClassName
{
border-color: #3B1B24;
}
.TagClassName
{
border-color: #3B1B24;
}
</style>