Shades of Temptress #3B252A
Tints of Temptress #3B252A
RGB
CMYK
RGB Variations
Color information
#3B252A (or 0x3B252A) is known color: Temptress. HEX triplet: 3B, 25 and 2A. RGB value is (59,37,42). Sum of RGB (Red+Green+Blue) = 59+37+42=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B252A is #C4DAD5. Grayscale: #2C2C2C. Windows color (decimal): -12901078 or 2762043. OLE color: 2762043.
HSL color Cylindrical-coordinate representation of color #3B252A: hue angle of 346.36º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B252A is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 42 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.77 |
| HSL | 346.36º | 0.23% | 0.19% | - |
| HSV(B) | 346.36º | 0.37% | 0.23% | - |
| XYZ | 2.88 | 2.42 | 2.51 | - |
| YUV | 44.15 | 126.79 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 42 | 0 | 0.37 | 0.29 | 0.77 | 346.36 | 0.23 | 0.19 |
| Hex | 3B | 25 | 2A | 0 | 25 | 1D | 4D | 15A | 17 | 13 |
| Octal | 73 | 45 | 52 | 0 | 45 | 35 | 115 | 532 | 27 | 23 |
| Binary | 111011 | 100101 | 101010 | 0 | 100101 | 11101 | 1001101 | 101011010 | 10111 | 10011 |
Color Harmonies of #3B252A
Complementary color
Monochromatic Colors of #3B252A
Black with #3B252A
Text Example
Text Example
White with #3B252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B252A; }
p { color: rgb(59,37,42); }
H1.HeaderClassName
{
color: #3B252A;
}
.AnyTagClassName
{
color: #3B252A;
}
</style>
background-color css
<style>
a { background-color: #3B252A; }
a { background-color: rgb(59,37,42); }
div.DivClassName
{
background-color: #3B252A;
}
.BgClassName
{
background-color: #3B252A;
}
</style>
border-color css
<style>
span { border-color: #3B252A; }
span { border-color: rgb(59,37,42); }
td.TdClassName
{
border-color: #3B252A;
}
.TagClassName
{
border-color: #3B252A;
}
</style>