Shades of Jagger #3A343D
Tints of Jagger #3A343D
RGB
CMYK
RGB Variations
Color information
#3A343D (or 0x3A343D) is known color: Jagger. HEX triplet: 3A, 34 and 3D. RGB value is (58,52,61). Sum of RGB (Red+Green+Blue) = 58+52+61=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A343D is #C5CBC2. Grayscale: #363636. Windows color (decimal): -12962755 or 4011066. OLE color: 4011066.
HSL color Cylindrical-coordinate representation of color #3A343D: hue angle of 280º degrees, saturation: 0.08, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3A343D is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 58 | 52 | 61 | - |
| CMYK | 0.05 | 0.15 | 0 | 0.76 |
| HSL | 280º | 0.08% | 0.22% | - |
| HSV(B) | 280º | 0.15% | 0.24% | - |
| XYZ | 3.82 | 3.69 | 4.93 | - |
| YUV | 54.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 52 | 61 | 0.05 | 0.15 | 0 | 0.76 | 280 | 0.08 | 0.22 |
| Hex | 3A | 34 | 3D | 5 | F | 0 | 4C | 118 | 8 | 16 |
| Octal | 72 | 64 | 75 | 5 | 17 | 0 | 114 | 430 | 10 | 26 |
| Binary | 111010 | 110100 | 111101 | 101 | 1111 | 0 | 1001100 | 100011000 | 1000 | 10110 |
Color Harmonies of #3A343D
Complementary color
Monochromatic Colors of #3A343D
Black with #3A343D
Text Example
Text Example
White with #3A343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A343D; }
p { color: rgb(58,52,61); }
H1.HeaderClassName
{
color: #3A343D;
}
.AnyTagClassName
{
color: #3A343D;
}
</style>
background-color css
<style>
a { background-color: #3A343D; }
a { background-color: rgb(58,52,61); }
div.DivClassName
{
background-color: #3A343D;
}
.BgClassName
{
background-color: #3A343D;
}
</style>
border-color css
<style>
span { border-color: #3A343D; }
span { border-color: rgb(58,52,61); }
td.TdClassName
{
border-color: #3A343D;
}
.TagClassName
{
border-color: #3A343D;
}
</style>