Shades of Jagger #3F304F
Tints of Jagger #3F304F
RGB
CMYK
RGB Variations
Color information
#3F304F (or 0x3F304F) is known color: Jagger. HEX triplet: 3F, 30 and 4F. RGB value is (63,48,79). Sum of RGB (Red+Green+Blue) = 63+48+79=190 (25% of max value = 765). Red value is 63 (25% from 255 or 33.16% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F304F is #C0CFB0. Grayscale: #373737. Windows color (decimal): -12636081 or 5189695. OLE color: 5189695.
HSL color Cylindrical-coordinate representation of color #3F304F: hue angle of 269.03º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F304F is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 48 | 79 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.69 |
| HSL | 269.03º | 0.24% | 0.25% | - |
| HSV(B) | 269.03º | 0.39% | 0.31% | - |
| XYZ | 4.52 | 3.74 | 7.88 | - |
| YUV | 56.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 79 | 0.20 | 0.39 | 0 | 0.69 | 269.03 | 0.24 | 0.25 |
| Hex | 3F | 30 | 4F | 14 | 27 | 0 | 45 | 10D | 18 | 19 |
| Octal | 77 | 60 | 117 | 24 | 47 | 0 | 105 | 415 | 30 | 31 |
| Binary | 111111 | 110000 | 1001111 | 10100 | 100111 | 0 | 1000101 | 100001101 | 11000 | 11001 |
Color Harmonies of #3F304F
Complementary color
Monochromatic Colors of #3F304F
Black with #3F304F
Text Example
Text Example
White with #3F304F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F304F; }
p { color: rgb(63,48,79); }
H1.HeaderClassName
{
color: #3F304F;
}
.AnyTagClassName
{
color: #3F304F;
}
</style>
background-color css
<style>
a { background-color: #3F304F; }
a { background-color: rgb(63,48,79); }
div.DivClassName
{
background-color: #3F304F;
}
.BgClassName
{
background-color: #3F304F;
}
</style>
border-color css
<style>
span { border-color: #3F304F; }
span { border-color: rgb(63,48,79); }
td.TdClassName
{
border-color: #3F304F;
}
.TagClassName
{
border-color: #3F304F;
}
</style>