Shades of Jagger #3F2E49
Tints of Jagger #3F2E49
RGB
CMYK
RGB Variations
Color information
#3F2E49 (or 0x3F2E49) is known color: Jagger. HEX triplet: 3F, 2E and 49. RGB value is (63,46,73). Sum of RGB (Red+Green+Blue) = 63+46+73=182 (24% of max value = 765). Red value is 63 (25% from 255 or 34.62% from 182); Green value is 46 (18.36% from 255 or 25.27% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F2E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E49 is #C0D1B6. Grayscale: #363636. Windows color (decimal): -12636599 or 4795967. OLE color: 4795967.
HSL color Cylindrical-coordinate representation of color #3F2E49: hue angle of 277.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F2E49 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 46 | 73 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.71 |
| HSL | 277.78º | 0.23% | 0.23% | - |
| HSV(B) | 277.78º | 0.37% | 0.29% | - |
| XYZ | 4.23 | 3.49 | 6.75 | - |
| YUV | 54.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 73 | 0.14 | 0.37 | 0 | 0.71 | 277.78 | 0.23 | 0.23 |
| Hex | 3F | 2E | 49 | E | 25 | 0 | 47 | 116 | 17 | 17 |
| Octal | 77 | 56 | 111 | 16 | 45 | 0 | 107 | 426 | 27 | 27 |
| Binary | 111111 | 101110 | 1001001 | 1110 | 100101 | 0 | 1000111 | 100010110 | 10111 | 10111 |
Color Harmonies of #3F2E49
Complementary color
Monochromatic Colors of #3F2E49
Black with #3F2E49
Text Example
Text Example
White with #3F2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E49; }
p { color: rgb(63,46,73); }
H1.HeaderClassName
{
color: #3F2E49;
}
.AnyTagClassName
{
color: #3F2E49;
}
</style>
background-color css
<style>
a { background-color: #3F2E49; }
a { background-color: rgb(63,46,73); }
div.DivClassName
{
background-color: #3F2E49;
}
.BgClassName
{
background-color: #3F2E49;
}
</style>
border-color css
<style>
span { border-color: #3F2E49; }
span { border-color: rgb(63,46,73); }
td.TdClassName
{
border-color: #3F2E49;
}
.TagClassName
{
border-color: #3F2E49;
}
</style>