Shades of Jagger #3C3642
Tints of Jagger #3C3642
RGB
CMYK
RGB Variations
Color information
#3C3642 (or 0x3C3642) is known color: Jagger. HEX triplet: 3C, 36 and 42. RGB value is (60,54,66). Sum of RGB (Red+Green+Blue) = 60+54+66=180 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.33% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #3C3642 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3642 is #C3C9BD. Grayscale: #393939. Windows color (decimal): -12831166 or 4339260. OLE color: 4339260.
HSL color Cylindrical-coordinate representation of color #3C3642: hue angle of 270º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C3642 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 54 | 66 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.74 |
| HSL | 270º | 0.1% | 0.24% | - |
| HSV(B) | 270º | 0.18% | 0.26% | - |
| XYZ | 4.17 | 3.99 | 5.71 | - |
| YUV | 57.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 66 | 0.09 | 0.18 | 0 | 0.74 | 270 | 0.1 | 0.24 |
| Hex | 3C | 36 | 42 | 9 | 12 | 0 | 4A | 10E | A | 18 |
| Octal | 74 | 66 | 102 | 11 | 22 | 0 | 112 | 416 | 12 | 30 |
| Binary | 111100 | 110110 | 1000010 | 1001 | 10010 | 0 | 1001010 | 100001110 | 1010 | 11000 |
Color Harmonies of #3C3642
Complementary color
Monochromatic Colors of #3C3642
Black with #3C3642
Text Example
Text Example
White with #3C3642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3642; }
p { color: rgb(60,54,66); }
H1.HeaderClassName
{
color: #3C3642;
}
.AnyTagClassName
{
color: #3C3642;
}
</style>
background-color css
<style>
a { background-color: #3C3642; }
a { background-color: rgb(60,54,66); }
div.DivClassName
{
background-color: #3C3642;
}
.BgClassName
{
background-color: #3C3642;
}
</style>
border-color css
<style>
span { border-color: #3C3642; }
span { border-color: rgb(60,54,66); }
td.TdClassName
{
border-color: #3C3642;
}
.TagClassName
{
border-color: #3C3642;
}
</style>