Shades of Temptress #3B2024
Tints of Temptress #3B2024
RGB
CMYK
RGB Variations
Color information
#3B2024 (or 0x3B2024) is known color: Temptress. HEX triplet: 3B, 20 and 24. RGB value is (59,32,36). Sum of RGB (Red+Green+Blue) = 59+32+36=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 36 (14.45% from 255 or 28.35% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2024 is #C4DFDB. Grayscale: #282828. Windows color (decimal): -12902364 or 2367547. OLE color: 2367547.
HSL color Cylindrical-coordinate representation of color #3B2024: hue angle of 351.11º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B2024 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 36 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.77 |
| HSL | 351.11º | 0.3% | 0.18% | - |
| HSV(B) | 351.11º | 0.46% | 0.23% | - |
| XYZ | 2.64 | 2.09 | 1.93 | - |
| YUV | 40.53 | 125.45 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 36 | 0 | 0.46 | 0.39 | 0.77 | 351.11 | 0.3 | 0.18 |
| Hex | 3B | 20 | 24 | 0 | 2E | 27 | 4D | 15F | 1E | 12 |
| Octal | 73 | 40 | 44 | 0 | 56 | 47 | 115 | 537 | 36 | 22 |
| Binary | 111011 | 100000 | 100100 | 0 | 101110 | 100111 | 1001101 | 101011111 | 11110 | 10010 |
Color Harmonies of #3B2024
Complementary color
Monochromatic Colors of #3B2024
Black with #3B2024
Text Example
Text Example
White with #3B2024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2024; }
p { color: rgb(59,32,36); }
H1.HeaderClassName
{
color: #3B2024;
}
.AnyTagClassName
{
color: #3B2024;
}
</style>
background-color css
<style>
a { background-color: #3B2024; }
a { background-color: rgb(59,32,36); }
div.DivClassName
{
background-color: #3B2024;
}
.BgClassName
{
background-color: #3B2024;
}
</style>
border-color css
<style>
span { border-color: #3B2024; }
span { border-color: rgb(59,32,36); }
td.TdClassName
{
border-color: #3B2024;
}
.TagClassName
{
border-color: #3B2024;
}
</style>