Shades of Temptress #3B1C22
Tints of Temptress #3B1C22
RGB
CMYK
RGB Variations
Color information
#3B1C22 (or 0x3B1C22) is known color: Temptress. HEX triplet: 3B, 1C and 22. RGB value is (59,28,34). Sum of RGB (Red+Green+Blue) = 59+28+34=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 34 (13.67% from 255 or 28.10% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1C22 is #C4E3DD. Grayscale: #252525. Windows color (decimal): -12903390 or 2235451. OLE color: 2235451.
HSL color Cylindrical-coordinate representation of color #3B1C22: hue angle of 348.39º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B1C22 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 28 | 34 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.77 |
| HSL | 348.39º | 0.36% | 0.17% | - |
| HSV(B) | 348.39º | 0.53% | 0.23% | - |
| XYZ | 2.51 | 1.88 | 1.74 | - |
| YUV | 37.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 34 | 0 | 0.53 | 0.42 | 0.77 | 348.39 | 0.36 | 0.17 |
| Hex | 3B | 1C | 22 | 0 | 35 | 2A | 4D | 15C | 24 | 11 |
| Octal | 73 | 34 | 42 | 0 | 65 | 52 | 115 | 534 | 44 | 21 |
| Binary | 111011 | 11100 | 100010 | 0 | 110101 | 101010 | 1001101 | 101011100 | 100100 | 10001 |
Color Harmonies of #3B1C22
Complementary color
Monochromatic Colors of #3B1C22
Black with #3B1C22
Text Example
Text Example
White with #3B1C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1C22; }
p { color: rgb(59,28,34); }
H1.HeaderClassName
{
color: #3B1C22;
}
.AnyTagClassName
{
color: #3B1C22;
}
</style>
background-color css
<style>
a { background-color: #3B1C22; }
a { background-color: rgb(59,28,34); }
div.DivClassName
{
background-color: #3B1C22;
}
.BgClassName
{
background-color: #3B1C22;
}
</style>
border-color css
<style>
span { border-color: #3B1C22; }
span { border-color: rgb(59,28,34); }
td.TdClassName
{
border-color: #3B1C22;
}
.TagClassName
{
border-color: #3B1C22;
}
</style>