Shades of Temptress #3C151F
Tints of Temptress #3C151F
RGB
CMYK
RGB Variations
Color information
#3C151F (or 0x3C151F) is known color: Temptress. HEX triplet: 3C, 15 and 1F. RGB value is (60,21,31). Sum of RGB (Red+Green+Blue) = 60+21+31=112 (14% of max value = 765). Red value is 60 (23.83% from 255 or 53.57% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 31 (12.5% from 255 or 27.68% from 112); Max value from RGB is 60 - color contains mainly: red. Hex color #3C151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C151F is #C3EAE0. Grayscale: #212121. Windows color (decimal): -12839649 or 2037052. OLE color: 2037052.
HSL color Cylindrical-coordinate representation of color #3C151F: hue angle of 344.62º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C151F is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 21 | 31 | - |
| CMYK | 0 | 0.65 | 0.48 | 0.76 |
| HSL | 344.62º | 0.48% | 0.16% | - |
| HSV(B) | 344.62º | 0.65% | 0.24% | - |
| XYZ | 2.38 | 1.6 | 1.48 | - |
| YUV | 33.8 | 126.42 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 21 | 31 | 0 | 0.65 | 0.48 | 0.76 | 344.62 | 0.48 | 0.16 |
| Hex | 3C | 15 | 1F | 0 | 41 | 30 | 4C | 159 | 30 | 10 |
| Octal | 74 | 25 | 37 | 0 | 101 | 60 | 114 | 531 | 60 | 20 |
| Binary | 111100 | 10101 | 11111 | 0 | 1000001 | 110000 | 1001100 | 101011001 | 110000 | 10000 |
Color Harmonies of #3C151F
Complementary color
Monochromatic Colors of #3C151F
Black with #3C151F
Text Example
Text Example
White with #3C151F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C151F; }
p { color: rgb(60,21,31); }
H1.HeaderClassName
{
color: #3C151F;
}
.AnyTagClassName
{
color: #3C151F;
}
</style>
background-color css
<style>
a { background-color: #3C151F; }
a { background-color: rgb(60,21,31); }
div.DivClassName
{
background-color: #3C151F;
}
.BgClassName
{
background-color: #3C151F;
}
</style>
border-color css
<style>
span { border-color: #3C151F; }
span { border-color: rgb(60,21,31); }
td.TdClassName
{
border-color: #3C151F;
}
.TagClassName
{
border-color: #3C151F;
}
</style>