Shades of Temptress #3C232A
Tints of Temptress #3C232A
RGB
CMYK
RGB Variations
Color information
#3C232A (or 0x3C232A) is known color: Temptress. HEX triplet: 3C, 23 and 2A. RGB value is (60,35,42). Sum of RGB (Red+Green+Blue) = 60+35+42=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 42 (16.80% from 255 or 30.66% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C232A is #C3DCD5. Grayscale: #2B2B2B. Windows color (decimal): -12836054 or 2761532. OLE color: 2761532.
HSL color Cylindrical-coordinate representation of color #3C232A: hue angle of 343.2º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C232A is Cyan = 0, Magento = 0.42, Yellow = 0.3 and Black (K on CMYK) = 0.76.
Color convert
RGB | 60 | 35 | 42 | - |
CMYK | 0 | 0.42 | 0.3 | 0.76 |
HSL | 343.2º | 0.26% | 0.19% | - |
HSV(B) | 343.2º | 0.42% | 0.24% | - |
XYZ | 2.88 | 2.33 | 2.49 | - |
YUV | 43.27 | 127.28 | 139.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 35 | 42 | 0 | 0.42 | 0.3 | 0.76 | 343.2 | 0.26 | 0.19 |
Hex | 3C | 23 | 2A | 0 | 2A | 1E | 4C | 157 | 1A | 13 |
Octal | 74 | 43 | 52 | 0 | 52 | 36 | 114 | 527 | 32 | 23 |
Binary | 111100 | 100011 | 101010 | 0 | 101010 | 11110 | 1001100 | 101010111 | 11010 | 10011 |
Color Harmonies of #3C232A
Complementary color
Monochromatic Colors of #3C232A
Black with #3C232A
Text Example
Text Example
White with #3C232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C232A; }
p { color: rgb(60,35,42); }
H1.HeaderClassName
{
color: #3C232A;
}
.AnyTagClassName
{
color: #3C232A;
}
</style>
background-color css
<style>
a { background-color: #3C232A; }
a { background-color: rgb(60,35,42); }
div.DivClassName
{
background-color: #3C232A;
}
.BgClassName
{
background-color: #3C232A;
}
</style>
border-color css
<style>
span { border-color: #3C232A; }
span { border-color: rgb(60,35,42); }
td.TdClassName
{
border-color: #3C232A;
}
.TagClassName
{
border-color: #3C232A;
}
</style>