Shades of Jagger #3F304C
Tints of Jagger #3F304C
RGB
CMYK
RGB Variations
Color information
#3F304C (or 0x3F304C) is known color: Jagger. HEX triplet: 3F, 30 and 4C. RGB value is (63,48,76). Sum of RGB (Red+Green+Blue) = 63+48+76=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #3F304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F304C is #C0CFB3. Grayscale: #373737. Windows color (decimal): -12636084 or 4993087. OLE color: 4993087.
HSL color Cylindrical-coordinate representation of color #3F304C: hue angle of 272.14º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3F304C is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 48 | 76 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.70 |
| HSL | 272.14º | 0.23% | 0.24% | - |
| HSV(B) | 272.14º | 0.37% | 0.3% | - |
| XYZ | 4.41 | 3.69 | 7.32 | - |
| YUV | 55.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 76 | 0.17 | 0.37 | 0 | 0.70 | 272.14 | 0.23 | 0.24 |
| Hex | 3F | 30 | 4C | 11 | 25 | 0 | 46 | 110 | 17 | 18 |
| Octal | 77 | 60 | 114 | 21 | 45 | 0 | 106 | 420 | 27 | 30 |
| Binary | 111111 | 110000 | 1001100 | 10001 | 100101 | 0 | 1000110 | 100010000 | 10111 | 11000 |
Color Harmonies of #3F304C
Complementary color
Monochromatic Colors of #3F304C
Black with #3F304C
Text Example
Text Example
White with #3F304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F304C; }
p { color: rgb(63,48,76); }
H1.HeaderClassName
{
color: #3F304C;
}
.AnyTagClassName
{
color: #3F304C;
}
</style>
background-color css
<style>
a { background-color: #3F304C; }
a { background-color: rgb(63,48,76); }
div.DivClassName
{
background-color: #3F304C;
}
.BgClassName
{
background-color: #3F304C;
}
</style>
border-color css
<style>
span { border-color: #3F304C; }
span { border-color: rgb(63,48,76); }
td.TdClassName
{
border-color: #3F304C;
}
.TagClassName
{
border-color: #3F304C;
}
</style>