Shades of Jagger #3D3545
Tints of Jagger #3D3545
RGB
CMYK
RGB Variations
Color information
#3D3545 (or 0x3D3545) is known color: Jagger. HEX triplet: 3D, 35 and 45. RGB value is (61,53,69). Sum of RGB (Red+Green+Blue) = 61+53+69=183 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.33% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 69 (27.34% from 255 or 37.70% from 183); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D3545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3545 is #C2CABA. Grayscale: #393939. Windows color (decimal): -12765883 or 4535613. OLE color: 4535613.
HSL color Cylindrical-coordinate representation of color #3D3545: hue angle of 270º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3D3545 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 53 | 69 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.73 |
| HSL | 270º | 0.13% | 0.24% | - |
| HSV(B) | 270º | 0.23% | 0.27% | - |
| XYZ | 4.27 | 3.97 | 6.17 | - |
| YUV | 57.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 69 | 0.12 | 0.23 | 0 | 0.73 | 270 | 0.13 | 0.24 |
| Hex | 3D | 35 | 45 | C | 17 | 0 | 49 | 10E | D | 18 |
| Octal | 75 | 65 | 105 | 14 | 27 | 0 | 111 | 416 | 15 | 30 |
| Binary | 111101 | 110101 | 1000101 | 1100 | 10111 | 0 | 1001001 | 100001110 | 1101 | 11000 |
Color Harmonies of #3D3545
Complementary color
Monochromatic Colors of #3D3545
Black with #3D3545
Text Example
Text Example
White with #3D3545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3545; }
p { color: rgb(61,53,69); }
H1.HeaderClassName
{
color: #3D3545;
}
.AnyTagClassName
{
color: #3D3545;
}
</style>
background-color css
<style>
a { background-color: #3D3545; }
a { background-color: rgb(61,53,69); }
div.DivClassName
{
background-color: #3D3545;
}
.BgClassName
{
background-color: #3D3545;
}
</style>
border-color css
<style>
span { border-color: #3D3545; }
span { border-color: rgb(61,53,69); }
td.TdClassName
{
border-color: #3D3545;
}
.TagClassName
{
border-color: #3D3545;
}
</style>