Shades of Jagger #3D2C4B
Tints of Jagger #3D2C4B
RGB
CMYK
RGB Variations
Color information
#3D2C4B (or 0x3D2C4B) is known color: Jagger. HEX triplet: 3D, 2C and 4B. RGB value is (61,44,75). Sum of RGB (Red+Green+Blue) = 61+44+75=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #3D2C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C4B is #C2D3B4. Grayscale: #343434. Windows color (decimal): -12768181 or 4926525. OLE color: 4926525.
HSL color Cylindrical-coordinate representation of color #3D2C4B: hue angle of 272.9º degrees, saturation: 0.26, 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 #3D2C4B is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 61 | 44 | 75 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.71 |
| HSL | 272.9º | 0.26% | 0.23% | - |
| HSV(B) | 272.9º | 0.41% | 0.29% | - |
| XYZ | 4.1 | 3.3 | 7.08 | - |
| YUV | 52.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 75 | 0.19 | 0.41 | 0 | 0.71 | 272.9 | 0.26 | 0.23 |
| Hex | 3D | 2C | 4B | 13 | 29 | 0 | 47 | 111 | 1A | 17 |
| Octal | 75 | 54 | 113 | 23 | 51 | 0 | 107 | 421 | 32 | 27 |
| Binary | 111101 | 101100 | 1001011 | 10011 | 101001 | 0 | 1000111 | 100010001 | 11010 | 10111 |
Color Harmonies of #3D2C4B
Complementary color
Monochromatic Colors of #3D2C4B
Black with #3D2C4B
Text Example
Text Example
White with #3D2C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C4B; }
p { color: rgb(61,44,75); }
H1.HeaderClassName
{
color: #3D2C4B;
}
.AnyTagClassName
{
color: #3D2C4B;
}
</style>
background-color css
<style>
a { background-color: #3D2C4B; }
a { background-color: rgb(61,44,75); }
div.DivClassName
{
background-color: #3D2C4B;
}
.BgClassName
{
background-color: #3D2C4B;
}
</style>
border-color css
<style>
span { border-color: #3D2C4B; }
span { border-color: rgb(61,44,75); }
td.TdClassName
{
border-color: #3D2C4B;
}
.TagClassName
{
border-color: #3D2C4B;
}
</style>