Shades of Temptress #3E151E
Tints of Temptress #3E151E
RGB
CMYK
RGB Variations
Color information
#3E151E (or 0x3E151E) is known color: Temptress. HEX triplet: 3E, 15 and 1E. RGB value is (62,21,30). Sum of RGB (Red+Green+Blue) = 62+21+30=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E151E is #C1EAE1. Grayscale: #222222. Windows color (decimal): -12708578 or 1971518. OLE color: 1971518.
HSL color Cylindrical-coordinate representation of color #3E151E: hue angle of 346.83º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E151E is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 30 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.76 |
| HSL | 346.83º | 0.49% | 0.16% | - |
| HSV(B) | 346.83º | 0.66% | 0.24% | - |
| XYZ | 2.49 | 1.65 | 1.42 | - |
| YUV | 34.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 30 | 0 | 0.66 | 0.52 | 0.76 | 346.83 | 0.49 | 0.16 |
| Hex | 3E | 15 | 1E | 0 | 42 | 34 | 4C | 15B | 31 | 10 |
| Octal | 76 | 25 | 36 | 0 | 102 | 64 | 114 | 533 | 61 | 20 |
| Binary | 111110 | 10101 | 11110 | 0 | 1000010 | 110100 | 1001100 | 101011011 | 110001 | 10000 |
Color Harmonies of #3E151E
Complementary color
Monochromatic Colors of #3E151E
Black with #3E151E
Text Example
Text Example
White with #3E151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E151E; }
p { color: rgb(62,21,30); }
H1.HeaderClassName
{
color: #3E151E;
}
.AnyTagClassName
{
color: #3E151E;
}
</style>
background-color css
<style>
a { background-color: #3E151E; }
a { background-color: rgb(62,21,30); }
div.DivClassName
{
background-color: #3E151E;
}
.BgClassName
{
background-color: #3E151E;
}
</style>
border-color css
<style>
span { border-color: #3E151E; }
span { border-color: rgb(62,21,30); }
td.TdClassName
{
border-color: #3E151E;
}
.TagClassName
{
border-color: #3E151E;
}
</style>