Shades of Jagger #3F2945
Tints of Jagger #3F2945
RGB
CMYK
RGB Variations
Color information
#3F2945 (or 0x3F2945) is known color: Jagger. HEX triplet: 3F, 29 and 45. RGB value is (63,41,69). Sum of RGB (Red+Green+Blue) = 63+41+69=173 (22% of max value = 765). Red value is 63 (25% from 255 or 36.42% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2945 is #C0D6BA. Grayscale: #323232. Windows color (decimal): -12637883 or 4532543. OLE color: 4532543.
HSL color Cylindrical-coordinate representation of color #3F2945: hue angle of 287.14º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2945 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 41 | 69 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.73 |
| HSL | 287.14º | 0.25% | 0.22% | - |
| HSV(B) | 287.14º | 0.41% | 0.27% | - |
| XYZ | 3.92 | 3.07 | 6.02 | - |
| YUV | 50.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 41 | 69 | 0.09 | 0.41 | 0 | 0.73 | 287.14 | 0.25 | 0.22 |
| Hex | 3F | 29 | 45 | 9 | 29 | 0 | 49 | 11F | 19 | 16 |
| Octal | 77 | 51 | 105 | 11 | 51 | 0 | 111 | 437 | 31 | 26 |
| Binary | 111111 | 101001 | 1000101 | 1001 | 101001 | 0 | 1001001 | 100011111 | 11001 | 10110 |
Color Harmonies of #3F2945
Complementary color
Monochromatic Colors of #3F2945
Black with #3F2945
Text Example
Text Example
White with #3F2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2945; }
p { color: rgb(63,41,69); }
H1.HeaderClassName
{
color: #3F2945;
}
.AnyTagClassName
{
color: #3F2945;
}
</style>
background-color css
<style>
a { background-color: #3F2945; }
a { background-color: rgb(63,41,69); }
div.DivClassName
{
background-color: #3F2945;
}
.BgClassName
{
background-color: #3F2945;
}
</style>
border-color css
<style>
span { border-color: #3F2945; }
span { border-color: rgb(63,41,69); }
td.TdClassName
{
border-color: #3F2945;
}
.TagClassName
{
border-color: #3F2945;
}
</style>