Shades of Jagger #3C2D48
Tints of Jagger #3C2D48
RGB
CMYK
RGB Variations
Color information
#3C2D48 (or 0x3C2D48) is known color: Jagger. HEX triplet: 3C, 2D and 48. RGB value is (60,45,72). Sum of RGB (Red+Green+Blue) = 60+45+72=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #3C2D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2D48 is #C3D2B7. Grayscale: #343434. Windows color (decimal): -12833464 or 4730172. OLE color: 4730172.
HSL color Cylindrical-coordinate representation of color #3C2D48: hue angle of 273.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2D48 is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 45 | 72 | - |
| CMYK | 0.17 | 0.38 | 0 | 0.72 |
| HSL | 273.33º | 0.23% | 0.23% | - |
| HSV(B) | 273.33º | 0.38% | 0.28% | - |
| XYZ | 3.97 | 3.31 | 6.56 | - |
| YUV | 52.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 45 | 72 | 0.17 | 0.38 | 0 | 0.72 | 273.33 | 0.23 | 0.23 |
| Hex | 3C | 2D | 48 | 11 | 26 | 0 | 48 | 111 | 17 | 17 |
| Octal | 74 | 55 | 110 | 21 | 46 | 0 | 110 | 421 | 27 | 27 |
| Binary | 111100 | 101101 | 1001000 | 10001 | 100110 | 0 | 1001000 | 100010001 | 10111 | 10111 |
Color Harmonies of #3C2D48
Complementary color
Monochromatic Colors of #3C2D48
Black with #3C2D48
Text Example
Text Example
White with #3C2D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2D48; }
p { color: rgb(60,45,72); }
H1.HeaderClassName
{
color: #3C2D48;
}
.AnyTagClassName
{
color: #3C2D48;
}
</style>
background-color css
<style>
a { background-color: #3C2D48; }
a { background-color: rgb(60,45,72); }
div.DivClassName
{
background-color: #3C2D48;
}
.BgClassName
{
background-color: #3C2D48;
}
</style>
border-color css
<style>
span { border-color: #3C2D48; }
span { border-color: rgb(60,45,72); }
td.TdClassName
{
border-color: #3C2D48;
}
.TagClassName
{
border-color: #3C2D48;
}
</style>