Shades of Jagger #3C3240
Tints of Jagger #3C3240
RGB
CMYK
RGB Variations
Color information
#3C3240 (or 0x3C3240) is known color: Jagger. HEX triplet: 3C, 32 and 40. RGB value is (60,50,64). Sum of RGB (Red+Green+Blue) = 60+50+64=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 64 (25.39% from 255 or 36.78% from 174); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3240 is #C3CDBF. Grayscale: #363636. Windows color (decimal): -12832192 or 4207164. OLE color: 4207164.
HSL color Cylindrical-coordinate representation of color #3C3240: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C3240 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 50 | 64 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.75 |
| HSL | 282.86º | 0.12% | 0.22% | - |
| HSV(B) | 282.86º | 0.22% | 0.25% | - |
| XYZ | 3.93 | 3.61 | 5.34 | - |
| YUV | 54.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 64 | 0.06 | 0.22 | 0 | 0.75 | 282.86 | 0.12 | 0.22 |
| Hex | 3C | 32 | 40 | 6 | 16 | 0 | 4B | 11B | C | 16 |
| Octal | 74 | 62 | 100 | 6 | 26 | 0 | 113 | 433 | 14 | 26 |
| Binary | 111100 | 110010 | 1000000 | 110 | 10110 | 0 | 1001011 | 100011011 | 1100 | 10110 |
Color Harmonies of #3C3240
Complementary color
Monochromatic Colors of #3C3240
Black with #3C3240
Text Example
Text Example
White with #3C3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3240; }
p { color: rgb(60,50,64); }
H1.HeaderClassName
{
color: #3C3240;
}
.AnyTagClassName
{
color: #3C3240;
}
</style>
background-color css
<style>
a { background-color: #3C3240; }
a { background-color: rgb(60,50,64); }
div.DivClassName
{
background-color: #3C3240;
}
.BgClassName
{
background-color: #3C3240;
}
</style>
border-color css
<style>
span { border-color: #3C3240; }
span { border-color: rgb(60,50,64); }
td.TdClassName
{
border-color: #3C3240;
}
.TagClassName
{
border-color: #3C3240;
}
</style>