Shades of Jagger #352D3D
Tints of Jagger #352D3D
RGB
CMYK
RGB Variations
Color information
#352D3D (or 0x352D3D) is known color: Jagger. HEX triplet: 35, 2D and 3D. RGB value is (53,45,61). Sum of RGB (Red+Green+Blue) = 53+45+61=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #352D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D3D is #CAD2C2. Grayscale: #313131. Windows color (decimal): -13292227 or 4009269. OLE color: 4009269.
HSL color Cylindrical-coordinate representation of color #352D3D: hue angle of 270º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #352D3D is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 45 | 61 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.76 |
| HSL | 270º | 0.15% | 0.21% | - |
| HSV(B) | 270º | 0.26% | 0.24% | - |
| XYZ | 3.25 | 2.97 | 4.82 | - |
| YUV | 49.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 45 | 61 | 0.13 | 0.26 | 0 | 0.76 | 270 | 0.15 | 0.21 |
| Hex | 35 | 2D | 3D | D | 1A | 0 | 4C | 10E | F | 15 |
| Octal | 65 | 55 | 75 | 15 | 32 | 0 | 114 | 416 | 17 | 25 |
| Binary | 110101 | 101101 | 111101 | 1101 | 11010 | 0 | 1001100 | 100001110 | 1111 | 10101 |
Color Harmonies of #352D3D
Complementary color
Monochromatic Colors of #352D3D
Black with #352D3D
Text Example
Text Example
White with #352D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352D3D; }
p { color: rgb(53,45,61); }
H1.HeaderClassName
{
color: #352D3D;
}
.AnyTagClassName
{
color: #352D3D;
}
</style>
background-color css
<style>
a { background-color: #352D3D; }
a { background-color: rgb(53,45,61); }
div.DivClassName
{
background-color: #352D3D;
}
.BgClassName
{
background-color: #352D3D;
}
</style>
border-color css
<style>
span { border-color: #352D3D; }
span { border-color: rgb(53,45,61); }
td.TdClassName
{
border-color: #352D3D;
}
.TagClassName
{
border-color: #352D3D;
}
</style>