Shades of Jagger #3A323D
Tints of Jagger #3A323D
RGB
CMYK
RGB Variations
Color information
#3A323D (or 0x3A323D) is known color: Jagger. HEX triplet: 3A, 32 and 3D. RGB value is (58,50,61). Sum of RGB (Red+Green+Blue) = 58+50+61=169 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.32% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A323D is #C5CDC2. Grayscale: #353535. Windows color (decimal): -12963267 or 4010554. OLE color: 4010554.
HSL color Cylindrical-coordinate representation of color #3A323D: hue angle of 283.64º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A323D is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 50 | 61 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.76 |
| HSL | 283.64º | 0.1% | 0.22% | - |
| HSV(B) | 283.64º | 0.18% | 0.24% | - |
| XYZ | 3.73 | 3.52 | 4.9 | - |
| YUV | 53.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 61 | 0.05 | 0.18 | 0 | 0.76 | 283.64 | 0.1 | 0.22 |
| Hex | 3A | 32 | 3D | 5 | 12 | 0 | 4C | 11C | A | 16 |
| Octal | 72 | 62 | 75 | 5 | 22 | 0 | 114 | 434 | 12 | 26 |
| Binary | 111010 | 110010 | 111101 | 101 | 10010 | 0 | 1001100 | 100011100 | 1010 | 10110 |
Color Harmonies of #3A323D
Complementary color
Monochromatic Colors of #3A323D
Black with #3A323D
Text Example
Text Example
White with #3A323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A323D; }
p { color: rgb(58,50,61); }
H1.HeaderClassName
{
color: #3A323D;
}
.AnyTagClassName
{
color: #3A323D;
}
</style>
background-color css
<style>
a { background-color: #3A323D; }
a { background-color: rgb(58,50,61); }
div.DivClassName
{
background-color: #3A323D;
}
.BgClassName
{
background-color: #3A323D;
}
</style>
border-color css
<style>
span { border-color: #3A323D; }
span { border-color: rgb(58,50,61); }
td.TdClassName
{
border-color: #3A323D;
}
.TagClassName
{
border-color: #3A323D;
}
</style>