Shades of Jagger #3F3148
Tints of Jagger #3F3148
RGB
CMYK
RGB Variations
Color information
#3F3148 (or 0x3F3148) is known color: Jagger. HEX triplet: 3F, 31 and 48. RGB value is (63,49,72). Sum of RGB (Red+Green+Blue) = 63+49+72=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 72 (28.52% from 255 or 39.13% from 184); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3148 is #C0CEB7. Grayscale: #373737. Windows color (decimal): -12635832 or 4731199. OLE color: 4731199.
HSL color Cylindrical-coordinate representation of color #3F3148: hue angle of 276.52º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3F3148 is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 49 | 72 | - |
| CMYK | 0.12 | 0.32 | 0 | 0.72 |
| HSL | 276.52º | 0.19% | 0.24% | - |
| HSV(B) | 276.52º | 0.32% | 0.28% | - |
| XYZ | 4.32 | 3.72 | 6.62 | - |
| YUV | 55.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 72 | 0.12 | 0.32 | 0 | 0.72 | 276.52 | 0.19 | 0.24 |
| Hex | 3F | 31 | 48 | C | 20 | 0 | 48 | 115 | 13 | 18 |
| Octal | 77 | 61 | 110 | 14 | 40 | 0 | 110 | 425 | 23 | 30 |
| Binary | 111111 | 110001 | 1001000 | 1100 | 100000 | 0 | 1001000 | 100010101 | 10011 | 11000 |
Color Harmonies of #3F3148
Complementary color
Monochromatic Colors of #3F3148
Black with #3F3148
Text Example
Text Example
White with #3F3148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3148; }
p { color: rgb(63,49,72); }
H1.HeaderClassName
{
color: #3F3148;
}
.AnyTagClassName
{
color: #3F3148;
}
</style>
background-color css
<style>
a { background-color: #3F3148; }
a { background-color: rgb(63,49,72); }
div.DivClassName
{
background-color: #3F3148;
}
.BgClassName
{
background-color: #3F3148;
}
</style>
border-color css
<style>
span { border-color: #3F3148; }
span { border-color: rgb(63,49,72); }
td.TdClassName
{
border-color: #3F3148;
}
.TagClassName
{
border-color: #3F3148;
}
</style>