Shades of Jagger #352B3F
Tints of Jagger #352B3F
RGB
CMYK
RGB Variations
Color information
#352B3F (or 0x352B3F) is known color: Jagger. HEX triplet: 35, 2B and 3F. RGB value is (53,43,63). Sum of RGB (Red+Green+Blue) = 53+43+63=159 (21% of max value = 765). Red value is 53 (21.09% from 255 or 33.33% from 159); Green value is 43 (17.19% from 255 or 27.04% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 63 - color contains mainly: blue. Hex color #352B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B3F is #CAD4C0. Grayscale: #303030. Windows color (decimal): -13292737 or 4139829. OLE color: 4139829.
HSL color Cylindrical-coordinate representation of color #352B3F: hue angle of 270º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #352B3F is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 43 | 63 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.75 |
| HSL | 270º | 0.19% | 0.21% | - |
| HSV(B) | 270º | 0.32% | 0.25% | - |
| XYZ | 3.23 | 2.84 | 5.08 | - |
| YUV | 48.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 43 | 63 | 0.16 | 0.32 | 0 | 0.75 | 270 | 0.19 | 0.21 |
| Hex | 35 | 2B | 3F | 10 | 20 | 0 | 4B | 10E | 13 | 15 |
| Octal | 65 | 53 | 77 | 20 | 40 | 0 | 113 | 416 | 23 | 25 |
| Binary | 110101 | 101011 | 111111 | 10000 | 100000 | 0 | 1001011 | 100001110 | 10011 | 10101 |
Color Harmonies of #352B3F
Complementary color
Monochromatic Colors of #352B3F
Black with #352B3F
Text Example
Text Example
White with #352B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352B3F; }
p { color: rgb(53,43,63); }
H1.HeaderClassName
{
color: #352B3F;
}
.AnyTagClassName
{
color: #352B3F;
}
</style>
background-color css
<style>
a { background-color: #352B3F; }
a { background-color: rgb(53,43,63); }
div.DivClassName
{
background-color: #352B3F;
}
.BgClassName
{
background-color: #352B3F;
}
</style>
border-color css
<style>
span { border-color: #352B3F; }
span { border-color: rgb(53,43,63); }
td.TdClassName
{
border-color: #352B3F;
}
.TagClassName
{
border-color: #352B3F;
}
</style>