Shades of Jagger #3A2346
Tints of Jagger #3A2346
RGB
CMYK
RGB Variations
Color information
#3A2346 (or 0x3A2346) is known color: Jagger. HEX triplet: 3A, 23 and 46. RGB value is (58,35,70). Sum of RGB (Red+Green+Blue) = 58+35+70=163 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.58% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #3A2346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2346 is #C5DCB9. Grayscale: #2D2D2D. Windows color (decimal): -12967098 or 4596538. OLE color: 4596538.
HSL color Cylindrical-coordinate representation of color #3A2346: hue angle of 279.43º 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 #3A2346 is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 35 | 70 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.73 |
| HSL | 279.43º | 0.33% | 0.21% | - |
| HSV(B) | 279.43º | 0.5% | 0.27% | - |
| XYZ | 3.45 | 2.54 | 6.1 | - |
| YUV | 45.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 35 | 70 | 0.17 | 0.5 | 0 | 0.73 | 279.43 | 0.33 | 0.21 |
| Hex | 3A | 23 | 46 | 11 | 32 | 0 | 49 | 117 | 21 | 15 |
| Octal | 72 | 43 | 106 | 21 | 62 | 0 | 111 | 427 | 41 | 25 |
| Binary | 111010 | 100011 | 1000110 | 10001 | 110010 | 0 | 1001001 | 100010111 | 100001 | 10101 |
Color Harmonies of #3A2346
Complementary color
Monochromatic Colors of #3A2346
Black with #3A2346
Text Example
Text Example
White with #3A2346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2346; }
p { color: rgb(58,35,70); }
H1.HeaderClassName
{
color: #3A2346;
}
.AnyTagClassName
{
color: #3A2346;
}
</style>
background-color css
<style>
a { background-color: #3A2346; }
a { background-color: rgb(58,35,70); }
div.DivClassName
{
background-color: #3A2346;
}
.BgClassName
{
background-color: #3A2346;
}
</style>
border-color css
<style>
span { border-color: #3A2346; }
span { border-color: rgb(58,35,70); }
td.TdClassName
{
border-color: #3A2346;
}
.TagClassName
{
border-color: #3A2346;
}
</style>