Shades of Jagger #3E3547
Tints of Jagger #3E3547
RGB
CMYK
RGB Variations
Color information
#3E3547 (or 0x3E3547) is known color: Jagger. HEX triplet: 3E, 35 and 47. RGB value is (62,53,71). Sum of RGB (Red+Green+Blue) = 62+53+71=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E3547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3547 is #C1CAB8. Grayscale: #393939. Windows color (decimal): -12700345 or 4666686. OLE color: 4666686.
HSL color Cylindrical-coordinate representation of color #3E3547: hue angle of 270º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3E3547 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 53 | 71 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.72 |
| HSL | 270º | 0.15% | 0.24% | - |
| HSV(B) | 270º | 0.25% | 0.28% | - |
| XYZ | 4.4 | 4.03 | 6.51 | - |
| YUV | 57.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 71 | 0.13 | 0.25 | 0 | 0.72 | 270 | 0.15 | 0.24 |
| Hex | 3E | 35 | 47 | D | 19 | 0 | 48 | 10E | F | 18 |
| Octal | 76 | 65 | 107 | 15 | 31 | 0 | 110 | 416 | 17 | 30 |
| Binary | 111110 | 110101 | 1000111 | 1101 | 11001 | 0 | 1001000 | 100001110 | 1111 | 11000 |
Color Harmonies of #3E3547
Complementary color
Monochromatic Colors of #3E3547
Black with #3E3547
Text Example
Text Example
White with #3E3547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3547; }
p { color: rgb(62,53,71); }
H1.HeaderClassName
{
color: #3E3547;
}
.AnyTagClassName
{
color: #3E3547;
}
</style>
background-color css
<style>
a { background-color: #3E3547; }
a { background-color: rgb(62,53,71); }
div.DivClassName
{
background-color: #3E3547;
}
.BgClassName
{
background-color: #3E3547;
}
</style>
border-color css
<style>
span { border-color: #3E3547; }
span { border-color: rgb(62,53,71); }
td.TdClassName
{
border-color: #3E3547;
}
.TagClassName
{
border-color: #3E3547;
}
</style>