Shades of Jagger #3A2E48
Tints of Jagger #3A2E48
RGB
CMYK
RGB Variations
Color information
#3A2E48 (or 0x3A2E48) is known color: Jagger. HEX triplet: 3A, 2E and 48. RGB value is (58,46,72). Sum of RGB (Red+Green+Blue) = 58+46+72=176 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.95% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 72 (28.52% from 255 or 40.91% from 176); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2E48 is #C5D1B7. Grayscale: #343434. Windows color (decimal): -12964280 or 4730426. OLE color: 4730426.
HSL color Cylindrical-coordinate representation of color #3A2E48: hue angle of 267.69º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A2E48 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 46 | 72 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.72 |
| HSL | 267.69º | 0.22% | 0.23% | - |
| HSV(B) | 267.69º | 0.36% | 0.28% | - |
| XYZ | 3.89 | 3.32 | 6.57 | - |
| YUV | 52.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 46 | 72 | 0.19 | 0.36 | 0 | 0.72 | 267.69 | 0.22 | 0.23 |
| Hex | 3A | 2E | 48 | 13 | 24 | 0 | 48 | 10C | 16 | 17 |
| Octal | 72 | 56 | 110 | 23 | 44 | 0 | 110 | 414 | 26 | 27 |
| Binary | 111010 | 101110 | 1001000 | 10011 | 100100 | 0 | 1001000 | 100001100 | 10110 | 10111 |
Color Harmonies of #3A2E48
Complementary color
Monochromatic Colors of #3A2E48
Black with #3A2E48
Text Example
Text Example
White with #3A2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2E48; }
p { color: rgb(58,46,72); }
H1.HeaderClassName
{
color: #3A2E48;
}
.AnyTagClassName
{
color: #3A2E48;
}
</style>
background-color css
<style>
a { background-color: #3A2E48; }
a { background-color: rgb(58,46,72); }
div.DivClassName
{
background-color: #3A2E48;
}
.BgClassName
{
background-color: #3A2E48;
}
</style>
border-color css
<style>
span { border-color: #3A2E48; }
span { border-color: rgb(58,46,72); }
td.TdClassName
{
border-color: #3A2E48;
}
.TagClassName
{
border-color: #3A2E48;
}
</style>