Shades of Jagger #3C3040
Tints of Jagger #3C3040
RGB
CMYK
RGB Variations
Color information
#3C3040 (or 0x3C3040) is known color: Jagger. HEX triplet: 3C, 30 and 40. RGB value is (60,48,64). Sum of RGB (Red+Green+Blue) = 60+48+64=172 (22% of max value = 765). Red value is 60 (23.83% from 255 or 34.88% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3040 is #C3CFBF. Grayscale: #353535. Windows color (decimal): -12832704 or 4206652. OLE color: 4206652.
HSL color Cylindrical-coordinate representation of color #3C3040: hue angle of 285º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C3040 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 48 | 64 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.75 |
| HSL | 285º | 0.14% | 0.22% | - |
| HSV(B) | 285º | 0.25% | 0.25% | - |
| XYZ | 3.85 | 3.44 | 5.31 | - |
| YUV | 53.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 48 | 64 | 0.06 | 0.25 | 0 | 0.75 | 285 | 0.14 | 0.22 |
| Hex | 3C | 30 | 40 | 6 | 19 | 0 | 4B | 11D | E | 16 |
| Octal | 74 | 60 | 100 | 6 | 31 | 0 | 113 | 435 | 16 | 26 |
| Binary | 111100 | 110000 | 1000000 | 110 | 11001 | 0 | 1001011 | 100011101 | 1110 | 10110 |
Color Harmonies of #3C3040
Complementary color
Monochromatic Colors of #3C3040
Black with #3C3040
Text Example
Text Example
White with #3C3040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3040; }
p { color: rgb(60,48,64); }
H1.HeaderClassName
{
color: #3C3040;
}
.AnyTagClassName
{
color: #3C3040;
}
</style>
background-color css
<style>
a { background-color: #3C3040; }
a { background-color: rgb(60,48,64); }
div.DivClassName
{
background-color: #3C3040;
}
.BgClassName
{
background-color: #3C3040;
}
</style>
border-color css
<style>
span { border-color: #3C3040; }
span { border-color: rgb(60,48,64); }
td.TdClassName
{
border-color: #3C3040;
}
.TagClassName
{
border-color: #3C3040;
}
</style>