Shades of Jagger #3E3546
Tints of Jagger #3E3546
RGB
CMYK
RGB Variations
Color information
#3E3546 (or 0x3E3546) is known color: Jagger. HEX triplet: 3E, 35 and 46. RGB value is (62,53,70). Sum of RGB (Red+Green+Blue) = 62+53+70=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 53 (21.09% from 255 or 28.65% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E3546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3546 is #C1CAB9. Grayscale: #393939. Windows color (decimal): -12700346 or 4601150. OLE color: 4601150.
HSL color Cylindrical-coordinate representation of color #3E3546: hue angle of 271.76º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E3546 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 53 | 70 | - |
| CMYK | 0.11 | 0.24 | 0 | 0.73 |
| HSL | 271.76º | 0.14% | 0.24% | - |
| HSV(B) | 271.76º | 0.24% | 0.27% | - |
| XYZ | 4.37 | 4.01 | 6.34 | - |
| YUV | 57.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 70 | 0.11 | 0.24 | 0 | 0.73 | 271.76 | 0.14 | 0.24 |
| Hex | 3E | 35 | 46 | B | 18 | 0 | 49 | 110 | E | 18 |
| Octal | 76 | 65 | 106 | 13 | 30 | 0 | 111 | 420 | 16 | 30 |
| Binary | 111110 | 110101 | 1000110 | 1011 | 11000 | 0 | 1001001 | 100010000 | 1110 | 11000 |
Color Harmonies of #3E3546
Complementary color
Monochromatic Colors of #3E3546
Black with #3E3546
Text Example
Text Example
White with #3E3546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3546; }
p { color: rgb(62,53,70); }
H1.HeaderClassName
{
color: #3E3546;
}
.AnyTagClassName
{
color: #3E3546;
}
</style>
background-color css
<style>
a { background-color: #3E3546; }
a { background-color: rgb(62,53,70); }
div.DivClassName
{
background-color: #3E3546;
}
.BgClassName
{
background-color: #3E3546;
}
</style>
border-color css
<style>
span { border-color: #3E3546; }
span { border-color: rgb(62,53,70); }
td.TdClassName
{
border-color: #3E3546;
}
.TagClassName
{
border-color: #3E3546;
}
</style>