Shades of Temptress #3B1F26
Tints of Temptress #3B1F26
RGB
CMYK
RGB Variations
Color information
#3B1F26 (or 0x3B1F26) is known color: Temptress. HEX triplet: 3B, 1F and 26. RGB value is (59,31,38). Sum of RGB (Red+Green+Blue) = 59+31+38=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F26 is #C4E0D9. Grayscale: #282828. Windows color (decimal): -12902618 or 2498363. OLE color: 2498363.
HSL color Cylindrical-coordinate representation of color #3B1F26: hue angle of 345º 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 #3B1F26 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 38 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.77 |
| HSL | 345º | 0.31% | 0.18% | - |
| HSV(B) | 345º | 0.47% | 0.23% | - |
| XYZ | 2.64 | 2.05 | 2.09 | - |
| YUV | 40.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 38 | 0 | 0.47 | 0.36 | 0.77 | 345 | 0.31 | 0.18 |
| Hex | 3B | 1F | 26 | 0 | 2F | 24 | 4D | 159 | 1F | 12 |
| Octal | 73 | 37 | 46 | 0 | 57 | 44 | 115 | 531 | 37 | 22 |
| Binary | 111011 | 11111 | 100110 | 0 | 101111 | 100100 | 1001101 | 101011001 | 11111 | 10010 |
Color Harmonies of #3B1F26
Complementary color
Monochromatic Colors of #3B1F26
Black with #3B1F26
Text Example
Text Example
White with #3B1F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F26; }
p { color: rgb(59,31,38); }
H1.HeaderClassName
{
color: #3B1F26;
}
.AnyTagClassName
{
color: #3B1F26;
}
</style>
background-color css
<style>
a { background-color: #3B1F26; }
a { background-color: rgb(59,31,38); }
div.DivClassName
{
background-color: #3B1F26;
}
.BgClassName
{
background-color: #3B1F26;
}
</style>
border-color css
<style>
span { border-color: #3B1F26; }
span { border-color: rgb(59,31,38); }
td.TdClassName
{
border-color: #3B1F26;
}
.TagClassName
{
border-color: #3B1F26;
}
</style>