Shades of Jagger #352F38
Tints of Jagger #352F38
RGB
CMYK
RGB Variations
Color information
#352F38 (or 0x352F38) is known color: Jagger. HEX triplet: 35, 2F and 38. RGB value is (53,47,56). Sum of RGB (Red+Green+Blue) = 53+47+56=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 47 (18.75% from 255 or 30.13% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #352F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F38 is #CAD0C7. Grayscale: #313131. Windows color (decimal): -13291720 or 3682101. OLE color: 3682101.
HSL color Cylindrical-coordinate representation of color #352F38: hue angle of 280º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #352F38 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 47 | 56 | - |
| CMYK | 0.05 | 0.16 | 0 | 0.78 |
| HSL | 280º | 0.09% | 0.2% | - |
| HSV(B) | 280º | 0.16% | 0.22% | - |
| XYZ | 3.2 | 3.08 | 4.17 | - |
| YUV | 49.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 47 | 56 | 0.05 | 0.16 | 0 | 0.78 | 280 | 0.09 | 0.2 |
| Hex | 35 | 2F | 38 | 5 | 10 | 0 | 4E | 118 | 9 | 14 |
| Octal | 65 | 57 | 70 | 5 | 20 | 0 | 116 | 430 | 11 | 24 |
| Binary | 110101 | 101111 | 111000 | 101 | 10000 | 0 | 1001110 | 100011000 | 1001 | 10100 |
Color Harmonies of #352F38
Complementary color
Monochromatic Colors of #352F38
Black with #352F38
Text Example
Text Example
White with #352F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #352F38; }
p { color: rgb(53,47,56); }
H1.HeaderClassName
{
color: #352F38;
}
.AnyTagClassName
{
color: #352F38;
}
</style>
background-color css
<style>
a { background-color: #352F38; }
a { background-color: rgb(53,47,56); }
div.DivClassName
{
background-color: #352F38;
}
.BgClassName
{
background-color: #352F38;
}
</style>
border-color css
<style>
span { border-color: #352F38; }
span { border-color: rgb(53,47,56); }
td.TdClassName
{
border-color: #352F38;
}
.TagClassName
{
border-color: #352F38;
}
</style>