Shades of Jagger #3A2A41
Tints of Jagger #3A2A41
RGB
CMYK
RGB Variations
Color information
#3A2A41 (or 0x3A2A41) is known color: Jagger. HEX triplet: 3A, 2A and 41. RGB value is (58,42,65). Sum of RGB (Red+Green+Blue) = 58+42+65=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #3A2A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2A41 is #C5D5BE. Grayscale: #313131. Windows color (decimal): -12965311 or 4270650. OLE color: 4270650.
HSL color Cylindrical-coordinate representation of color #3A2A41: hue angle of 281.74º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A2A41 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 42 | 65 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.75 |
| HSL | 281.74º | 0.21% | 0.21% | - |
| HSV(B) | 281.74º | 0.35% | 0.25% | - |
| XYZ | 3.53 | 2.94 | 5.38 | - |
| YUV | 49.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 65 | 0.11 | 0.35 | 0 | 0.75 | 281.74 | 0.21 | 0.21 |
| Hex | 3A | 2A | 41 | B | 23 | 0 | 4B | 11A | 15 | 15 |
| Octal | 72 | 52 | 101 | 13 | 43 | 0 | 113 | 432 | 25 | 25 |
| Binary | 111010 | 101010 | 1000001 | 1011 | 100011 | 0 | 1001011 | 100011010 | 10101 | 10101 |
Color Harmonies of #3A2A41
Complementary color
Monochromatic Colors of #3A2A41
Black with #3A2A41
Text Example
Text Example
White with #3A2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A41; }
p { color: rgb(58,42,65); }
H1.HeaderClassName
{
color: #3A2A41;
}
.AnyTagClassName
{
color: #3A2A41;
}
</style>
background-color css
<style>
a { background-color: #3A2A41; }
a { background-color: rgb(58,42,65); }
div.DivClassName
{
background-color: #3A2A41;
}
.BgClassName
{
background-color: #3A2A41;
}
</style>
border-color css
<style>
span { border-color: #3A2A41; }
span { border-color: rgb(58,42,65); }
td.TdClassName
{
border-color: #3A2A41;
}
.TagClassName
{
border-color: #3A2A41;
}
</style>