Shades of Jagger #3C2845
Tints of Jagger #3C2845
RGB
CMYK
RGB Variations
Color information
#3C2845 (or 0x3C2845) is known color: Jagger. HEX triplet: 3C, 28 and 45. RGB value is (60,40,69). Sum of RGB (Red+Green+Blue) = 60+40+69=169 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.50% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #3C2845 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2845 is #C3D7BA. Grayscale: #313131. Windows color (decimal): -12834747 or 4532284. OLE color: 4532284.
HSL color Cylindrical-coordinate representation of color #3C2845: hue angle of 281.38º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3C2845 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 40 | 69 | - |
| CMYK | 0.13 | 0.42 | 0 | 0.73 |
| HSL | 281.38º | 0.27% | 0.21% | - |
| HSV(B) | 281.38º | 0.42% | 0.27% | - |
| XYZ | 3.7 | 2.91 | 6 | - |
| YUV | 49.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 40 | 69 | 0.13 | 0.42 | 0 | 0.73 | 281.38 | 0.27 | 0.21 |
| Hex | 3C | 28 | 45 | D | 2A | 0 | 49 | 119 | 1B | 15 |
| Octal | 74 | 50 | 105 | 15 | 52 | 0 | 111 | 431 | 33 | 25 |
| Binary | 111100 | 101000 | 1000101 | 1101 | 101010 | 0 | 1001001 | 100011001 | 11011 | 10101 |
Color Harmonies of #3C2845
Complementary color
Monochromatic Colors of #3C2845
Black with #3C2845
Text Example
Text Example
White with #3C2845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2845; }
p { color: rgb(60,40,69); }
H1.HeaderClassName
{
color: #3C2845;
}
.AnyTagClassName
{
color: #3C2845;
}
</style>
background-color css
<style>
a { background-color: #3C2845; }
a { background-color: rgb(60,40,69); }
div.DivClassName
{
background-color: #3C2845;
}
.BgClassName
{
background-color: #3C2845;
}
</style>
border-color css
<style>
span { border-color: #3C2845; }
span { border-color: rgb(60,40,69); }
td.TdClassName
{
border-color: #3C2845;
}
.TagClassName
{
border-color: #3C2845;
}
</style>