Shades of Temptress #3E252A
Tints of Temptress #3E252A
RGB
CMYK
RGB Variations
Color information
#3E252A (or 0x3E252A) is known color: Temptress. HEX triplet: 3E, 25 and 2A. RGB value is (62,37,42). Sum of RGB (Red+Green+Blue) = 62+37+42=141 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.97% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 62 - color contains mainly: red. Hex color #3E252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E252A is #C1DAD5. Grayscale: #2D2D2D. Windows color (decimal): -12704470 or 2762046. OLE color: 2762046.
HSL color Cylindrical-coordinate representation of color #3E252A: hue angle of 348º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3E252A is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 37 | 42 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.76 |
| HSL | 348º | 0.25% | 0.19% | - |
| HSV(B) | 348º | 0.4% | 0.24% | - |
| XYZ | 3.07 | 2.51 | 2.51 | - |
| YUV | 45.05 | 126.28 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 37 | 42 | 0 | 0.40 | 0.32 | 0.76 | 348 | 0.25 | 0.19 |
| Hex | 3E | 25 | 2A | 0 | 28 | 20 | 4C | 15C | 19 | 13 |
| Octal | 76 | 45 | 52 | 0 | 50 | 40 | 114 | 534 | 31 | 23 |
| Binary | 111110 | 100101 | 101010 | 0 | 101000 | 100000 | 1001100 | 101011100 | 11001 | 10011 |
Color Harmonies of #3E252A
Complementary color
Monochromatic Colors of #3E252A
Black with #3E252A
Text Example
Text Example
White with #3E252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E252A; }
p { color: rgb(62,37,42); }
H1.HeaderClassName
{
color: #3E252A;
}
.AnyTagClassName
{
color: #3E252A;
}
</style>
background-color css
<style>
a { background-color: #3E252A; }
a { background-color: rgb(62,37,42); }
div.DivClassName
{
background-color: #3E252A;
}
.BgClassName
{
background-color: #3E252A;
}
</style>
border-color css
<style>
span { border-color: #3E252A; }
span { border-color: rgb(62,37,42); }
td.TdClassName
{
border-color: #3E252A;
}
.TagClassName
{
border-color: #3E252A;
}
</style>