Shades of Temptress #3B2023
Tints of Temptress #3B2023
RGB
CMYK
RGB Variations
Color information
#3B2023 (or 0x3B2023) is known color: Temptress. HEX triplet: 3B, 20 and 23. RGB value is (59,32,35). Sum of RGB (Red+Green+Blue) = 59+32+35=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 35 (14.06% from 255 or 27.78% from 126); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2023 is #C4DFDC. Grayscale: #282828. Windows color (decimal): -12902365 or 2302011. OLE color: 2302011.
HSL color Cylindrical-coordinate representation of color #3B2023: hue angle of 353.33º 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 #3B2023 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 32 | 35 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.77 |
| HSL | 353.33º | 0.3% | 0.18% | - |
| HSV(B) | 353.33º | 0.46% | 0.23% | - |
| XYZ | 2.62 | 2.08 | 1.85 | - |
| YUV | 40.42 | 124.95 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 35 | 0 | 0.46 | 0.41 | 0.77 | 353.33 | 0.3 | 0.18 |
| Hex | 3B | 20 | 23 | 0 | 2E | 29 | 4D | 161 | 1E | 12 |
| Octal | 73 | 40 | 43 | 0 | 56 | 51 | 115 | 541 | 36 | 22 |
| Binary | 111011 | 100000 | 100011 | 0 | 101110 | 101001 | 1001101 | 101100001 | 11110 | 10010 |
Color Harmonies of #3B2023
Complementary color
Monochromatic Colors of #3B2023
Black with #3B2023
Text Example
Text Example
White with #3B2023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2023; }
p { color: rgb(59,32,35); }
H1.HeaderClassName
{
color: #3B2023;
}
.AnyTagClassName
{
color: #3B2023;
}
</style>
background-color css
<style>
a { background-color: #3B2023; }
a { background-color: rgb(59,32,35); }
div.DivClassName
{
background-color: #3B2023;
}
.BgClassName
{
background-color: #3B2023;
}
</style>
border-color css
<style>
span { border-color: #3B2023; }
span { border-color: rgb(59,32,35); }
td.TdClassName
{
border-color: #3B2023;
}
.TagClassName
{
border-color: #3B2023;
}
</style>