Shades of Jagger #3F3544
Tints of Jagger #3F3544
RGB
CMYK
RGB Variations
Color information
#3F3544 (or 0x3F3544) is known color: Jagger. HEX triplet: 3F, 35 and 44. RGB value is (63,53,68). Sum of RGB (Red+Green+Blue) = 63+53+68=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F3544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3544 is #C0CABB. Grayscale: #393939. Windows color (decimal): -12634812 or 4470079. OLE color: 4470079.
HSL color Cylindrical-coordinate representation of color #3F3544: hue angle of 280º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F3544 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 53 | 68 | - |
| CMYK | 0.07 | 0.22 | 0 | 0.73 |
| HSL | 280º | 0.12% | 0.24% | - |
| HSV(B) | 280º | 0.22% | 0.27% | - |
| XYZ | 4.37 | 4.02 | 6.01 | - |
| YUV | 57.7 | 133.81 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 68 | 0.07 | 0.22 | 0 | 0.73 | 280 | 0.12 | 0.24 |
| Hex | 3F | 35 | 44 | 7 | 16 | 0 | 49 | 118 | C | 18 |
| Octal | 77 | 65 | 104 | 7 | 26 | 0 | 111 | 430 | 14 | 30 |
| Binary | 111111 | 110101 | 1000100 | 111 | 10110 | 0 | 1001001 | 100011000 | 1100 | 11000 |
Color Harmonies of #3F3544
Complementary color
Monochromatic Colors of #3F3544
Black with #3F3544
Text Example
Text Example
White with #3F3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3544; }
p { color: rgb(63,53,68); }
H1.HeaderClassName
{
color: #3F3544;
}
.AnyTagClassName
{
color: #3F3544;
}
</style>
background-color css
<style>
a { background-color: #3F3544; }
a { background-color: rgb(63,53,68); }
div.DivClassName
{
background-color: #3F3544;
}
.BgClassName
{
background-color: #3F3544;
}
</style>
border-color css
<style>
span { border-color: #3F3544; }
span { border-color: rgb(63,53,68); }
td.TdClassName
{
border-color: #3F3544;
}
.TagClassName
{
border-color: #3F3544;
}
</style>