Shades of Jagger #3D3249
Tints of Jagger #3D3249
RGB
CMYK
RGB Variations
Color information
#3D3249 (or 0x3D3249) is known color: Jagger. HEX triplet: 3D, 32 and 49. RGB value is (61,50,73). Sum of RGB (Red+Green+Blue) = 61+50+73=184 (24% of max value = 765). Red value is 61 (24.22% from 255 or 33.15% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D3249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3249 is #C2CDB6. Grayscale: #373737. Windows color (decimal): -12766647 or 4796989. OLE color: 4796989.
HSL color Cylindrical-coordinate representation of color #3D3249: hue angle of 268.7º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3D3249 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 50 | 73 | - |
| CMYK | 0.16 | 0.32 | 0 | 0.71 |
| HSL | 268.7º | 0.19% | 0.24% | - |
| HSV(B) | 268.7º | 0.32% | 0.29% | - |
| XYZ | 4.27 | 3.75 | 6.8 | - |
| YUV | 55.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 50 | 73 | 0.16 | 0.32 | 0 | 0.71 | 268.7 | 0.19 | 0.24 |
| Hex | 3D | 32 | 49 | 10 | 20 | 0 | 47 | 10D | 13 | 18 |
| Octal | 75 | 62 | 111 | 20 | 40 | 0 | 107 | 415 | 23 | 30 |
| Binary | 111101 | 110010 | 1001001 | 10000 | 100000 | 0 | 1000111 | 100001101 | 10011 | 11000 |
Color Harmonies of #3D3249
Complementary color
Monochromatic Colors of #3D3249
Black with #3D3249
Text Example
Text Example
White with #3D3249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3249; }
p { color: rgb(61,50,73); }
H1.HeaderClassName
{
color: #3D3249;
}
.AnyTagClassName
{
color: #3D3249;
}
</style>
background-color css
<style>
a { background-color: #3D3249; }
a { background-color: rgb(61,50,73); }
div.DivClassName
{
background-color: #3D3249;
}
.BgClassName
{
background-color: #3D3249;
}
</style>
border-color css
<style>
span { border-color: #3D3249; }
span { border-color: rgb(61,50,73); }
td.TdClassName
{
border-color: #3D3249;
}
.TagClassName
{
border-color: #3D3249;
}
</style>