Shades of Jagger #3F2A48
Tints of Jagger #3F2A48
RGB
CMYK
RGB Variations
Color information
#3F2A48 (or 0x3F2A48) is known color: Jagger. HEX triplet: 3F, 2A and 48. RGB value is (63,42,72). Sum of RGB (Red+Green+Blue) = 63+42+72=177 (23% of max value = 765). Red value is 63 (25% from 255 or 35.59% from 177); Green value is 42 (16.80% from 255 or 23.73% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A48 is #C0D5B7. Grayscale: #333333. Windows color (decimal): -12637624 or 4729407. OLE color: 4729407.
HSL color Cylindrical-coordinate representation of color #3F2A48: hue angle of 282º degrees, saturation: 0.26, 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 #3F2A48 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 42 | 72 | - |
| CMYK | 0.12 | 0.42 | 0 | 0.72 |
| HSL | 282º | 0.26% | 0.22% | - |
| HSV(B) | 282º | 0.42% | 0.28% | - |
| XYZ | 4.05 | 3.18 | 6.53 | - |
| YUV | 51.7 | 139.46 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 42 | 72 | 0.12 | 0.42 | 0 | 0.72 | 282 | 0.26 | 0.22 |
| Hex | 3F | 2A | 48 | C | 2A | 0 | 48 | 11A | 1A | 16 |
| Octal | 77 | 52 | 110 | 14 | 52 | 0 | 110 | 432 | 32 | 26 |
| Binary | 111111 | 101010 | 1001000 | 1100 | 101010 | 0 | 1001000 | 100011010 | 11010 | 10110 |
Color Harmonies of #3F2A48
Complementary color
Monochromatic Colors of #3F2A48
Black with #3F2A48
Text Example
Text Example
White with #3F2A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2A48; }
p { color: rgb(63,42,72); }
H1.HeaderClassName
{
color: #3F2A48;
}
.AnyTagClassName
{
color: #3F2A48;
}
</style>
background-color css
<style>
a { background-color: #3F2A48; }
a { background-color: rgb(63,42,72); }
div.DivClassName
{
background-color: #3F2A48;
}
.BgClassName
{
background-color: #3F2A48;
}
</style>
border-color css
<style>
span { border-color: #3F2A48; }
span { border-color: rgb(63,42,72); }
td.TdClassName
{
border-color: #3F2A48;
}
.TagClassName
{
border-color: #3F2A48;
}
</style>