Shades of Jagger #3D2847
Tints of Jagger #3D2847
RGB
CMYK
RGB Variations
Color information
#3D2847 (or 0x3D2847) is known color: Jagger. HEX triplet: 3D, 28 and 47. RGB value is (61,40,71). Sum of RGB (Red+Green+Blue) = 61+40+71=172 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.47% from 172); Green value is 40 (16.02% from 255 or 23.26% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D2847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2847 is #C2D7B8. Grayscale: #313131. Windows color (decimal): -12769209 or 4663357. OLE color: 4663357.
HSL color Cylindrical-coordinate representation of color #3D2847: hue angle of 280.65º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D2847 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 40 | 71 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.72 |
| HSL | 280.65º | 0.28% | 0.22% | - |
| HSV(B) | 280.65º | 0.44% | 0.28% | - |
| XYZ | 3.82 | 2.96 | 6.33 | - |
| YUV | 49.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 40 | 71 | 0.14 | 0.44 | 0 | 0.72 | 280.65 | 0.28 | 0.22 |
| Hex | 3D | 28 | 47 | E | 2C | 0 | 48 | 119 | 1C | 16 |
| Octal | 75 | 50 | 107 | 16 | 54 | 0 | 110 | 431 | 34 | 26 |
| Binary | 111101 | 101000 | 1000111 | 1110 | 101100 | 0 | 1001000 | 100011001 | 11100 | 10110 |
Color Harmonies of #3D2847
Complementary color
Monochromatic Colors of #3D2847
Black with #3D2847
Text Example
Text Example
White with #3D2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2847; }
p { color: rgb(61,40,71); }
H1.HeaderClassName
{
color: #3D2847;
}
.AnyTagClassName
{
color: #3D2847;
}
</style>
background-color css
<style>
a { background-color: #3D2847; }
a { background-color: rgb(61,40,71); }
div.DivClassName
{
background-color: #3D2847;
}
.BgClassName
{
background-color: #3D2847;
}
</style>
border-color css
<style>
span { border-color: #3D2847; }
span { border-color: rgb(61,40,71); }
td.TdClassName
{
border-color: #3D2847;
}
.TagClassName
{
border-color: #3D2847;
}
</style>