Shades of Jagger #3C2F46
Tints of Jagger #3C2F46
RGB
CMYK
RGB Variations
Color information
#3C2F46 (or 0x3C2F46) is known color: Jagger. HEX triplet: 3C, 2F and 46. RGB value is (60,47,70). Sum of RGB (Red+Green+Blue) = 60+47+70=177 (23% of max value = 765). Red value is 60 (23.83% from 255 or 33.90% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #3C2F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2F46 is #C3D0B9. Grayscale: #353535. Windows color (decimal): -12832954 or 4599612. OLE color: 4599612.
HSL color Cylindrical-coordinate representation of color #3C2F46: hue angle of 273.91º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C2F46 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 47 | 70 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.73 |
| HSL | 273.91º | 0.2% | 0.23% | - |
| HSV(B) | 273.91º | 0.33% | 0.27% | - |
| XYZ | 3.99 | 3.44 | 6.25 | - |
| YUV | 53.51 | 137.31 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 70 | 0.14 | 0.33 | 0 | 0.73 | 273.91 | 0.2 | 0.23 |
| Hex | 3C | 2F | 46 | E | 21 | 0 | 49 | 112 | 14 | 17 |
| Octal | 74 | 57 | 106 | 16 | 41 | 0 | 111 | 422 | 24 | 27 |
| Binary | 111100 | 101111 | 1000110 | 1110 | 100001 | 0 | 1001001 | 100010010 | 10100 | 10111 |
Color Harmonies of #3C2F46
Complementary color
Monochromatic Colors of #3C2F46
Black with #3C2F46
Text Example
Text Example
White with #3C2F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2F46; }
p { color: rgb(60,47,70); }
H1.HeaderClassName
{
color: #3C2F46;
}
.AnyTagClassName
{
color: #3C2F46;
}
</style>
background-color css
<style>
a { background-color: #3C2F46; }
a { background-color: rgb(60,47,70); }
div.DivClassName
{
background-color: #3C2F46;
}
.BgClassName
{
background-color: #3C2F46;
}
</style>
border-color css
<style>
span { border-color: #3C2F46; }
span { border-color: rgb(60,47,70); }
td.TdClassName
{
border-color: #3C2F46;
}
.TagClassName
{
border-color: #3C2F46;
}
</style>