Shades of Jagger #3D2C47
Tints of Jagger #3D2C47
RGB
CMYK
RGB Variations
Color information
#3D2C47 (or 0x3D2C47) is known color: Jagger. HEX triplet: 3D, 2C and 47. RGB value is (61,44,71). Sum of RGB (Red+Green+Blue) = 61+44+71=176 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.66% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D2C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C47 is #C2D3B8. Grayscale: #343434. Windows color (decimal): -12768185 or 4664381. OLE color: 4664381.
HSL color Cylindrical-coordinate representation of color #3D2C47: hue angle of 277.78º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2C47 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 44 | 71 | - |
| CMYK | 0.14 | 0.38 | 0 | 0.72 |
| HSL | 277.78º | 0.23% | 0.23% | - |
| HSV(B) | 277.78º | 0.38% | 0.28% | - |
| XYZ | 3.96 | 3.25 | 6.38 | - |
| YUV | 52.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 71 | 0.14 | 0.38 | 0 | 0.72 | 277.78 | 0.23 | 0.23 |
| Hex | 3D | 2C | 47 | E | 26 | 0 | 48 | 116 | 17 | 17 |
| Octal | 75 | 54 | 107 | 16 | 46 | 0 | 110 | 426 | 27 | 27 |
| Binary | 111101 | 101100 | 1000111 | 1110 | 100110 | 0 | 1001000 | 100010110 | 10111 | 10111 |
Color Harmonies of #3D2C47
Complementary color
Monochromatic Colors of #3D2C47
Black with #3D2C47
Text Example
Text Example
White with #3D2C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C47; }
p { color: rgb(61,44,71); }
H1.HeaderClassName
{
color: #3D2C47;
}
.AnyTagClassName
{
color: #3D2C47;
}
</style>
background-color css
<style>
a { background-color: #3D2C47; }
a { background-color: rgb(61,44,71); }
div.DivClassName
{
background-color: #3D2C47;
}
.BgClassName
{
background-color: #3D2C47;
}
</style>
border-color css
<style>
span { border-color: #3D2C47; }
span { border-color: rgb(61,44,71); }
td.TdClassName
{
border-color: #3D2C47;
}
.TagClassName
{
border-color: #3D2C47;
}
</style>