Shades of Jagger #3F224A
Tints of Jagger #3F224A
RGB
CMYK
RGB Variations
Color information
#3F224A (or 0x3F224A) is known color: Jagger. HEX triplet: 3F, 22 and 4A. RGB value is (63,34,74). Sum of RGB (Red+Green+Blue) = 63+34+74=171 (22% of max value = 765). Red value is 63 (25% from 255 or 36.84% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 74 (29.30% from 255 or 43.27% from 171); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F224A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F224A is #C0DDB5. Grayscale: #2F2F2F. Windows color (decimal): -12639670 or 4858431. OLE color: 4858431.
HSL color Cylindrical-coordinate representation of color #3F224A: hue angle of 283.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F224A is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 34 | 74 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.71 |
| HSL | 283.5º | 0.37% | 0.21% | - |
| HSV(B) | 283.5º | 0.54% | 0.29% | - |
| XYZ | 3.86 | 2.7 | 6.8 | - |
| YUV | 47.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 74 | 0.15 | 0.54 | 0 | 0.71 | 283.5 | 0.37 | 0.21 |
| Hex | 3F | 22 | 4A | F | 36 | 0 | 47 | 11C | 25 | 15 |
| Octal | 77 | 42 | 112 | 17 | 66 | 0 | 107 | 434 | 45 | 25 |
| Binary | 111111 | 100010 | 1001010 | 1111 | 110110 | 0 | 1000111 | 100011100 | 100101 | 10101 |
Color Harmonies of #3F224A
Complementary color
Monochromatic Colors of #3F224A
Black with #3F224A
Text Example
Text Example
White with #3F224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F224A; }
p { color: rgb(63,34,74); }
H1.HeaderClassName
{
color: #3F224A;
}
.AnyTagClassName
{
color: #3F224A;
}
</style>
background-color css
<style>
a { background-color: #3F224A; }
a { background-color: rgb(63,34,74); }
div.DivClassName
{
background-color: #3F224A;
}
.BgClassName
{
background-color: #3F224A;
}
</style>
border-color css
<style>
span { border-color: #3F224A; }
span { border-color: rgb(63,34,74); }
td.TdClassName
{
border-color: #3F224A;
}
.TagClassName
{
border-color: #3F224A;
}
</style>