Shades of Jagger #3A2A43
Tints of Jagger #3A2A43
RGB
CMYK
RGB Variations
Color information
#3A2A43 (or 0x3A2A43) is known color: Jagger. HEX triplet: 3A, 2A and 43. RGB value is (58,42,67). Sum of RGB (Red+Green+Blue) = 58+42+67=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 42 (16.80% from 255 or 25.15% from 167); Blue value is 67 (26.56% from 255 or 40.12% from 167); Max value from RGB is 67 - color contains mainly: blue. Hex color #3A2A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2A43 is #C5D5BC. Grayscale: #313131. Windows color (decimal): -12965309 or 4401722. OLE color: 4401722.
HSL color Cylindrical-coordinate representation of color #3A2A43: hue angle of 278.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A2A43 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 42 | 67 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.74 |
| HSL | 278.4º | 0.23% | 0.21% | - |
| HSV(B) | 278.4º | 0.37% | 0.26% | - |
| XYZ | 3.59 | 2.96 | 5.69 | - |
| YUV | 49.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 67 | 0.13 | 0.37 | 0 | 0.74 | 278.4 | 0.23 | 0.21 |
| Hex | 3A | 2A | 43 | D | 25 | 0 | 4A | 116 | 17 | 15 |
| Octal | 72 | 52 | 103 | 15 | 45 | 0 | 112 | 426 | 27 | 25 |
| Binary | 111010 | 101010 | 1000011 | 1101 | 100101 | 0 | 1001010 | 100010110 | 10111 | 10101 |
Color Harmonies of #3A2A43
Complementary color
Monochromatic Colors of #3A2A43
Black with #3A2A43
Text Example
Text Example
White with #3A2A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2A43; }
p { color: rgb(58,42,67); }
H1.HeaderClassName
{
color: #3A2A43;
}
.AnyTagClassName
{
color: #3A2A43;
}
</style>
background-color css
<style>
a { background-color: #3A2A43; }
a { background-color: rgb(58,42,67); }
div.DivClassName
{
background-color: #3A2A43;
}
.BgClassName
{
background-color: #3A2A43;
}
</style>
border-color css
<style>
span { border-color: #3A2A43; }
span { border-color: rgb(58,42,67); }
td.TdClassName
{
border-color: #3A2A43;
}
.TagClassName
{
border-color: #3A2A43;
}
</style>