Shades of Jagger #352C3D
Tints of Jagger #352C3D
RGB
CMYK
RGB Variations
Color information
#352C3D (or 0x352C3D) is known color: Jagger. HEX triplet: 35, 2C and 3D. RGB value is (53,44,61). Sum of RGB (Red+Green+Blue) = 53+44+61=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 44 (17.58% from 255 or 27.85% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 61 - color contains mainly: blue. Hex color #352C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C3D is #CAD3C2. Grayscale: #303030. Windows color (decimal): -13292483 or 4009013. OLE color: 4009013.
HSL color Cylindrical-coordinate representation of color #352C3D: hue angle of 271.76º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #352C3D is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 44 | 61 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.76 |
| HSL | 271.76º | 0.16% | 0.21% | - |
| HSV(B) | 271.76º | 0.28% | 0.24% | - |
| XYZ | 3.21 | 2.9 | 4.8 | - |
| YUV | 48.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 44 | 61 | 0.13 | 0.28 | 0 | 0.76 | 271.76 | 0.16 | 0.21 |
| Hex | 35 | 2C | 3D | D | 1C | 0 | 4C | 110 | 10 | 15 |
| Octal | 65 | 54 | 75 | 15 | 34 | 0 | 114 | 420 | 20 | 25 |
| Binary | 110101 | 101100 | 111101 | 1101 | 11100 | 0 | 1001100 | 100010000 | 10000 | 10101 |
Color Harmonies of #352C3D
Complementary color
Monochromatic Colors of #352C3D
Black with #352C3D
Text Example
Text Example
White with #352C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352C3D; }
p { color: rgb(53,44,61); }
H1.HeaderClassName
{
color: #352C3D;
}
.AnyTagClassName
{
color: #352C3D;
}
</style>
background-color css
<style>
a { background-color: #352C3D; }
a { background-color: rgb(53,44,61); }
div.DivClassName
{
background-color: #352C3D;
}
.BgClassName
{
background-color: #352C3D;
}
</style>
border-color css
<style>
span { border-color: #352C3D; }
span { border-color: rgb(53,44,61); }
td.TdClassName
{
border-color: #352C3D;
}
.TagClassName
{
border-color: #352C3D;
}
</style>