Shades of Jagger #3D2947
Tints of Jagger #3D2947
RGB
CMYK
RGB Variations
Color information
#3D2947 (or 0x3D2947) is known color: Jagger. HEX triplet: 3D, 29 and 47. RGB value is (61,41,71). Sum of RGB (Red+Green+Blue) = 61+41+71=173 (22% of max value = 765). Red value is 61 (24.22% from 255 or 35.26% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D2947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2947 is #C2D6B8. Grayscale: #323232. Windows color (decimal): -12768953 or 4663613. OLE color: 4663613.
HSL color Cylindrical-coordinate representation of color #3D2947: hue angle of 280º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D2947 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 41 | 71 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.72 |
| HSL | 280º | 0.27% | 0.22% | - |
| HSV(B) | 280º | 0.42% | 0.28% | - |
| XYZ | 3.85 | 3.03 | 6.34 | - |
| YUV | 50.4 | 139.63 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 41 | 71 | 0.14 | 0.42 | 0 | 0.72 | 280 | 0.27 | 0.22 |
| Hex | 3D | 29 | 47 | E | 2A | 0 | 48 | 118 | 1B | 16 |
| Octal | 75 | 51 | 107 | 16 | 52 | 0 | 110 | 430 | 33 | 26 |
| Binary | 111101 | 101001 | 1000111 | 1110 | 101010 | 0 | 1001000 | 100011000 | 11011 | 10110 |
Color Harmonies of #3D2947
Complementary color
Monochromatic Colors of #3D2947
Black with #3D2947
Text Example
Text Example
White with #3D2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2947; }
p { color: rgb(61,41,71); }
H1.HeaderClassName
{
color: #3D2947;
}
.AnyTagClassName
{
color: #3D2947;
}
</style>
background-color css
<style>
a { background-color: #3D2947; }
a { background-color: rgb(61,41,71); }
div.DivClassName
{
background-color: #3D2947;
}
.BgClassName
{
background-color: #3D2947;
}
</style>
border-color css
<style>
span { border-color: #3D2947; }
span { border-color: rgb(61,41,71); }
td.TdClassName
{
border-color: #3D2947;
}
.TagClassName
{
border-color: #3D2947;
}
</style>