Shades of Jagger #3F324F
Tints of Jagger #3F324F
RGB
CMYK
RGB Variations
Color information
#3F324F (or 0x3F324F) is known color: Jagger. HEX triplet: 3F, 32 and 4F. RGB value is (63,50,79). Sum of RGB (Red+Green+Blue) = 63+50+79=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F324F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F324F is #C0CDB0. Grayscale: #393939. Windows color (decimal): -12635569 or 5190207. OLE color: 5190207.
HSL color Cylindrical-coordinate representation of color #3F324F: hue angle of 266.9º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F324F is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 50 | 79 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.69 |
| HSL | 266.9º | 0.22% | 0.25% | - |
| HSV(B) | 266.9º | 0.37% | 0.31% | - |
| XYZ | 4.6 | 3.9 | 7.91 | - |
| YUV | 57.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 79 | 0.20 | 0.37 | 0 | 0.69 | 266.9 | 0.22 | 0.25 |
| Hex | 3F | 32 | 4F | 14 | 25 | 0 | 45 | 10B | 16 | 19 |
| Octal | 77 | 62 | 117 | 24 | 45 | 0 | 105 | 413 | 26 | 31 |
| Binary | 111111 | 110010 | 1001111 | 10100 | 100101 | 0 | 1000101 | 100001011 | 10110 | 11001 |
Color Harmonies of #3F324F
Complementary color
Monochromatic Colors of #3F324F
Black with #3F324F
Text Example
Text Example
White with #3F324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F324F; }
p { color: rgb(63,50,79); }
H1.HeaderClassName
{
color: #3F324F;
}
.AnyTagClassName
{
color: #3F324F;
}
</style>
background-color css
<style>
a { background-color: #3F324F; }
a { background-color: rgb(63,50,79); }
div.DivClassName
{
background-color: #3F324F;
}
.BgClassName
{
background-color: #3F324F;
}
</style>
border-color css
<style>
span { border-color: #3F324F; }
span { border-color: rgb(63,50,79); }
td.TdClassName
{
border-color: #3F324F;
}
.TagClassName
{
border-color: #3F324F;
}
</style>