Shades of Jagger #3F304D
Tints of Jagger #3F304D
RGB
CMYK
RGB Variations
Color information
#3F304D (or 0x3F304D) is known color: Jagger. HEX triplet: 3F, 30 and 4D. RGB value is (63,48,77). Sum of RGB (Red+Green+Blue) = 63+48+77=188 (24% of max value = 765). Red value is 63 (25% from 255 or 33.51% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F304D is #C0CFB2. Grayscale: #373737. Windows color (decimal): -12636083 or 5058623. OLE color: 5058623.
HSL color Cylindrical-coordinate representation of color #3F304D: hue angle of 271.03º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F304D is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 48 | 77 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.70 |
| HSL | 271.03º | 0.23% | 0.25% | - |
| HSV(B) | 271.03º | 0.38% | 0.3% | - |
| XYZ | 4.45 | 3.71 | 7.5 | - |
| YUV | 55.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 77 | 0.18 | 0.38 | 0 | 0.70 | 271.03 | 0.23 | 0.25 |
| Hex | 3F | 30 | 4D | 12 | 26 | 0 | 46 | 10F | 17 | 19 |
| Octal | 77 | 60 | 115 | 22 | 46 | 0 | 106 | 417 | 27 | 31 |
| Binary | 111111 | 110000 | 1001101 | 10010 | 100110 | 0 | 1000110 | 100001111 | 10111 | 11001 |
Color Harmonies of #3F304D
Complementary color
Monochromatic Colors of #3F304D
Black with #3F304D
Text Example
Text Example
White with #3F304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F304D; }
p { color: rgb(63,48,77); }
H1.HeaderClassName
{
color: #3F304D;
}
.AnyTagClassName
{
color: #3F304D;
}
</style>
background-color css
<style>
a { background-color: #3F304D; }
a { background-color: rgb(63,48,77); }
div.DivClassName
{
background-color: #3F304D;
}
.BgClassName
{
background-color: #3F304D;
}
</style>
border-color css
<style>
span { border-color: #3F304D; }
span { border-color: rgb(63,48,77); }
td.TdClassName
{
border-color: #3F304D;
}
.TagClassName
{
border-color: #3F304D;
}
</style>