Shades of Temptress #3B1B22
Tints of Temptress #3B1B22
RGB
CMYK
RGB Variations
Color information
#3B1B22 (or 0x3B1B22) is known color: Temptress. HEX triplet: 3B, 1B and 22. RGB value is (59,27,34). Sum of RGB (Red+Green+Blue) = 59+27+34=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B22 is #C4E4DD. Grayscale: #252525. Windows color (decimal): -12903646 or 2235195. OLE color: 2235195.
HSL color Cylindrical-coordinate representation of color #3B1B22: hue angle of 346.88º 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 #3B1B22 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 34 | - |
| CMYK | 0 | 0.54 | 0.42 | 0.77 |
| HSL | 346.88º | 0.37% | 0.17% | - |
| HSV(B) | 346.88º | 0.54% | 0.23% | - |
| XYZ | 2.48 | 1.83 | 1.74 | - |
| YUV | 37.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 34 | 0 | 0.54 | 0.42 | 0.77 | 346.88 | 0.37 | 0.17 |
| Hex | 3B | 1B | 22 | 0 | 36 | 2A | 4D | 15B | 25 | 11 |
| Octal | 73 | 33 | 42 | 0 | 66 | 52 | 115 | 533 | 45 | 21 |
| Binary | 111011 | 11011 | 100010 | 0 | 110110 | 101010 | 1001101 | 101011011 | 100101 | 10001 |
Color Harmonies of #3B1B22
Complementary color
Monochromatic Colors of #3B1B22
Black with #3B1B22
Text Example
Text Example
White with #3B1B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B22; }
p { color: rgb(59,27,34); }
H1.HeaderClassName
{
color: #3B1B22;
}
.AnyTagClassName
{
color: #3B1B22;
}
</style>
background-color css
<style>
a { background-color: #3B1B22; }
a { background-color: rgb(59,27,34); }
div.DivClassName
{
background-color: #3B1B22;
}
.BgClassName
{
background-color: #3B1B22;
}
</style>
border-color css
<style>
span { border-color: #3B1B22; }
span { border-color: rgb(59,27,34); }
td.TdClassName
{
border-color: #3B1B22;
}
.TagClassName
{
border-color: #3B1B22;
}
</style>