Shades of Jagger #3D3048
Tints of Jagger #3D3048
RGB
CMYK
RGB Variations
Color information
#3D3048 (or 0x3D3048) is known color: Jagger. HEX triplet: 3D, 30 and 48. RGB value is (61,48,72). Sum of RGB (Red+Green+Blue) = 61+48+72=181 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.70% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3048 is #C2CFB7. Grayscale: #363636. Windows color (decimal): -12767160 or 4730941. OLE color: 4730941.
HSL color Cylindrical-coordinate representation of color #3D3048: hue angle of 272.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3D3048 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 48 | 72 | - |
| CMYK | 0.15 | 0.33 | 0 | 0.72 |
| HSL | 272.5º | 0.2% | 0.24% | - |
| HSV(B) | 272.5º | 0.33% | 0.28% | - |
| XYZ | 4.15 | 3.57 | 6.6 | - |
| YUV | 54.62 | 137.81 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 72 | 0.15 | 0.33 | 0 | 0.72 | 272.5 | 0.2 | 0.24 |
| Hex | 3D | 30 | 48 | F | 21 | 0 | 48 | 110 | 14 | 18 |
| Octal | 75 | 60 | 110 | 17 | 41 | 0 | 110 | 420 | 24 | 30 |
| Binary | 111101 | 110000 | 1001000 | 1111 | 100001 | 0 | 1001000 | 100010000 | 10100 | 11000 |
Color Harmonies of #3D3048
Complementary color
Monochromatic Colors of #3D3048
Black with #3D3048
Text Example
Text Example
White with #3D3048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3048; }
p { color: rgb(61,48,72); }
H1.HeaderClassName
{
color: #3D3048;
}
.AnyTagClassName
{
color: #3D3048;
}
</style>
background-color css
<style>
a { background-color: #3D3048; }
a { background-color: rgb(61,48,72); }
div.DivClassName
{
background-color: #3D3048;
}
.BgClassName
{
background-color: #3D3048;
}
</style>
border-color css
<style>
span { border-color: #3D3048; }
span { border-color: rgb(61,48,72); }
td.TdClassName
{
border-color: #3D3048;
}
.TagClassName
{
border-color: #3D3048;
}
</style>