Shades of Jagger #3D3540
Tints of Jagger #3D3540
RGB
CMYK
RGB Variations
Color information
#3D3540 (or 0x3D3540) is known color: Jagger. HEX triplet: 3D, 35 and 40. RGB value is (61,53,64). Sum of RGB (Red+Green+Blue) = 61+53+64=178 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.27% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D3540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3540 is #C2CABF. Grayscale: #383838. Windows color (decimal): -12765888 or 4207933. OLE color: 4207933.
HSL color Cylindrical-coordinate representation of color #3D3540: hue angle of 283.64º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3D3540 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 53 | 64 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.75 |
| HSL | 283.64º | 0.09% | 0.23% | - |
| HSV(B) | 283.64º | 0.17% | 0.25% | - |
| XYZ | 4.12 | 3.91 | 5.39 | - |
| YUV | 56.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 64 | 0.05 | 0.17 | 0 | 0.75 | 283.64 | 0.09 | 0.23 |
| Hex | 3D | 35 | 40 | 5 | 11 | 0 | 4B | 11C | 9 | 17 |
| Octal | 75 | 65 | 100 | 5 | 21 | 0 | 113 | 434 | 11 | 27 |
| Binary | 111101 | 110101 | 1000000 | 101 | 10001 | 0 | 1001011 | 100011100 | 1001 | 10111 |
Color Harmonies of #3D3540
Complementary color
Monochromatic Colors of #3D3540
Black with #3D3540
Text Example
Text Example
White with #3D3540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3540; }
p { color: rgb(61,53,64); }
H1.HeaderClassName
{
color: #3D3540;
}
.AnyTagClassName
{
color: #3D3540;
}
</style>
background-color css
<style>
a { background-color: #3D3540; }
a { background-color: rgb(61,53,64); }
div.DivClassName
{
background-color: #3D3540;
}
.BgClassName
{
background-color: #3D3540;
}
</style>
border-color css
<style>
span { border-color: #3D3540; }
span { border-color: rgb(61,53,64); }
td.TdClassName
{
border-color: #3D3540;
}
.TagClassName
{
border-color: #3D3540;
}
</style>