Shades of Jagger #3E2346
Tints of Jagger #3E2346
RGB
CMYK
RGB Variations
Color information
#3E2346 (or 0x3E2346) is known color: Jagger. HEX triplet: 3E, 23 and 46. RGB value is (62,35,70). Sum of RGB (Red+Green+Blue) = 62+35+70=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #3E2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2346 is #C1DCB9. Grayscale: #2E2E2E. Windows color (decimal): -12704954 or 4596542. OLE color: 4596542.
HSL color Cylindrical-coordinate representation of color #3E2346: hue angle of 286.29º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E2346 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 35 | 70 | - |
| CMYK | 0.11 | 0.5 | 0 | 0.73 |
| HSL | 286.29º | 0.33% | 0.21% | - |
| HSV(B) | 286.29º | 0.5% | 0.27% | - |
| XYZ | 3.69 | 2.67 | 6.11 | - |
| YUV | 47.06 | 140.95 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 70 | 0.11 | 0.5 | 0 | 0.73 | 286.29 | 0.33 | 0.21 |
| Hex | 3E | 23 | 46 | B | 32 | 0 | 49 | 11E | 21 | 15 |
| Octal | 76 | 43 | 106 | 13 | 62 | 0 | 111 | 436 | 41 | 25 |
| Binary | 111110 | 100011 | 1000110 | 1011 | 110010 | 0 | 1001001 | 100011110 | 100001 | 10101 |
Color Harmonies of #3E2346
Complementary color
Monochromatic Colors of #3E2346
Black with #3E2346
Text Example
Text Example
White with #3E2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2346; }
p { color: rgb(62,35,70); }
H1.HeaderClassName
{
color: #3E2346;
}
.AnyTagClassName
{
color: #3E2346;
}
</style>
background-color css
<style>
a { background-color: #3E2346; }
a { background-color: rgb(62,35,70); }
div.DivClassName
{
background-color: #3E2346;
}
.BgClassName
{
background-color: #3E2346;
}
</style>
border-color css
<style>
span { border-color: #3E2346; }
span { border-color: rgb(62,35,70); }
td.TdClassName
{
border-color: #3E2346;
}
.TagClassName
{
border-color: #3E2346;
}
</style>