Shades of Jagger #3C3243
Tints of Jagger #3C3243
RGB
CMYK
RGB Variations
Color information
#3C3243 (or 0x3C3243) is known color: Jagger. HEX triplet: 3C, 32 and 43. RGB value is (60,50,67). Sum of RGB (Red+Green+Blue) = 60+50+67=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: blue. Hex color #3C3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3243 is #C3CDBC. Grayscale: #363636. Windows color (decimal): -12832189 or 4403772. OLE color: 4403772.
HSL color Cylindrical-coordinate representation of color #3C3243: hue angle of 275.29º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C3243 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 50 | 67 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.74 |
| HSL | 275.29º | 0.15% | 0.23% | - |
| HSV(B) | 275.29º | 0.25% | 0.26% | - |
| XYZ | 4.02 | 3.65 | 5.8 | - |
| YUV | 54.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 50 | 67 | 0.10 | 0.25 | 0 | 0.74 | 275.29 | 0.15 | 0.23 |
| Hex | 3C | 32 | 43 | A | 19 | 0 | 4A | 113 | F | 17 |
| Octal | 74 | 62 | 103 | 12 | 31 | 0 | 112 | 423 | 17 | 27 |
| Binary | 111100 | 110010 | 1000011 | 1010 | 11001 | 0 | 1001010 | 100010011 | 1111 | 10111 |
Color Harmonies of #3C3243
Complementary color
Monochromatic Colors of #3C3243
Black with #3C3243
Text Example
Text Example
White with #3C3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3243; }
p { color: rgb(60,50,67); }
H1.HeaderClassName
{
color: #3C3243;
}
.AnyTagClassName
{
color: #3C3243;
}
</style>
background-color css
<style>
a { background-color: #3C3243; }
a { background-color: rgb(60,50,67); }
div.DivClassName
{
background-color: #3C3243;
}
.BgClassName
{
background-color: #3C3243;
}
</style>
border-color css
<style>
span { border-color: #3C3243; }
span { border-color: rgb(60,50,67); }
td.TdClassName
{
border-color: #3C3243;
}
.TagClassName
{
border-color: #3C3243;
}
</style>