Shades of Jagger #352345
Tints of Jagger #352345
RGB
CMYK
RGB Variations
Color information
#352345 (or 0x352345) is known color: Jagger. HEX triplet: 35, 23 and 45. RGB value is (53,35,69). Sum of RGB (Red+Green+Blue) = 53+35+69=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 69 (27.34% from 255 or 43.95% from 157); Max value from RGB is 69 - color contains mainly: blue. Hex color #352345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352345 is #CADCBA. Grayscale: #2C2C2C. Windows color (decimal): -13294779 or 4530997. OLE color: 4530997.
HSL color Cylindrical-coordinate representation of color #352345: hue angle of 271.76º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #352345 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 35 | 69 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.73 |
| HSL | 271.76º | 0.33% | 0.2% | - |
| HSV(B) | 271.76º | 0.49% | 0.27% | - |
| XYZ | 3.14 | 2.39 | 5.93 | - |
| YUV | 44.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 35 | 69 | 0.23 | 0.49 | 0 | 0.73 | 271.76 | 0.33 | 0.2 |
| Hex | 35 | 23 | 45 | 17 | 31 | 0 | 49 | 110 | 21 | 14 |
| Octal | 65 | 43 | 105 | 27 | 61 | 0 | 111 | 420 | 41 | 24 |
| Binary | 110101 | 100011 | 1000101 | 10111 | 110001 | 0 | 1001001 | 100010000 | 100001 | 10100 |
Color Harmonies of #352345
Complementary color
Monochromatic Colors of #352345
Black with #352345
Text Example
Text Example
White with #352345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352345; }
p { color: rgb(53,35,69); }
H1.HeaderClassName
{
color: #352345;
}
.AnyTagClassName
{
color: #352345;
}
</style>
background-color css
<style>
a { background-color: #352345; }
a { background-color: rgb(53,35,69); }
div.DivClassName
{
background-color: #352345;
}
.BgClassName
{
background-color: #352345;
}
</style>
border-color css
<style>
span { border-color: #352345; }
span { border-color: rgb(53,35,69); }
td.TdClassName
{
border-color: #352345;
}
.TagClassName
{
border-color: #352345;
}
</style>