Shades of Temptress #3B1B23
Tints of Temptress #3B1B23
RGB
CMYK
RGB Variations
Color information
#3B1B23 (or 0x3B1B23) is known color: Temptress. HEX triplet: 3B, 1B and 23. RGB value is (59,27,35). Sum of RGB (Red+Green+Blue) = 59+27+35=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B23 is #C4E4DC. Grayscale: #252525. Windows color (decimal): -12903645 or 2300731. OLE color: 2300731.
HSL color Cylindrical-coordinate representation of color #3B1B23: hue angle of 345º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1B23 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 27 | 35 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.77 |
| HSL | 345º | 0.37% | 0.17% | - |
| HSV(B) | 345º | 0.54% | 0.23% | - |
| XYZ | 2.5 | 1.84 | 1.81 | - |
| YUV | 37.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 35 | 0 | 0.54 | 0.41 | 0.77 | 345 | 0.37 | 0.17 |
| Hex | 3B | 1B | 23 | 0 | 36 | 29 | 4D | 159 | 25 | 11 |
| Octal | 73 | 33 | 43 | 0 | 66 | 51 | 115 | 531 | 45 | 21 |
| Binary | 111011 | 11011 | 100011 | 0 | 110110 | 101001 | 1001101 | 101011001 | 100101 | 10001 |
Color Harmonies of #3B1B23
Complementary color
Monochromatic Colors of #3B1B23
Black with #3B1B23
Text Example
Text Example
White with #3B1B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B23; }
p { color: rgb(59,27,35); }
H1.HeaderClassName
{
color: #3B1B23;
}
.AnyTagClassName
{
color: #3B1B23;
}
</style>
background-color css
<style>
a { background-color: #3B1B23; }
a { background-color: rgb(59,27,35); }
div.DivClassName
{
background-color: #3B1B23;
}
.BgClassName
{
background-color: #3B1B23;
}
</style>
border-color css
<style>
span { border-color: #3B1B23; }
span { border-color: rgb(59,27,35); }
td.TdClassName
{
border-color: #3B1B23;
}
.TagClassName
{
border-color: #3B1B23;
}
</style>