Shades of Jagger #352F39
Tints of Jagger #352F39
RGB
CMYK
RGB Variations
Color information
#352F39 (or 0x352F39) is known color: Jagger. HEX triplet: 35, 2F and 39. RGB value is (53,47,57). Sum of RGB (Red+Green+Blue) = 53+47+57=157 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.76% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #352F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F39 is #CAD0C6. Grayscale: #313131. Windows color (decimal): -13291719 or 3747637. OLE color: 3747637.
HSL color Cylindrical-coordinate representation of color #352F39: hue angle of 276º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #352F39 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 47 | 57 | - |
| CMYK | 0.07 | 0.18 | 0 | 0.78 |
| HSL | 276º | 0.1% | 0.2% | - |
| HSV(B) | 276º | 0.18% | 0.22% | - |
| XYZ | 3.22 | 3.09 | 4.3 | - |
| YUV | 49.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 57 | 0.07 | 0.18 | 0 | 0.78 | 276 | 0.1 | 0.2 |
| Hex | 35 | 2F | 39 | 7 | 12 | 0 | 4E | 114 | A | 14 |
| Octal | 65 | 57 | 71 | 7 | 22 | 0 | 116 | 424 | 12 | 24 |
| Binary | 110101 | 101111 | 111001 | 111 | 10010 | 0 | 1001110 | 100010100 | 1010 | 10100 |
Color Harmonies of #352F39
Complementary color
Monochromatic Colors of #352F39
Black with #352F39
Text Example
Text Example
White with #352F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F39; }
p { color: rgb(53,47,57); }
H1.HeaderClassName
{
color: #352F39;
}
.AnyTagClassName
{
color: #352F39;
}
</style>
background-color css
<style>
a { background-color: #352F39; }
a { background-color: rgb(53,47,57); }
div.DivClassName
{
background-color: #352F39;
}
.BgClassName
{
background-color: #352F39;
}
</style>
border-color css
<style>
span { border-color: #352F39; }
span { border-color: rgb(53,47,57); }
td.TdClassName
{
border-color: #352F39;
}
.TagClassName
{
border-color: #352F39;
}
</style>