Shades of Jagger #3F3144
Tints of Jagger #3F3144
RGB
CMYK
RGB Variations
Color information
#3F3144 (or 0x3F3144) is known color: Jagger. HEX triplet: 3F, 31 and 44. RGB value is (63,49,68). Sum of RGB (Red+Green+Blue) = 63+49+68=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F3144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3144 is #C0CEBB. Grayscale: #373737. Windows color (decimal): -12635836 or 4469055. OLE color: 4469055.
HSL color Cylindrical-coordinate representation of color #3F3144: hue angle of 284.21º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F3144 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 49 | 68 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.73 |
| HSL | 284.21º | 0.16% | 0.23% | - |
| HSV(B) | 284.21º | 0.28% | 0.27% | - |
| XYZ | 4.19 | 3.67 | 5.96 | - |
| YUV | 55.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 68 | 0.07 | 0.28 | 0 | 0.73 | 284.21 | 0.16 | 0.23 |
| Hex | 3F | 31 | 44 | 7 | 1C | 0 | 49 | 11C | 10 | 17 |
| Octal | 77 | 61 | 104 | 7 | 34 | 0 | 111 | 434 | 20 | 27 |
| Binary | 111111 | 110001 | 1000100 | 111 | 11100 | 0 | 1001001 | 100011100 | 10000 | 10111 |
Color Harmonies of #3F3144
Complementary color
Monochromatic Colors of #3F3144
Black with #3F3144
Text Example
Text Example
White with #3F3144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3144; }
p { color: rgb(63,49,68); }
H1.HeaderClassName
{
color: #3F3144;
}
.AnyTagClassName
{
color: #3F3144;
}
</style>
background-color css
<style>
a { background-color: #3F3144; }
a { background-color: rgb(63,49,68); }
div.DivClassName
{
background-color: #3F3144;
}
.BgClassName
{
background-color: #3F3144;
}
</style>
border-color css
<style>
span { border-color: #3F3144; }
span { border-color: rgb(63,49,68); }
td.TdClassName
{
border-color: #3F3144;
}
.TagClassName
{
border-color: #3F3144;
}
</style>