Shades of Jagger #3C2449
Tints of Jagger #3C2449
RGB
CMYK
RGB Variations
Color information
#3C2449 (or 0x3C2449) is known color: Jagger. HEX triplet: 3C, 24 and 49. RGB value is (60,36,73). Sum of RGB (Red+Green+Blue) = 60+36+73=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C2449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2449 is #C3DBB6. Grayscale: #2F2F2F. Windows color (decimal): -12835767 or 4793404. OLE color: 4793404.
HSL color Cylindrical-coordinate representation of color #3C2449: hue angle of 278.92º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C2449 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 60 | 36 | 73 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.71 |
| HSL | 278.92º | 0.34% | 0.21% | - |
| HSV(B) | 278.92º | 0.51% | 0.29% | - |
| XYZ | 3.7 | 2.7 | 6.63 | - |
| YUV | 47.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 36 | 73 | 0.18 | 0.51 | 0 | 0.71 | 278.92 | 0.34 | 0.21 |
| Hex | 3C | 24 | 49 | 12 | 33 | 0 | 47 | 117 | 22 | 15 |
| Octal | 74 | 44 | 111 | 22 | 63 | 0 | 107 | 427 | 42 | 25 |
| Binary | 111100 | 100100 | 1001001 | 10010 | 110011 | 0 | 1000111 | 100010111 | 100010 | 10101 |
Color Harmonies of #3C2449
Complementary color
Monochromatic Colors of #3C2449
Black with #3C2449
Text Example
Text Example
White with #3C2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2449; }
p { color: rgb(60,36,73); }
H1.HeaderClassName
{
color: #3C2449;
}
.AnyTagClassName
{
color: #3C2449;
}
</style>
background-color css
<style>
a { background-color: #3C2449; }
a { background-color: rgb(60,36,73); }
div.DivClassName
{
background-color: #3C2449;
}
.BgClassName
{
background-color: #3C2449;
}
</style>
border-color css
<style>
span { border-color: #3C2449; }
span { border-color: rgb(60,36,73); }
td.TdClassName
{
border-color: #3C2449;
}
.TagClassName
{
border-color: #3C2449;
}
</style>