Shades of Jagger #352049
Tints of Jagger #352049
RGB
CMYK
RGB Variations
Color information
#352049 (or 0x352049) is known color: Jagger. HEX triplet: 35, 20 and 49. RGB value is (53,32,73). Sum of RGB (Red+Green+Blue) = 53+32+73=158 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.54% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 73 (28.91% from 255 or 46.20% from 158); Max value from RGB is 73 - color contains mainly: blue. Hex color #352049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352049 is #CADFB6. Grayscale: #2A2A2A. Windows color (decimal): -13295543 or 4792373. OLE color: 4792373.
HSL color Cylindrical-coordinate representation of color #352049: hue angle of 270.73º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #352049 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 32 | 73 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.71 |
| HSL | 270.73º | 0.39% | 0.21% | - |
| HSV(B) | 270.73º | 0.56% | 0.29% | - |
| XYZ | 3.19 | 2.27 | 6.57 | - |
| YUV | 42.95 | 144.96 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 32 | 73 | 0.27 | 0.56 | 0 | 0.71 | 270.73 | 0.39 | 0.21 |
| Hex | 35 | 20 | 49 | 1B | 38 | 0 | 47 | 10F | 27 | 15 |
| Octal | 65 | 40 | 111 | 33 | 70 | 0 | 107 | 417 | 47 | 25 |
| Binary | 110101 | 100000 | 1001001 | 11011 | 111000 | 0 | 1000111 | 100001111 | 100111 | 10101 |
Color Harmonies of #352049
Complementary color
Monochromatic Colors of #352049
Black with #352049
Text Example
Text Example
White with #352049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352049; }
p { color: rgb(53,32,73); }
H1.HeaderClassName
{
color: #352049;
}
.AnyTagClassName
{
color: #352049;
}
</style>
background-color css
<style>
a { background-color: #352049; }
a { background-color: rgb(53,32,73); }
div.DivClassName
{
background-color: #352049;
}
.BgClassName
{
background-color: #352049;
}
</style>
border-color css
<style>
span { border-color: #352049; }
span { border-color: rgb(53,32,73); }
td.TdClassName
{
border-color: #352049;
}
.TagClassName
{
border-color: #352049;
}
</style>