Shades of Jagger #3F2947
Tints of Jagger #3F2947
RGB
CMYK
RGB Variations
Color information
#3F2947 (or 0x3F2947) is known color: Jagger. HEX triplet: 3F, 29 and 47. RGB value is (63,41,71). Sum of RGB (Red+Green+Blue) = 63+41+71=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 71 (28.12% from 255 or 40.57% from 175); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2947 is #C0D6B8. Grayscale: #323232. Windows color (decimal): -12637881 or 4663615. OLE color: 4663615.
HSL color Cylindrical-coordinate representation of color #3F2947: hue angle of 284º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F2947 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 41 | 71 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.72 |
| HSL | 284º | 0.27% | 0.22% | - |
| HSV(B) | 284º | 0.42% | 0.28% | - |
| XYZ | 3.98 | 3.1 | 6.35 | - |
| YUV | 51 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 71 | 0.11 | 0.42 | 0 | 0.72 | 284 | 0.27 | 0.22 |
| Hex | 3F | 29 | 47 | B | 2A | 0 | 48 | 11C | 1B | 16 |
| Octal | 77 | 51 | 107 | 13 | 52 | 0 | 110 | 434 | 33 | 26 |
| Binary | 111111 | 101001 | 1000111 | 1011 | 101010 | 0 | 1001000 | 100011100 | 11011 | 10110 |
Color Harmonies of #3F2947
Complementary color
Monochromatic Colors of #3F2947
Black with #3F2947
Text Example
Text Example
White with #3F2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2947; }
p { color: rgb(63,41,71); }
H1.HeaderClassName
{
color: #3F2947;
}
.AnyTagClassName
{
color: #3F2947;
}
</style>
background-color css
<style>
a { background-color: #3F2947; }
a { background-color: rgb(63,41,71); }
div.DivClassName
{
background-color: #3F2947;
}
.BgClassName
{
background-color: #3F2947;
}
</style>
border-color css
<style>
span { border-color: #3F2947; }
span { border-color: rgb(63,41,71); }
td.TdClassName
{
border-color: #3F2947;
}
.TagClassName
{
border-color: #3F2947;
}
</style>