Shades of Temptress #3B232A
Tints of Temptress #3B232A
RGB
CMYK
RGB Variations
Color information
#3B232A (or 0x3B232A) is known color: Temptress. HEX triplet: 3B, 23 and 2A. RGB value is (59,35,42). Sum of RGB (Red+Green+Blue) = 59+35+42=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B232A is #C4DCD5. Grayscale: #2A2A2A. Windows color (decimal): -12901590 or 2761531. OLE color: 2761531.
HSL color Cylindrical-coordinate representation of color #3B232A: hue angle of 342.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B232A is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 35 | 42 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.77 |
| HSL | 342.5º | 0.26% | 0.18% | - |
| HSV(B) | 342.5º | 0.41% | 0.23% | - |
| XYZ | 2.82 | 2.3 | 2.49 | - |
| YUV | 42.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 42 | 0 | 0.41 | 0.29 | 0.77 | 342.5 | 0.26 | 0.18 |
| Hex | 3B | 23 | 2A | 0 | 29 | 1D | 4D | 156 | 1A | 12 |
| Octal | 73 | 43 | 52 | 0 | 51 | 35 | 115 | 526 | 32 | 22 |
| Binary | 111011 | 100011 | 101010 | 0 | 101001 | 11101 | 1001101 | 101010110 | 11010 | 10010 |
Color Harmonies of #3B232A
Complementary color
Monochromatic Colors of #3B232A
Black with #3B232A
Text Example
Text Example
White with #3B232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B232A; }
p { color: rgb(59,35,42); }
H1.HeaderClassName
{
color: #3B232A;
}
.AnyTagClassName
{
color: #3B232A;
}
</style>
background-color css
<style>
a { background-color: #3B232A; }
a { background-color: rgb(59,35,42); }
div.DivClassName
{
background-color: #3B232A;
}
.BgClassName
{
background-color: #3B232A;
}
</style>
border-color css
<style>
span { border-color: #3B232A; }
span { border-color: rgb(59,35,42); }
td.TdClassName
{
border-color: #3B232A;
}
.TagClassName
{
border-color: #3B232A;
}
</style>