Shades of Jagger #3F244D
Tints of Jagger #3F244D
RGB
CMYK
RGB Variations
Color information
#3F244D (or 0x3F244D) is known color: Jagger. HEX triplet: 3F, 24 and 4D. RGB value is (63,36,77). Sum of RGB (Red+Green+Blue) = 63+36+77=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 36 (14.45% from 255 or 20.45% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F244D is #C0DBB2. Grayscale: #303030. Windows color (decimal): -12639155 or 5055551. OLE color: 5055551.
HSL color Cylindrical-coordinate representation of color #3F244D: hue angle of 279.51º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3F244D is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 63 | 36 | 77 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.70 |
| HSL | 279.51º | 0.36% | 0.22% | - |
| HSV(B) | 279.51º | 0.53% | 0.3% | - |
| XYZ | 4.02 | 2.85 | 7.36 | - |
| YUV | 48.75 | 143.95 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 77 | 0.18 | 0.53 | 0 | 0.70 | 279.51 | 0.36 | 0.22 |
| Hex | 3F | 24 | 4D | 12 | 35 | 0 | 46 | 118 | 24 | 16 |
| Octal | 77 | 44 | 115 | 22 | 65 | 0 | 106 | 430 | 44 | 26 |
| Binary | 111111 | 100100 | 1001101 | 10010 | 110101 | 0 | 1000110 | 100011000 | 100100 | 10110 |
Color Harmonies of #3F244D
Complementary color
Monochromatic Colors of #3F244D
Black with #3F244D
Text Example
Text Example
White with #3F244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F244D; }
p { color: rgb(63,36,77); }
H1.HeaderClassName
{
color: #3F244D;
}
.AnyTagClassName
{
color: #3F244D;
}
</style>
background-color css
<style>
a { background-color: #3F244D; }
a { background-color: rgb(63,36,77); }
div.DivClassName
{
background-color: #3F244D;
}
.BgClassName
{
background-color: #3F244D;
}
</style>
border-color css
<style>
span { border-color: #3F244D; }
span { border-color: rgb(63,36,77); }
td.TdClassName
{
border-color: #3F244D;
}
.TagClassName
{
border-color: #3F244D;
}
</style>