Shades of Jagger #3F2446
Tints of Jagger #3F2446
RGB
CMYK
RGB Variations
Color information
#3F2446 (or 0x3F2446) is known color: Jagger. HEX triplet: 3F, 24 and 46. RGB value is (63,36,70). Sum of RGB (Red+Green+Blue) = 63+36+70=169 (22% of max value = 765). Red value is 63 (25% from 255 or 37.28% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 70 (27.73% from 255 or 41.42% from 169); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F2446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2446 is #C0DBB9. Grayscale: #2F2F2F. Windows color (decimal): -12639162 or 4596799. OLE color: 4596799.
HSL color Cylindrical-coordinate representation of color #3F2446: hue angle of 287.65º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3F2446 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 36 | 70 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.73 |
| HSL | 287.65º | 0.32% | 0.21% | - |
| HSV(B) | 287.65º | 0.49% | 0.27% | - |
| XYZ | 3.79 | 2.76 | 6.13 | - |
| YUV | 47.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 70 | 0.10 | 0.49 | 0 | 0.73 | 287.65 | 0.32 | 0.21 |
| Hex | 3F | 24 | 46 | A | 31 | 0 | 49 | 120 | 20 | 15 |
| Octal | 77 | 44 | 106 | 12 | 61 | 0 | 111 | 440 | 40 | 25 |
| Binary | 111111 | 100100 | 1000110 | 1010 | 110001 | 0 | 1001001 | 100100000 | 100000 | 10101 |
Color Harmonies of #3F2446
Complementary color
Monochromatic Colors of #3F2446
Black with #3F2446
Text Example
Text Example
White with #3F2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2446; }
p { color: rgb(63,36,70); }
H1.HeaderClassName
{
color: #3F2446;
}
.AnyTagClassName
{
color: #3F2446;
}
</style>
background-color css
<style>
a { background-color: #3F2446; }
a { background-color: rgb(63,36,70); }
div.DivClassName
{
background-color: #3F2446;
}
.BgClassName
{
background-color: #3F2446;
}
</style>
border-color css
<style>
span { border-color: #3F2446; }
span { border-color: rgb(63,36,70); }
td.TdClassName
{
border-color: #3F2446;
}
.TagClassName
{
border-color: #3F2446;
}
</style>