Shades of Temptress #3B1F28
Tints of Temptress #3B1F28
RGB
CMYK
RGB Variations
Color information
#3B1F28 (or 0x3B1F28) is known color: Temptress. HEX triplet: 3B, 1F and 28. RGB value is (59,31,40). Sum of RGB (Red+Green+Blue) = 59+31+40=130 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.38% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F28 is #C4E0D7. Grayscale: #282828. Windows color (decimal): -12902616 or 2629435. OLE color: 2629435.
HSL color Cylindrical-coordinate representation of color #3B1F28: hue angle of 340.71º 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 #3B1F28 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 31 | 40 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.77 |
| HSL | 340.71º | 0.31% | 0.18% | - |
| HSV(B) | 340.71º | 0.47% | 0.23% | - |
| XYZ | 2.68 | 2.06 | 2.26 | - |
| YUV | 40.4 | 127.78 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 40 | 0 | 0.47 | 0.32 | 0.77 | 340.71 | 0.31 | 0.18 |
| Hex | 3B | 1F | 28 | 0 | 2F | 20 | 4D | 155 | 1F | 12 |
| Octal | 73 | 37 | 50 | 0 | 57 | 40 | 115 | 525 | 37 | 22 |
| Binary | 111011 | 11111 | 101000 | 0 | 101111 | 100000 | 1001101 | 101010101 | 11111 | 10010 |
Color Harmonies of #3B1F28
Complementary color
Monochromatic Colors of #3B1F28
Black with #3B1F28
Text Example
Text Example
White with #3B1F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F28; }
p { color: rgb(59,31,40); }
H1.HeaderClassName
{
color: #3B1F28;
}
.AnyTagClassName
{
color: #3B1F28;
}
</style>
background-color css
<style>
a { background-color: #3B1F28; }
a { background-color: rgb(59,31,40); }
div.DivClassName
{
background-color: #3B1F28;
}
.BgClassName
{
background-color: #3B1F28;
}
</style>
border-color css
<style>
span { border-color: #3B1F28; }
span { border-color: rgb(59,31,40); }
td.TdClassName
{
border-color: #3B1F28;
}
.TagClassName
{
border-color: #3B1F28;
}
</style>