Shades of Jagger #352F3B
Tints of Jagger #352F3B
RGB
CMYK
RGB Variations
Color information
#352F3B (or 0x352F3B) is known color: Jagger. HEX triplet: 35, 2F and 3B. RGB value is (53,47,59). Sum of RGB (Red+Green+Blue) = 53+47+59=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #352F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F3B is #CAD0C4. Grayscale: #323232. Windows color (decimal): -13291717 or 3878709. OLE color: 3878709.
HSL color Cylindrical-coordinate representation of color #352F3B: hue angle of 270º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #352F3B is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 47 | 59 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.77 |
| HSL | 270º | 0.11% | 0.21% | - |
| HSV(B) | 270º | 0.2% | 0.23% | - |
| XYZ | 3.27 | 3.11 | 4.56 | - |
| YUV | 50.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 59 | 0.10 | 0.20 | 0 | 0.77 | 270 | 0.11 | 0.21 |
| Hex | 35 | 2F | 3B | A | 14 | 0 | 4D | 10E | B | 15 |
| Octal | 65 | 57 | 73 | 12 | 24 | 0 | 115 | 416 | 13 | 25 |
| Binary | 110101 | 101111 | 111011 | 1010 | 10100 | 0 | 1001101 | 100001110 | 1011 | 10101 |
Color Harmonies of #352F3B
Complementary color
Monochromatic Colors of #352F3B
Black with #352F3B
Text Example
Text Example
White with #352F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F3B; }
p { color: rgb(53,47,59); }
H1.HeaderClassName
{
color: #352F3B;
}
.AnyTagClassName
{
color: #352F3B;
}
</style>
background-color css
<style>
a { background-color: #352F3B; }
a { background-color: rgb(53,47,59); }
div.DivClassName
{
background-color: #352F3B;
}
.BgClassName
{
background-color: #352F3B;
}
</style>
border-color css
<style>
span { border-color: #352F3B; }
span { border-color: rgb(53,47,59); }
td.TdClassName
{
border-color: #352F3B;
}
.TagClassName
{
border-color: #352F3B;
}
</style>