Shades of Temptress #341C24
Tints of Temptress #341C24
RGB
CMYK
RGB Variations
Color information
#341C24 (or 0x341C24) is known color: Temptress. HEX triplet: 34, 1C and 24. RGB value is (52,28,36). Sum of RGB (Red+Green+Blue) = 52+28+36=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 52 - color contains mainly: red. Hex color #341C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341C24 is #CBE3DB. Grayscale: #242424. Windows color (decimal): -13362140 or 2366516. OLE color: 2366516.
HSL color Cylindrical-coordinate representation of color #341C24: hue angle of 340º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #341C24 is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 28 | 36 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.80 |
| HSL | 340º | 0.3% | 0.16% | - |
| HSV(B) | 340º | 0.46% | 0.2% | - |
| XYZ | 2.15 | 1.69 | 1.88 | - |
| YUV | 36.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 28 | 36 | 0 | 0.46 | 0.31 | 0.80 | 340 | 0.3 | 0.16 |
| Hex | 34 | 1C | 24 | 0 | 2E | 1F | 50 | 154 | 1E | 10 |
| Octal | 64 | 34 | 44 | 0 | 56 | 37 | 120 | 524 | 36 | 20 |
| Binary | 110100 | 11100 | 100100 | 0 | 101110 | 11111 | 1010000 | 101010100 | 11110 | 10000 |
Color Harmonies of #341C24
Complementary color
Monochromatic Colors of #341C24
Black with #341C24
Text Example
Text Example
White with #341C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #341C24; }
p { color: rgb(52,28,36); }
H1.HeaderClassName
{
color: #341C24;
}
.AnyTagClassName
{
color: #341C24;
}
</style>
background-color css
<style>
a { background-color: #341C24; }
a { background-color: rgb(52,28,36); }
div.DivClassName
{
background-color: #341C24;
}
.BgClassName
{
background-color: #341C24;
}
</style>
border-color css
<style>
span { border-color: #341C24; }
span { border-color: rgb(52,28,36); }
td.TdClassName
{
border-color: #341C24;
}
.TagClassName
{
border-color: #341C24;
}
</style>