Shades of Temptress #351E26
Tints of Temptress #351E26
RGB
CMYK
RGB Variations
Color information
#351E26 (or 0x351E26) is known color: Temptress. HEX triplet: 35, 1E and 26. RGB value is (53,30,38). Sum of RGB (Red+Green+Blue) = 53+30+38=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #351E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351E26 is #CAE1D9. Grayscale: #252525. Windows color (decimal): -13296090 or 2498101. OLE color: 2498101.
HSL color Cylindrical-coordinate representation of color #351E26: hue angle of 339.13º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #351E26 is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 30 | 38 | - |
| CMYK | 0 | 0.43 | 0.28 | 0.79 |
| HSL | 339.13º | 0.28% | 0.16% | - |
| HSV(B) | 339.13º | 0.43% | 0.21% | - |
| XYZ | 2.28 | 1.83 | 2.07 | - |
| YUV | 37.79 | 128.12 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 30 | 38 | 0 | 0.43 | 0.28 | 0.79 | 339.13 | 0.28 | 0.16 |
| Hex | 35 | 1E | 26 | 0 | 2B | 1C | 4F | 153 | 1C | 10 |
| Octal | 65 | 36 | 46 | 0 | 53 | 34 | 117 | 523 | 34 | 20 |
| Binary | 110101 | 11110 | 100110 | 0 | 101011 | 11100 | 1001111 | 101010011 | 11100 | 10000 |
Color Harmonies of #351E26
Complementary color
Monochromatic Colors of #351E26
Black with #351E26
Text Example
Text Example
White with #351E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #351E26; }
p { color: rgb(53,30,38); }
H1.HeaderClassName
{
color: #351E26;
}
.AnyTagClassName
{
color: #351E26;
}
</style>
background-color css
<style>
a { background-color: #351E26; }
a { background-color: rgb(53,30,38); }
div.DivClassName
{
background-color: #351E26;
}
.BgClassName
{
background-color: #351E26;
}
</style>
border-color css
<style>
span { border-color: #351E26; }
span { border-color: rgb(53,30,38); }
td.TdClassName
{
border-color: #351E26;
}
.TagClassName
{
border-color: #351E26;
}
</style>