Shades of Jagger #3F3250
Tints of Jagger #3F3250
RGB
CMYK
RGB Variations
Color information
#3F3250 (or 0x3F3250) is known color: Jagger. HEX triplet: 3F, 32 and 50. RGB value is (63,50,80). Sum of RGB (Red+Green+Blue) = 63+50+80=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F3250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3250 is #C0CDAF. Grayscale: #393939. Windows color (decimal): -12635568 or 5255743. OLE color: 5255743.
HSL color Cylindrical-coordinate representation of color #3F3250: hue angle of 266º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3F3250 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 50 | 80 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.69 |
| HSL | 266º | 0.23% | 0.25% | - |
| HSV(B) | 266º | 0.38% | 0.31% | - |
| XYZ | 4.64 | 3.92 | 8.1 | - |
| YUV | 57.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 80 | 0.21 | 0.37 | 0 | 0.69 | 266 | 0.23 | 0.25 |
| Hex | 3F | 32 | 50 | 15 | 25 | 0 | 45 | 10A | 17 | 19 |
| Octal | 77 | 62 | 120 | 25 | 45 | 0 | 105 | 412 | 27 | 31 |
| Binary | 111111 | 110010 | 1010000 | 10101 | 100101 | 0 | 1000101 | 100001010 | 10111 | 11001 |
Color Harmonies of #3F3250
Complementary color
Monochromatic Colors of #3F3250
Black with #3F3250
Text Example
Text Example
White with #3F3250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3250; }
p { color: rgb(63,50,80); }
H1.HeaderClassName
{
color: #3F3250;
}
.AnyTagClassName
{
color: #3F3250;
}
</style>
background-color css
<style>
a { background-color: #3F3250; }
a { background-color: rgb(63,50,80); }
div.DivClassName
{
background-color: #3F3250;
}
.BgClassName
{
background-color: #3F3250;
}
</style>
border-color css
<style>
span { border-color: #3F3250; }
span { border-color: rgb(63,50,80); }
td.TdClassName
{
border-color: #3F3250;
}
.TagClassName
{
border-color: #3F3250;
}
</style>