Shades of Temptress #3C252B
Tints of Temptress #3C252B
RGB
CMYK
RGB Variations
Color information
#3C252B (or 0x3C252B) is known color: Temptress. HEX triplet: 3C, 25 and 2B. RGB value is (60,37,43). Sum of RGB (Red+Green+Blue) = 60+37+43=140 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.86% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 60 - color contains mainly: red. Hex color #3C252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C252B is #C3DAD4. Grayscale: #2C2C2C. Windows color (decimal): -12835541 or 2827580. OLE color: 2827580.
HSL color Cylindrical-coordinate representation of color #3C252B: hue angle of 344.35º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C252B is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 43 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.76 |
| HSL | 344.35º | 0.24% | 0.19% | - |
| HSV(B) | 344.35º | 0.38% | 0.24% | - |
| XYZ | 2.96 | 2.46 | 2.6 | - |
| YUV | 44.56 | 127.12 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 43 | 0 | 0.38 | 0.28 | 0.76 | 344.35 | 0.24 | 0.19 |
| Hex | 3C | 25 | 2B | 0 | 26 | 1C | 4C | 158 | 18 | 13 |
| Octal | 74 | 45 | 53 | 0 | 46 | 34 | 114 | 530 | 30 | 23 |
| Binary | 111100 | 100101 | 101011 | 0 | 100110 | 11100 | 1001100 | 101011000 | 11000 | 10011 |
Color Harmonies of #3C252B
Complementary color
Monochromatic Colors of #3C252B
Black with #3C252B
Text Example
Text Example
White with #3C252B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C252B; }
p { color: rgb(60,37,43); }
H1.HeaderClassName
{
color: #3C252B;
}
.AnyTagClassName
{
color: #3C252B;
}
</style>
background-color css
<style>
a { background-color: #3C252B; }
a { background-color: rgb(60,37,43); }
div.DivClassName
{
background-color: #3C252B;
}
.BgClassName
{
background-color: #3C252B;
}
</style>
border-color css
<style>
span { border-color: #3C252B; }
span { border-color: rgb(60,37,43); }
td.TdClassName
{
border-color: #3C252B;
}
.TagClassName
{
border-color: #3C252B;
}
</style>