Shades of Jagger #3F244A
Tints of Jagger #3F244A
RGB
CMYK
RGB Variations
Color information
#3F244A (or 0x3F244A) is known color: Jagger. HEX triplet: 3F, 24 and 4A. RGB value is (63,36,74). Sum of RGB (Red+Green+Blue) = 63+36+74=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F244A is #C0DBB5. Grayscale: #303030. Windows color (decimal): -12639158 or 4858943. OLE color: 4858943.
HSL color Cylindrical-coordinate representation of color #3F244A: hue angle of 282.63º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F244A is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 36 | 74 | - |
| CMYK | 0.15 | 0.51 | 0 | 0.71 |
| HSL | 282.63º | 0.35% | 0.22% | - |
| HSV(B) | 282.63º | 0.51% | 0.29% | - |
| XYZ | 3.92 | 2.81 | 6.82 | - |
| YUV | 48.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 74 | 0.15 | 0.51 | 0 | 0.71 | 282.63 | 0.35 | 0.22 |
| Hex | 3F | 24 | 4A | F | 33 | 0 | 47 | 11B | 23 | 16 |
| Octal | 77 | 44 | 112 | 17 | 63 | 0 | 107 | 433 | 43 | 26 |
| Binary | 111111 | 100100 | 1001010 | 1111 | 110011 | 0 | 1000111 | 100011011 | 100011 | 10110 |
Color Harmonies of #3F244A
Complementary color
Monochromatic Colors of #3F244A
Black with #3F244A
Text Example
Text Example
White with #3F244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F244A; }
p { color: rgb(63,36,74); }
H1.HeaderClassName
{
color: #3F244A;
}
.AnyTagClassName
{
color: #3F244A;
}
</style>
background-color css
<style>
a { background-color: #3F244A; }
a { background-color: rgb(63,36,74); }
div.DivClassName
{
background-color: #3F244A;
}
.BgClassName
{
background-color: #3F244A;
}
</style>
border-color css
<style>
span { border-color: #3F244A; }
span { border-color: rgb(63,36,74); }
td.TdClassName
{
border-color: #3F244A;
}
.TagClassName
{
border-color: #3F244A;
}
</style>