Shades of Jagger #3F2F52
Tints of Jagger #3F2F52
RGB
CMYK
RGB Variations
Color information
#3F2F52 (or 0x3F2F52) is known color: Jagger. HEX triplet: 3F, 2F and 52. RGB value is (63,47,82). Sum of RGB (Red+Green+Blue) = 63+47+82=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 82 (32.42% from 255 or 42.71% from 192); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F2F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2F52 is #C0D0AD. Grayscale: #373737. Windows color (decimal): -12636334 or 5386047. OLE color: 5386047.
HSL color Cylindrical-coordinate representation of color #3F2F52: hue angle of 267.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F2F52 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 47 | 82 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.68 |
| HSL | 267.43º | 0.27% | 0.25% | - |
| HSV(B) | 267.43º | 0.43% | 0.32% | - |
| XYZ | 4.59 | 3.7 | 8.45 | - |
| YUV | 55.77 | 142.8 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 82 | 0.23 | 0.43 | 0 | 0.68 | 267.43 | 0.27 | 0.25 |
| Hex | 3F | 2F | 52 | 17 | 2B | 0 | 44 | 10B | 1B | 19 |
| Octal | 77 | 57 | 122 | 27 | 53 | 0 | 104 | 413 | 33 | 31 |
| Binary | 111111 | 101111 | 1010010 | 10111 | 101011 | 0 | 1000100 | 100001011 | 11011 | 11001 |
Color Harmonies of #3F2F52
Complementary color
Monochromatic Colors of #3F2F52
Black with #3F2F52
Text Example
Text Example
White with #3F2F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F52; }
p { color: rgb(63,47,82); }
H1.HeaderClassName
{
color: #3F2F52;
}
.AnyTagClassName
{
color: #3F2F52;
}
</style>
background-color css
<style>
a { background-color: #3F2F52; }
a { background-color: rgb(63,47,82); }
div.DivClassName
{
background-color: #3F2F52;
}
.BgClassName
{
background-color: #3F2F52;
}
</style>
border-color css
<style>
span { border-color: #3F2F52; }
span { border-color: rgb(63,47,82); }
td.TdClassName
{
border-color: #3F2F52;
}
.TagClassName
{
border-color: #3F2F52;
}
</style>