Shades of Jagger #3C3344
Tints of Jagger #3C3344
RGB
CMYK
RGB Variations
Color information
#3C3344 (or 0x3C3344) is known color: Jagger. HEX triplet: 3C, 33 and 44. RGB value is (60,51,68). Sum of RGB (Red+Green+Blue) = 60+51+68=179 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.52% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #3C3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3344 is #C3CCBB. Grayscale: #373737. Windows color (decimal): -12831932 or 4469564. OLE color: 4469564.
HSL color Cylindrical-coordinate representation of color #3C3344: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C3344 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 51 | 68 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.73 |
| HSL | 271.76º | 0.14% | 0.23% | - |
| HSV(B) | 271.76º | 0.25% | 0.27% | - |
| XYZ | 4.09 | 3.75 | 5.98 | - |
| YUV | 55.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 51 | 68 | 0.12 | 0.25 | 0 | 0.73 | 271.76 | 0.14 | 0.23 |
| Hex | 3C | 33 | 44 | C | 19 | 0 | 49 | 110 | E | 17 |
| Octal | 74 | 63 | 104 | 14 | 31 | 0 | 111 | 420 | 16 | 27 |
| Binary | 111100 | 110011 | 1000100 | 1100 | 11001 | 0 | 1001001 | 100010000 | 1110 | 10111 |
Color Harmonies of #3C3344
Complementary color
Monochromatic Colors of #3C3344
Black with #3C3344
Text Example
Text Example
White with #3C3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3344; }
p { color: rgb(60,51,68); }
H1.HeaderClassName
{
color: #3C3344;
}
.AnyTagClassName
{
color: #3C3344;
}
</style>
background-color css
<style>
a { background-color: #3C3344; }
a { background-color: rgb(60,51,68); }
div.DivClassName
{
background-color: #3C3344;
}
.BgClassName
{
background-color: #3C3344;
}
</style>
border-color css
<style>
span { border-color: #3C3344; }
span { border-color: rgb(60,51,68); }
td.TdClassName
{
border-color: #3C3344;
}
.TagClassName
{
border-color: #3C3344;
}
</style>