Shades of Jagger #3E2E49
Tints of Jagger #3E2E49
RGB
CMYK
RGB Variations
Color information
#3E2E49 (or 0x3E2E49) is known color: Jagger. HEX triplet: 3E, 2E and 49. RGB value is (62,46,73). Sum of RGB (Red+Green+Blue) = 62+46+73=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 73 (28.91% from 255 or 40.33% from 181); Max value from RGB is 73 - color contains mainly: blue. Hex color #3E2E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2E49 is #C1D1B6. Grayscale: #353535. Windows color (decimal): -12702135 or 4795966. OLE color: 4795966.
HSL color Cylindrical-coordinate representation of color #3E2E49: hue angle of 275.56º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3E2E49 is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 46 | 73 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.71 |
| HSL | 275.56º | 0.23% | 0.23% | - |
| HSV(B) | 275.56º | 0.37% | 0.29% | - |
| XYZ | 4.17 | 3.46 | 6.75 | - |
| YUV | 53.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 46 | 73 | 0.15 | 0.37 | 0 | 0.71 | 275.56 | 0.23 | 0.23 |
| Hex | 3E | 2E | 49 | F | 25 | 0 | 47 | 114 | 17 | 17 |
| Octal | 76 | 56 | 111 | 17 | 45 | 0 | 107 | 424 | 27 | 27 |
| Binary | 111110 | 101110 | 1001001 | 1111 | 100101 | 0 | 1000111 | 100010100 | 10111 | 10111 |
Color Harmonies of #3E2E49
Complementary color
Monochromatic Colors of #3E2E49
Black with #3E2E49
Text Example
Text Example
White with #3E2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E49; }
p { color: rgb(62,46,73); }
H1.HeaderClassName
{
color: #3E2E49;
}
.AnyTagClassName
{
color: #3E2E49;
}
</style>
background-color css
<style>
a { background-color: #3E2E49; }
a { background-color: rgb(62,46,73); }
div.DivClassName
{
background-color: #3E2E49;
}
.BgClassName
{
background-color: #3E2E49;
}
</style>
border-color css
<style>
span { border-color: #3E2E49; }
span { border-color: rgb(62,46,73); }
td.TdClassName
{
border-color: #3E2E49;
}
.TagClassName
{
border-color: #3E2E49;
}
</style>