Shades of Temptress #3B1F22
Tints of Temptress #3B1F22
RGB
CMYK
RGB Variations
Color information
#3B1F22 (or 0x3B1F22) is known color: Temptress. HEX triplet: 3B, 1F and 22. RGB value is (59,31,34). Sum of RGB (Red+Green+Blue) = 59+31+34=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F22 is #C4E0DD. Grayscale: #272727. Windows color (decimal): -12902622 or 2236219. OLE color: 2236219.
HSL color Cylindrical-coordinate representation of color #3B1F22: hue angle of 353.57º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B1F22 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 34 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.77 |
| HSL | 353.57º | 0.31% | 0.18% | - |
| HSV(B) | 353.57º | 0.47% | 0.23% | - |
| XYZ | 2.58 | 2.03 | 1.77 | - |
| YUV | 39.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 34 | 0 | 0.47 | 0.42 | 0.77 | 353.57 | 0.31 | 0.18 |
| Hex | 3B | 1F | 22 | 0 | 2F | 2A | 4D | 162 | 1F | 12 |
| Octal | 73 | 37 | 42 | 0 | 57 | 52 | 115 | 542 | 37 | 22 |
| Binary | 111011 | 11111 | 100010 | 0 | 101111 | 101010 | 1001101 | 101100010 | 11111 | 10010 |
Color Harmonies of #3B1F22
Complementary color
Monochromatic Colors of #3B1F22
Black with #3B1F22
Text Example
Text Example
White with #3B1F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F22; }
p { color: rgb(59,31,34); }
H1.HeaderClassName
{
color: #3B1F22;
}
.AnyTagClassName
{
color: #3B1F22;
}
</style>
background-color css
<style>
a { background-color: #3B1F22; }
a { background-color: rgb(59,31,34); }
div.DivClassName
{
background-color: #3B1F22;
}
.BgClassName
{
background-color: #3B1F22;
}
</style>
border-color css
<style>
span { border-color: #3B1F22; }
span { border-color: rgb(59,31,34); }
td.TdClassName
{
border-color: #3B1F22;
}
.TagClassName
{
border-color: #3B1F22;
}
</style>