Shades of Temptress #331E23
Tints of Temptress #331E23
RGB
CMYK
RGB Variations
Color information
#331E23 (or 0x331E23) is known color: Temptress. HEX triplet: 33, 1E and 23. RGB value is (51,30,35). Sum of RGB (Red+Green+Blue) = 51+30+35=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 30 (12.11% from 255 or 25.86% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 51 - color contains mainly: red. Hex color #331E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E23 is #CCE1DC. Grayscale: #242424. Windows color (decimal): -13427165 or 2301491. OLE color: 2301491.
HSL color Cylindrical-coordinate representation of color #331E23: hue angle of 345.71º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #331E23 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 30 | 35 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.8 |
| HSL | 345.71º | 0.26% | 0.16% | - |
| HSV(B) | 345.71º | 0.41% | 0.2% | - |
| XYZ | 2.13 | 1.75 | 1.82 | - |
| YUV | 36.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 30 | 35 | 0 | 0.41 | 0.31 | 0.8 | 345.71 | 0.26 | 0.16 |
| Hex | 33 | 1E | 23 | 0 | 29 | 1F | 50 | 15A | 1A | 10 |
| Octal | 63 | 36 | 43 | 0 | 51 | 37 | 120 | 532 | 32 | 20 |
| Binary | 110011 | 11110 | 100011 | 0 | 101001 | 11111 | 1010000 | 101011010 | 11010 | 10000 |
Color Harmonies of #331E23
Complementary color
Monochromatic Colors of #331E23
Black with #331E23
Text Example
Text Example
White with #331E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331E23; }
p { color: rgb(51,30,35); }
H1.HeaderClassName
{
color: #331E23;
}
.AnyTagClassName
{
color: #331E23;
}
</style>
background-color css
<style>
a { background-color: #331E23; }
a { background-color: rgb(51,30,35); }
div.DivClassName
{
background-color: #331E23;
}
.BgClassName
{
background-color: #331E23;
}
</style>
border-color css
<style>
span { border-color: #331E23; }
span { border-color: rgb(51,30,35); }
td.TdClassName
{
border-color: #331E23;
}
.TagClassName
{
border-color: #331E23;
}
</style>