Shades of Jagger #3F3545
Tints of Jagger #3F3545
RGB
CMYK
RGB Variations
Color information
#3F3545 (or 0x3F3545) is known color: Jagger. HEX triplet: 3F, 35 and 45. RGB value is (63,53,69). Sum of RGB (Red+Green+Blue) = 63+53+69=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F3545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3545 is #C0CABA. Grayscale: #393939. Windows color (decimal): -12634811 or 4535615. OLE color: 4535615.
HSL color Cylindrical-coordinate representation of color #3F3545: hue angle of 277.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F3545 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 53 | 69 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.73 |
| HSL | 277.5º | 0.13% | 0.24% | - |
| HSV(B) | 277.5º | 0.23% | 0.27% | - |
| XYZ | 4.4 | 4.03 | 6.18 | - |
| YUV | 57.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 53 | 69 | 0.09 | 0.23 | 0 | 0.73 | 277.5 | 0.13 | 0.24 |
| Hex | 3F | 35 | 45 | 9 | 17 | 0 | 49 | 116 | D | 18 |
| Octal | 77 | 65 | 105 | 11 | 27 | 0 | 111 | 426 | 15 | 30 |
| Binary | 111111 | 110101 | 1000101 | 1001 | 10111 | 0 | 1001001 | 100010110 | 1101 | 11000 |
Color Harmonies of #3F3545
Complementary color
Monochromatic Colors of #3F3545
Black with #3F3545
Text Example
Text Example
White with #3F3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3545; }
p { color: rgb(63,53,69); }
H1.HeaderClassName
{
color: #3F3545;
}
.AnyTagClassName
{
color: #3F3545;
}
</style>
background-color css
<style>
a { background-color: #3F3545; }
a { background-color: rgb(63,53,69); }
div.DivClassName
{
background-color: #3F3545;
}
.BgClassName
{
background-color: #3F3545;
}
</style>
border-color css
<style>
span { border-color: #3F3545; }
span { border-color: rgb(63,53,69); }
td.TdClassName
{
border-color: #3F3545;
}
.TagClassName
{
border-color: #3F3545;
}
</style>