Shades of Jagger #3D2A48
Tints of Jagger #3D2A48
RGB
CMYK
RGB Variations
Color information
#3D2A48 (or 0x3D2A48) is known color: Jagger. HEX triplet: 3D, 2A and 48. RGB value is (61,42,72). Sum of RGB (Red+Green+Blue) = 61+42+72=175 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.86% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D2A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2A48 is #C2D5B7. Grayscale: #333333. Windows color (decimal): -12768696 or 4729405. OLE color: 4729405.
HSL color Cylindrical-coordinate representation of color #3D2A48: hue angle of 278º degrees, saturation: 0.26, 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 #3D2A48 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 42 | 72 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.72 |
| HSL | 278º | 0.26% | 0.22% | - |
| HSV(B) | 278º | 0.42% | 0.28% | - |
| XYZ | 3.92 | 3.12 | 6.53 | - |
| YUV | 51.1 | 139.79 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 42 | 72 | 0.15 | 0.42 | 0 | 0.72 | 278 | 0.26 | 0.22 |
| Hex | 3D | 2A | 48 | F | 2A | 0 | 48 | 116 | 1A | 16 |
| Octal | 75 | 52 | 110 | 17 | 52 | 0 | 110 | 426 | 32 | 26 |
| Binary | 111101 | 101010 | 1001000 | 1111 | 101010 | 0 | 1001000 | 100010110 | 11010 | 10110 |
Color Harmonies of #3D2A48
Complementary color
Monochromatic Colors of #3D2A48
Black with #3D2A48
Text Example
Text Example
White with #3D2A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2A48; }
p { color: rgb(61,42,72); }
H1.HeaderClassName
{
color: #3D2A48;
}
.AnyTagClassName
{
color: #3D2A48;
}
</style>
background-color css
<style>
a { background-color: #3D2A48; }
a { background-color: rgb(61,42,72); }
div.DivClassName
{
background-color: #3D2A48;
}
.BgClassName
{
background-color: #3D2A48;
}
</style>
border-color css
<style>
span { border-color: #3D2A48; }
span { border-color: rgb(61,42,72); }
td.TdClassName
{
border-color: #3D2A48;
}
.TagClassName
{
border-color: #3D2A48;
}
</style>