Shades of Jagger #3F224C
Tints of Jagger #3F224C
RGB
CMYK
RGB Variations
Color information
#3F224C (or 0x3F224C) is known color: Jagger. HEX triplet: 3F, 22 and 4C. RGB value is (63,34,76). Sum of RGB (Red+Green+Blue) = 63+34+76=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F224C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F224C is #C0DDB3. Grayscale: #2F2F2F. Windows color (decimal): -12639668 or 4989503. OLE color: 4989503.
HSL color Cylindrical-coordinate representation of color #3F224C: hue angle of 281.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F224C is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 34 | 76 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.70 |
| HSL | 281.43º | 0.38% | 0.22% | - |
| HSV(B) | 281.43º | 0.55% | 0.3% | - |
| XYZ | 3.93 | 2.72 | 7.16 | - |
| YUV | 47.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 76 | 0.17 | 0.55 | 0 | 0.70 | 281.43 | 0.38 | 0.22 |
| Hex | 3F | 22 | 4C | 11 | 37 | 0 | 46 | 119 | 26 | 16 |
| Octal | 77 | 42 | 114 | 21 | 67 | 0 | 106 | 431 | 46 | 26 |
| Binary | 111111 | 100010 | 1001100 | 10001 | 110111 | 0 | 1000110 | 100011001 | 100110 | 10110 |
Color Harmonies of #3F224C
Complementary color
Monochromatic Colors of #3F224C
Black with #3F224C
Text Example
Text Example
White with #3F224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F224C; }
p { color: rgb(63,34,76); }
H1.HeaderClassName
{
color: #3F224C;
}
.AnyTagClassName
{
color: #3F224C;
}
</style>
background-color css
<style>
a { background-color: #3F224C; }
a { background-color: rgb(63,34,76); }
div.DivClassName
{
background-color: #3F224C;
}
.BgClassName
{
background-color: #3F224C;
}
</style>
border-color css
<style>
span { border-color: #3F224C; }
span { border-color: rgb(63,34,76); }
td.TdClassName
{
border-color: #3F224C;
}
.TagClassName
{
border-color: #3F224C;
}
</style>