Shades of Jagger #3F2A49
Tints of Jagger #3F2A49
RGB
CMYK
RGB Variations
Color information
#3F2A49 (or 0x3F2A49) is known color: Jagger. HEX triplet: 3F, 2A and 49. RGB value is (63,42,73). Sum of RGB (Red+Green+Blue) = 63+42+73=178 (23% of max value = 765). Red value is 63 (25% from 255 or 35.39% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F2A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A49 is #C0D5B6. Grayscale: #333333. Windows color (decimal): -12637623 or 4794943. OLE color: 4794943.
HSL color Cylindrical-coordinate representation of color #3F2A49: hue angle of 280.65º degrees, saturation: 0.27, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F2A49 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 42 | 73 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.71 |
| HSL | 280.65º | 0.27% | 0.23% | - |
| HSV(B) | 280.65º | 0.42% | 0.29% | - |
| XYZ | 4.08 | 3.19 | 6.7 | - |
| YUV | 51.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 73 | 0.14 | 0.42 | 0 | 0.71 | 280.65 | 0.27 | 0.23 |
| Hex | 3F | 2A | 49 | E | 2A | 0 | 47 | 119 | 1B | 17 |
| Octal | 77 | 52 | 111 | 16 | 52 | 0 | 107 | 431 | 33 | 27 |
| Binary | 111111 | 101010 | 1001001 | 1110 | 101010 | 0 | 1000111 | 100011001 | 11011 | 10111 |
Color Harmonies of #3F2A49
Complementary color
Monochromatic Colors of #3F2A49
Black with #3F2A49
Text Example
Text Example
White with #3F2A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A49; }
p { color: rgb(63,42,73); }
H1.HeaderClassName
{
color: #3F2A49;
}
.AnyTagClassName
{
color: #3F2A49;
}
</style>
background-color css
<style>
a { background-color: #3F2A49; }
a { background-color: rgb(63,42,73); }
div.DivClassName
{
background-color: #3F2A49;
}
.BgClassName
{
background-color: #3F2A49;
}
</style>
border-color css
<style>
span { border-color: #3F2A49; }
span { border-color: rgb(63,42,73); }
td.TdClassName
{
border-color: #3F2A49;
}
.TagClassName
{
border-color: #3F2A49;
}
</style>