Shades of Jagger #3F2946
Tints of Jagger #3F2946
RGB
CMYK
RGB Variations
Color information
#3F2946 (or 0x3F2946) is known color: Jagger. HEX triplet: 3F, 29 and 46. RGB value is (63,41,70). Sum of RGB (Red+Green+Blue) = 63+41+70=174 (23% of max value = 765). Red value is 63 (25% from 255 or 36.21% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F2946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2946 is #C0D6B9. Grayscale: #323232. Windows color (decimal): -12637882 or 4598079. OLE color: 4598079.
HSL color Cylindrical-coordinate representation of color #3F2946: hue angle of 285.52º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2946 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 41 | 70 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.73 |
| HSL | 285.52º | 0.26% | 0.22% | - |
| HSV(B) | 285.52º | 0.41% | 0.27% | - |
| XYZ | 3.95 | 3.08 | 6.18 | - |
| YUV | 50.88 | 138.79 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 70 | 0.10 | 0.41 | 0 | 0.73 | 285.52 | 0.26 | 0.22 |
| Hex | 3F | 29 | 46 | A | 29 | 0 | 49 | 11E | 1A | 16 |
| Octal | 77 | 51 | 106 | 12 | 51 | 0 | 111 | 436 | 32 | 26 |
| Binary | 111111 | 101001 | 1000110 | 1010 | 101001 | 0 | 1001001 | 100011110 | 11010 | 10110 |
Color Harmonies of #3F2946
Complementary color
Monochromatic Colors of #3F2946
Black with #3F2946
Text Example
Text Example
White with #3F2946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2946; }
p { color: rgb(63,41,70); }
H1.HeaderClassName
{
color: #3F2946;
}
.AnyTagClassName
{
color: #3F2946;
}
</style>
background-color css
<style>
a { background-color: #3F2946; }
a { background-color: rgb(63,41,70); }
div.DivClassName
{
background-color: #3F2946;
}
.BgClassName
{
background-color: #3F2946;
}
</style>
border-color css
<style>
span { border-color: #3F2946; }
span { border-color: rgb(63,41,70); }
td.TdClassName
{
border-color: #3F2946;
}
.TagClassName
{
border-color: #3F2946;
}
</style>