Shades of Temptress #3B252B
Tints of Temptress #3B252B
RGB
CMYK
RGB Variations
Color information
#3B252B (or 0x3B252B) is known color: Temptress. HEX triplet: 3B, 25 and 2B. RGB value is (59,37,43). Sum of RGB (Red+Green+Blue) = 59+37+43=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 59 - color contains mainly: red. Hex color #3B252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B252B is #C4DAD4. Grayscale: #2C2C2C. Windows color (decimal): -12901077 or 2827579. OLE color: 2827579.
HSL color Cylindrical-coordinate representation of color #3B252B: hue angle of 343.64º 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 #3B252B is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 37 | 43 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.77 |
| HSL | 343.64º | 0.23% | 0.19% | - |
| HSV(B) | 343.64º | 0.37% | 0.23% | - |
| XYZ | 2.9 | 2.43 | 2.6 | - |
| YUV | 44.26 | 127.29 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 37 | 43 | 0 | 0.37 | 0.27 | 0.77 | 343.64 | 0.23 | 0.19 |
| Hex | 3B | 25 | 2B | 0 | 25 | 1B | 4D | 158 | 17 | 13 |
| Octal | 73 | 45 | 53 | 0 | 45 | 33 | 115 | 530 | 27 | 23 |
| Binary | 111011 | 100101 | 101011 | 0 | 100101 | 11011 | 1001101 | 101011000 | 10111 | 10011 |
Color Harmonies of #3B252B
Complementary color
Monochromatic Colors of #3B252B
Black with #3B252B
Text Example
Text Example
White with #3B252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B252B; }
p { color: rgb(59,37,43); }
H1.HeaderClassName
{
color: #3B252B;
}
.AnyTagClassName
{
color: #3B252B;
}
</style>
background-color css
<style>
a { background-color: #3B252B; }
a { background-color: rgb(59,37,43); }
div.DivClassName
{
background-color: #3B252B;
}
.BgClassName
{
background-color: #3B252B;
}
</style>
border-color css
<style>
span { border-color: #3B252B; }
span { border-color: rgb(59,37,43); }
td.TdClassName
{
border-color: #3B252B;
}
.TagClassName
{
border-color: #3B252B;
}
</style>