Shades of Jagger #3C2A44
Tints of Jagger #3C2A44
RGB
CMYK
RGB Variations
Color information
#3C2A44 (or 0x3C2A44) is known color: Jagger. HEX triplet: 3C, 2A and 44. RGB value is (60,42,68). Sum of RGB (Red+Green+Blue) = 60+42+68=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C2A44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2A44 is #C3D5BB. Grayscale: #323232. Windows color (decimal): -12834236 or 4467260. OLE color: 4467260.
HSL color Cylindrical-coordinate representation of color #3C2A44: hue angle of 281.54º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2A44 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 42 | 68 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.73 |
| HSL | 281.54º | 0.24% | 0.22% | - |
| HSV(B) | 281.54º | 0.38% | 0.27% | - |
| XYZ | 3.73 | 3.03 | 5.86 | - |
| YUV | 50.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 42 | 68 | 0.12 | 0.38 | 0 | 0.73 | 281.54 | 0.24 | 0.22 |
| Hex | 3C | 2A | 44 | C | 26 | 0 | 49 | 11A | 18 | 16 |
| Octal | 74 | 52 | 104 | 14 | 46 | 0 | 111 | 432 | 30 | 26 |
| Binary | 111100 | 101010 | 1000100 | 1100 | 100110 | 0 | 1001001 | 100011010 | 11000 | 10110 |
Color Harmonies of #3C2A44
Complementary color
Monochromatic Colors of #3C2A44
Black with #3C2A44
Text Example
Text Example
White with #3C2A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2A44; }
p { color: rgb(60,42,68); }
H1.HeaderClassName
{
color: #3C2A44;
}
.AnyTagClassName
{
color: #3C2A44;
}
</style>
background-color css
<style>
a { background-color: #3C2A44; }
a { background-color: rgb(60,42,68); }
div.DivClassName
{
background-color: #3C2A44;
}
.BgClassName
{
background-color: #3C2A44;
}
</style>
border-color css
<style>
span { border-color: #3C2A44; }
span { border-color: rgb(60,42,68); }
td.TdClassName
{
border-color: #3C2A44;
}
.TagClassName
{
border-color: #3C2A44;
}
</style>