Shades of Jagger #3D2C48
Tints of Jagger #3D2C48
RGB
CMYK
RGB Variations
Color information
#3D2C48 (or 0x3D2C48) is known color: Jagger. HEX triplet: 3D, 2C and 48. RGB value is (61,44,72). Sum of RGB (Red+Green+Blue) = 61+44+72=177 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.46% from 177); Green value is 44 (17.58% from 255 or 24.86% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C48 is #C2D3B7. Grayscale: #343434. Windows color (decimal): -12768184 or 4729917. OLE color: 4729917.
HSL color Cylindrical-coordinate representation of color #3D2C48: hue angle of 276.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D2C48 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 44 | 72 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.72 |
| HSL | 276.43º | 0.24% | 0.23% | - |
| HSV(B) | 276.43º | 0.39% | 0.28% | - |
| XYZ | 3.99 | 3.26 | 6.55 | - |
| YUV | 52.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 44 | 72 | 0.15 | 0.39 | 0 | 0.72 | 276.43 | 0.24 | 0.23 |
| Hex | 3D | 2C | 48 | F | 27 | 0 | 48 | 114 | 18 | 17 |
| Octal | 75 | 54 | 110 | 17 | 47 | 0 | 110 | 424 | 30 | 27 |
| Binary | 111101 | 101100 | 1001000 | 1111 | 100111 | 0 | 1001000 | 100010100 | 11000 | 10111 |
Color Harmonies of #3D2C48
Complementary color
Monochromatic Colors of #3D2C48
Black with #3D2C48
Text Example
Text Example
White with #3D2C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2C48; }
p { color: rgb(61,44,72); }
H1.HeaderClassName
{
color: #3D2C48;
}
.AnyTagClassName
{
color: #3D2C48;
}
</style>
background-color css
<style>
a { background-color: #3D2C48; }
a { background-color: rgb(61,44,72); }
div.DivClassName
{
background-color: #3D2C48;
}
.BgClassName
{
background-color: #3D2C48;
}
</style>
border-color css
<style>
span { border-color: #3D2C48; }
span { border-color: rgb(61,44,72); }
td.TdClassName
{
border-color: #3D2C48;
}
.TagClassName
{
border-color: #3D2C48;
}
</style>