Shades of Jagger #3D1D49
Tints of Jagger #3D1D49
RGB
CMYK
RGB Variations
Color information
#3D1D49 (or 0x3D1D49) is known color: Jagger. HEX triplet: 3D, 1D and 49. RGB value is (61,29,73). Sum of RGB (Red+Green+Blue) = 61+29+73=163 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.42% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 73 (28.91% from 255 or 44.79% from 163); Max value from RGB is 73 - color contains mainly: blue. Hex color #3D1D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1D49 is #C2E2B6. Grayscale: #2B2B2B. Windows color (decimal): -12772023 or 4791613. OLE color: 4791613.
HSL color Cylindrical-coordinate representation of color #3D1D49: hue angle of 283.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D1D49 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 29 | 73 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.71 |
| HSL | 283.64º | 0.43% | 0.2% | - |
| HSV(B) | 283.64º | 0.6% | 0.29% | - |
| XYZ | 3.57 | 2.35 | 6.57 | - |
| YUV | 43.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 29 | 73 | 0.16 | 0.60 | 0 | 0.71 | 283.64 | 0.43 | 0.2 |
| Hex | 3D | 1D | 49 | 10 | 3C | 0 | 47 | 11C | 2B | 14 |
| Octal | 75 | 35 | 111 | 20 | 74 | 0 | 107 | 434 | 53 | 24 |
| Binary | 111101 | 11101 | 1001001 | 10000 | 111100 | 0 | 1000111 | 100011100 | 101011 | 10100 |
Color Harmonies of #3D1D49
Complementary color
Monochromatic Colors of #3D1D49
Black with #3D1D49
Text Example
Text Example
White with #3D1D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1D49; }
p { color: rgb(61,29,73); }
H1.HeaderClassName
{
color: #3D1D49;
}
.AnyTagClassName
{
color: #3D1D49;
}
</style>
background-color css
<style>
a { background-color: #3D1D49; }
a { background-color: rgb(61,29,73); }
div.DivClassName
{
background-color: #3D1D49;
}
.BgClassName
{
background-color: #3D1D49;
}
</style>
border-color css
<style>
span { border-color: #3D1D49; }
span { border-color: rgb(61,29,73); }
td.TdClassName
{
border-color: #3D1D49;
}
.TagClassName
{
border-color: #3D1D49;
}
</style>