Shades of Jagger #3F3547
Tints of Jagger #3F3547
RGB
CMYK
RGB Variations
Color information
#3F3547 (or 0x3F3547) is known color: Jagger. HEX triplet: 3F, 35 and 47. RGB value is (63,53,71). Sum of RGB (Red+Green+Blue) = 63+53+71=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 53 (21.09% from 255 or 28.34% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3547 is #C0CAB8. Grayscale: #393939. Windows color (decimal): -12634809 or 4666687. OLE color: 4666687.
HSL color Cylindrical-coordinate representation of color #3F3547: hue angle of 273.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F3547 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 53 | 71 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.72 |
| HSL | 273.33º | 0.15% | 0.24% | - |
| HSV(B) | 273.33º | 0.25% | 0.28% | - |
| XYZ | 4.46 | 4.06 | 6.51 | - |
| YUV | 58.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 71 | 0.11 | 0.25 | 0 | 0.72 | 273.33 | 0.15 | 0.24 |
| Hex | 3F | 35 | 47 | B | 19 | 0 | 48 | 111 | F | 18 |
| Octal | 77 | 65 | 107 | 13 | 31 | 0 | 110 | 421 | 17 | 30 |
| Binary | 111111 | 110101 | 1000111 | 1011 | 11001 | 0 | 1001000 | 100010001 | 1111 | 11000 |
Color Harmonies of #3F3547
Complementary color
Monochromatic Colors of #3F3547
Black with #3F3547
Text Example
Text Example
White with #3F3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3547; }
p { color: rgb(63,53,71); }
H1.HeaderClassName
{
color: #3F3547;
}
.AnyTagClassName
{
color: #3F3547;
}
</style>
background-color css
<style>
a { background-color: #3F3547; }
a { background-color: rgb(63,53,71); }
div.DivClassName
{
background-color: #3F3547;
}
.BgClassName
{
background-color: #3F3547;
}
</style>
border-color css
<style>
span { border-color: #3F3547; }
span { border-color: rgb(63,53,71); }
td.TdClassName
{
border-color: #3F3547;
}
.TagClassName
{
border-color: #3F3547;
}
</style>