Shades of Jagger #3D2C4A
Tints of Jagger #3D2C4A
RGB
CMYK
RGB Variations
Color information
#3D2C4A (or 0x3D2C4A) is known color: Jagger. HEX triplet: 3D, 2C and 4A. RGB value is (61,44,74). Sum of RGB (Red+Green+Blue) = 61+44+74=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 74 (29.30% from 255 or 41.34% from 179); Max value from RGB is 74 - color contains mainly: blue. Hex color #3D2C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C4A is #C2D3B5. Grayscale: #343434. Windows color (decimal): -12768182 or 4860989. OLE color: 4860989.
HSL color Cylindrical-coordinate representation of color #3D2C4A: hue angle of 274º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D2C4A is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 44 | 74 | - |
| CMYK | 0.18 | 0.41 | 0 | 0.71 |
| HSL | 274º | 0.25% | 0.23% | - |
| HSV(B) | 274º | 0.41% | 0.29% | - |
| XYZ | 4.06 | 3.29 | 6.9 | - |
| YUV | 52.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 74 | 0.18 | 0.41 | 0 | 0.71 | 274 | 0.25 | 0.23 |
| Hex | 3D | 2C | 4A | 12 | 29 | 0 | 47 | 112 | 19 | 17 |
| Octal | 75 | 54 | 112 | 22 | 51 | 0 | 107 | 422 | 31 | 27 |
| Binary | 111101 | 101100 | 1001010 | 10010 | 101001 | 0 | 1000111 | 100010010 | 11001 | 10111 |
Color Harmonies of #3D2C4A
Complementary color
Monochromatic Colors of #3D2C4A
Black with #3D2C4A
Text Example
Text Example
White with #3D2C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C4A; }
p { color: rgb(61,44,74); }
H1.HeaderClassName
{
color: #3D2C4A;
}
.AnyTagClassName
{
color: #3D2C4A;
}
</style>
background-color css
<style>
a { background-color: #3D2C4A; }
a { background-color: rgb(61,44,74); }
div.DivClassName
{
background-color: #3D2C4A;
}
.BgClassName
{
background-color: #3D2C4A;
}
</style>
border-color css
<style>
span { border-color: #3D2C4A; }
span { border-color: rgb(61,44,74); }
td.TdClassName
{
border-color: #3D2C4A;
}
.TagClassName
{
border-color: #3D2C4A;
}
</style>