Shades of Temptress #3C151E
Tints of Temptress #3C151E
RGB
CMYK
RGB Variations
Color information
#3C151E (or 0x3C151E) is known color: Temptress. HEX triplet: 3C, 15 and 1E. RGB value is (60,21,30). Sum of RGB (Red+Green+Blue) = 60+21+30=111 (14% of max value = 765). Red value is 60 (23.83% from 255 or 54.05% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 60 - color contains mainly: red. Hex color #3C151E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C151E is #C3EAE1. Grayscale: #212121. Windows color (decimal): -12839650 or 1971516. OLE color: 1971516.
HSL color Cylindrical-coordinate representation of color #3C151E: hue angle of 346.15º 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 #3C151E is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 21 | 30 | - |
CMYK | 0 | 0.65 | 0.50 | 0.76 |
HSL | 346.15º | 0.48% | 0.16% | - |
HSV(B) | 346.15º | 0.65% | 0.24% | - |
XYZ | 2.37 | 1.59 | 1.41 | - |
YUV | 33.69 | 125.92 | 146.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 21 | 30 | 0 | 0.65 | 0.50 | 0.76 | 346.15 | 0.48 | 0.16 |
Hex | 3C | 15 | 1E | 0 | 41 | 32 | 4C | 15A | 30 | 10 |
Octal | 74 | 25 | 36 | 0 | 101 | 62 | 114 | 532 | 60 | 20 |
Binary | 111100 | 10101 | 11110 | 0 | 1000001 | 110010 | 1001100 | 101011010 | 110000 | 10000 |
Color Harmonies of #3C151E
Complementary color
Monochromatic Colors of #3C151E
Black with #3C151E
Text Example
Text Example
White with #3C151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C151E; }
p { color: rgb(60,21,30); }
H1.HeaderClassName
{
color: #3C151E;
}
.AnyTagClassName
{
color: #3C151E;
}
</style>
background-color css
<style>
a { background-color: #3C151E; }
a { background-color: rgb(60,21,30); }
div.DivClassName
{
background-color: #3C151E;
}
.BgClassName
{
background-color: #3C151E;
}
</style>
border-color css
<style>
span { border-color: #3C151E; }
span { border-color: rgb(60,21,30); }
td.TdClassName
{
border-color: #3C151E;
}
.TagClassName
{
border-color: #3C151E;
}
</style>