Shades of Jagger #3F2747
Tints of Jagger #3F2747
RGB
CMYK
RGB Variations
Color information
#3F2747 (or 0x3F2747) is known color: Jagger. HEX triplet: 3F, 27 and 47. RGB value is (63,39,71). Sum of RGB (Red+Green+Blue) = 63+39+71=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2747 is #C0D8B8. Grayscale: #313131. Windows color (decimal): -12638393 or 4663103. OLE color: 4663103.
HSL color Cylindrical-coordinate representation of color #3F2747: hue angle of 285º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F2747 is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 39 | 71 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.72 |
| HSL | 285º | 0.29% | 0.22% | - |
| HSV(B) | 285º | 0.45% | 0.28% | - |
| XYZ | 3.91 | 2.96 | 6.33 | - |
| YUV | 49.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 71 | 0.11 | 0.45 | 0 | 0.72 | 285 | 0.29 | 0.22 |
| Hex | 3F | 27 | 47 | B | 2D | 0 | 48 | 11D | 1D | 16 |
| Octal | 77 | 47 | 107 | 13 | 55 | 0 | 110 | 435 | 35 | 26 |
| Binary | 111111 | 100111 | 1000111 | 1011 | 101101 | 0 | 1001000 | 100011101 | 11101 | 10110 |
Color Harmonies of #3F2747
Complementary color
Monochromatic Colors of #3F2747
Black with #3F2747
Text Example
Text Example
White with #3F2747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2747; }
p { color: rgb(63,39,71); }
H1.HeaderClassName
{
color: #3F2747;
}
.AnyTagClassName
{
color: #3F2747;
}
</style>
background-color css
<style>
a { background-color: #3F2747; }
a { background-color: rgb(63,39,71); }
div.DivClassName
{
background-color: #3F2747;
}
.BgClassName
{
background-color: #3F2747;
}
</style>
border-color css
<style>
span { border-color: #3F2747; }
span { border-color: rgb(63,39,71); }
td.TdClassName
{
border-color: #3F2747;
}
.TagClassName
{
border-color: #3F2747;
}
</style>