Shades of Jagger #3F314F
Tints of Jagger #3F314F
RGB
CMYK
RGB Variations
Color information
#3F314F (or 0x3F314F) is known color: Jagger. HEX triplet: 3F, 31 and 4F. RGB value is (63,49,79). Sum of RGB (Red+Green+Blue) = 63+49+79=191 (25% of max value = 765). Red value is 63 (25% from 255 or 32.98% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F314F is #C0CEB0. Grayscale: #383838. Windows color (decimal): -12635825 or 5189951. OLE color: 5189951.
HSL color Cylindrical-coordinate representation of color #3F314F: hue angle of 268º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F314F is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 49 | 79 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.69 |
| HSL | 268º | 0.23% | 0.25% | - |
| HSV(B) | 268º | 0.38% | 0.31% | - |
| XYZ | 4.56 | 3.82 | 7.89 | - |
| YUV | 56.61 | 140.64 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 79 | 0.20 | 0.38 | 0 | 0.69 | 268 | 0.23 | 0.25 |
| Hex | 3F | 31 | 4F | 14 | 26 | 0 | 45 | 10C | 17 | 19 |
| Octal | 77 | 61 | 117 | 24 | 46 | 0 | 105 | 414 | 27 | 31 |
| Binary | 111111 | 110001 | 1001111 | 10100 | 100110 | 0 | 1000101 | 100001100 | 10111 | 11001 |
Color Harmonies of #3F314F
Complementary color
Monochromatic Colors of #3F314F
Black with #3F314F
Text Example
Text Example
White with #3F314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F314F; }
p { color: rgb(63,49,79); }
H1.HeaderClassName
{
color: #3F314F;
}
.AnyTagClassName
{
color: #3F314F;
}
</style>
background-color css
<style>
a { background-color: #3F314F; }
a { background-color: rgb(63,49,79); }
div.DivClassName
{
background-color: #3F314F;
}
.BgClassName
{
background-color: #3F314F;
}
</style>
border-color css
<style>
span { border-color: #3F314F; }
span { border-color: rgb(63,49,79); }
td.TdClassName
{
border-color: #3F314F;
}
.TagClassName
{
border-color: #3F314F;
}
</style>