Shades of Jagger #3C373F
Tints of Jagger #3C373F
RGB
CMYK
RGB Variations
Color information
#3C373F (or 0x3C373F) is known color: Jagger. HEX triplet: 3C, 37 and 3F. RGB value is (60,55,63). Sum of RGB (Red+Green+Blue) = 60+55+63=178 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.71% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 63 - color contains mainly: blue. Hex color #3C373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C373F is #C3C8C0. Grayscale: #393939. Windows color (decimal): -12830913 or 4142908. OLE color: 4142908.
HSL color Cylindrical-coordinate representation of color #3C373F: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C373F is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 55 | 63 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.75 |
| HSL | 277.5º | 0.07% | 0.23% | - |
| HSV(B) | 277.5º | 0.13% | 0.25% | - |
| XYZ | 4.13 | 4.05 | 5.27 | - |
| YUV | 57.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 63 | 0.05 | 0.13 | 0 | 0.75 | 277.5 | 0.07 | 0.23 |
| Hex | 3C | 37 | 3F | 5 | D | 0 | 4B | 116 | 7 | 17 |
| Octal | 74 | 67 | 77 | 5 | 15 | 0 | 113 | 426 | 7 | 27 |
| Binary | 111100 | 110111 | 111111 | 101 | 1101 | 0 | 1001011 | 100010110 | 111 | 10111 |
Color Harmonies of #3C373F
Complementary color
Monochromatic Colors of #3C373F
Black with #3C373F
Text Example
Text Example
White with #3C373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C373F; }
p { color: rgb(60,55,63); }
H1.HeaderClassName
{
color: #3C373F;
}
.AnyTagClassName
{
color: #3C373F;
}
</style>
background-color css
<style>
a { background-color: #3C373F; }
a { background-color: rgb(60,55,63); }
div.DivClassName
{
background-color: #3C373F;
}
.BgClassName
{
background-color: #3C373F;
}
</style>
border-color css
<style>
span { border-color: #3C373F; }
span { border-color: rgb(60,55,63); }
td.TdClassName
{
border-color: #3C373F;
}
.TagClassName
{
border-color: #3C373F;
}
</style>