Shades of Temptress #3B1A23
Tints of Temptress #3B1A23
RGB
CMYK
RGB Variations
Color information
#3B1A23 (or 0x3B1A23) is known color: Temptress. HEX triplet: 3B, 1A and 23. RGB value is (59,26,35). Sum of RGB (Red+Green+Blue) = 59+26+35=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1A23 is #C4E5DC. Grayscale: #242424. Windows color (decimal): -12903901 or 2300475. OLE color: 2300475.
HSL color Cylindrical-coordinate representation of color #3B1A23: hue angle of 343.64º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1A23 is Cyan = 0, Magento = 0.56, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 26 | 35 | - |
| CMYK | 0 | 0.56 | 0.41 | 0.77 |
| HSL | 343.64º | 0.39% | 0.17% | - |
| HSV(B) | 343.64º | 0.56% | 0.23% | - |
| XYZ | 2.48 | 1.79 | 1.81 | - |
| YUV | 36.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 26 | 35 | 0 | 0.56 | 0.41 | 0.77 | 343.64 | 0.39 | 0.17 |
| Hex | 3B | 1A | 23 | 0 | 38 | 29 | 4D | 158 | 27 | 11 |
| Octal | 73 | 32 | 43 | 0 | 70 | 51 | 115 | 530 | 47 | 21 |
| Binary | 111011 | 11010 | 100011 | 0 | 111000 | 101001 | 1001101 | 101011000 | 100111 | 10001 |
Color Harmonies of #3B1A23
Complementary color
Monochromatic Colors of #3B1A23
Black with #3B1A23
Text Example
Text Example
White with #3B1A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1A23; }
p { color: rgb(59,26,35); }
H1.HeaderClassName
{
color: #3B1A23;
}
.AnyTagClassName
{
color: #3B1A23;
}
</style>
background-color css
<style>
a { background-color: #3B1A23; }
a { background-color: rgb(59,26,35); }
div.DivClassName
{
background-color: #3B1A23;
}
.BgClassName
{
background-color: #3B1A23;
}
</style>
border-color css
<style>
span { border-color: #3B1A23; }
span { border-color: rgb(59,26,35); }
td.TdClassName
{
border-color: #3B1A23;
}
.TagClassName
{
border-color: #3B1A23;
}
</style>