Shades of Temptress #34191F
Tints of Temptress #34191F
RGB
CMYK
RGB Variations
Color information
#34191F (or 0x34191F) is known color: Temptress. HEX triplet: 34, 19 and 1F. RGB value is (52,25,31). Sum of RGB (Red+Green+Blue) = 52+25+31=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 52 - color contains mainly: red. Hex color #34191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #34191F is #CBE6E0. Grayscale: #212121. Windows color (decimal): -13362913 or 2038068. OLE color: 2038068.
HSL color Cylindrical-coordinate representation of color #34191F: hue angle of 346.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #34191F is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 25 | 31 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.80 |
| HSL | 346.67º | 0.35% | 0.15% | - |
| HSV(B) | 346.67º | 0.52% | 0.2% | - |
| XYZ | 2.01 | 1.52 | 1.48 | - |
| YUV | 33.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 25 | 31 | 0 | 0.52 | 0.40 | 0.80 | 346.67 | 0.35 | 0.15 |
| Hex | 34 | 19 | 1F | 0 | 34 | 28 | 50 | 15B | 23 | F |
| Octal | 64 | 31 | 37 | 0 | 64 | 50 | 120 | 533 | 43 | 17 |
| Binary | 110100 | 11001 | 11111 | 0 | 110100 | 101000 | 1010000 | 101011011 | 100011 | 1111 |
Color Harmonies of #34191F
Complementary color
Monochromatic Colors of #34191F
Black with #34191F
Text Example
Text Example
White with #34191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34191F; }
p { color: rgb(52,25,31); }
H1.HeaderClassName
{
color: #34191F;
}
.AnyTagClassName
{
color: #34191F;
}
</style>
background-color css
<style>
a { background-color: #34191F; }
a { background-color: rgb(52,25,31); }
div.DivClassName
{
background-color: #34191F;
}
.BgClassName
{
background-color: #34191F;
}
</style>
border-color css
<style>
span { border-color: #34191F; }
span { border-color: rgb(52,25,31); }
td.TdClassName
{
border-color: #34191F;
}
.TagClassName
{
border-color: #34191F;
}
</style>