Shades of Jagger #3A353D
Tints of Jagger #3A353D
RGB
CMYK
RGB Variations
Color information
#3A353D (or 0x3A353D) is known color: Jagger. HEX triplet: 3A, 35 and 3D. RGB value is (58,53,61). Sum of RGB (Red+Green+Blue) = 58+53+61=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A353D is #C5CAC2. Grayscale: #373737. Windows color (decimal): -12962499 or 4011322. OLE color: 4011322.
HSL color Cylindrical-coordinate representation of color #3A353D: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3A353D is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 53 | 61 | - |
| CMYK | 0.05 | 0.13 | 0 | 0.76 |
| HSL | 277.5º | 0.07% | 0.22% | - |
| HSV(B) | 277.5º | 0.13% | 0.24% | - |
| XYZ | 3.86 | 3.78 | 4.94 | - |
| YUV | 55.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 53 | 61 | 0.05 | 0.13 | 0 | 0.76 | 277.5 | 0.07 | 0.22 |
| Hex | 3A | 35 | 3D | 5 | D | 0 | 4C | 116 | 7 | 16 |
| Octal | 72 | 65 | 75 | 5 | 15 | 0 | 114 | 426 | 7 | 26 |
| Binary | 111010 | 110101 | 111101 | 101 | 1101 | 0 | 1001100 | 100010110 | 111 | 10110 |
Color Harmonies of #3A353D
Complementary color
Monochromatic Colors of #3A353D
Black with #3A353D
Text Example
Text Example
White with #3A353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A353D; }
p { color: rgb(58,53,61); }
H1.HeaderClassName
{
color: #3A353D;
}
.AnyTagClassName
{
color: #3A353D;
}
</style>
background-color css
<style>
a { background-color: #3A353D; }
a { background-color: rgb(58,53,61); }
div.DivClassName
{
background-color: #3A353D;
}
.BgClassName
{
background-color: #3A353D;
}
</style>
border-color css
<style>
span { border-color: #3A353D; }
span { border-color: rgb(58,53,61); }
td.TdClassName
{
border-color: #3A353D;
}
.TagClassName
{
border-color: #3A353D;
}
</style>