Shades of Jagger #3D3448
Tints of Jagger #3D3448
RGB
CMYK
RGB Variations
Color information
#3D3448 (or 0x3D3448) is known color: Jagger. HEX triplet: 3D, 34 and 48. RGB value is (61,52,72). Sum of RGB (Red+Green+Blue) = 61+52+72=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #3D3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3448 is #C2CBB7. Grayscale: #383838. Windows color (decimal): -12766136 or 4731965. OLE color: 4731965.
HSL color Cylindrical-coordinate representation of color #3D3448: hue angle of 267º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3D3448 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 52 | 72 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.72 |
| HSL | 267º | 0.16% | 0.24% | - |
| HSV(B) | 267º | 0.28% | 0.28% | - |
| XYZ | 4.32 | 3.92 | 6.66 | - |
| YUV | 56.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 72 | 0.15 | 0.28 | 0 | 0.72 | 267 | 0.16 | 0.24 |
| Hex | 3D | 34 | 48 | F | 1C | 0 | 48 | 10B | 10 | 18 |
| Octal | 75 | 64 | 110 | 17 | 34 | 0 | 110 | 413 | 20 | 30 |
| Binary | 111101 | 110100 | 1001000 | 1111 | 11100 | 0 | 1001000 | 100001011 | 10000 | 11000 |
Color Harmonies of #3D3448
Complementary color
Monochromatic Colors of #3D3448
Black with #3D3448
Text Example
Text Example
White with #3D3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3448; }
p { color: rgb(61,52,72); }
H1.HeaderClassName
{
color: #3D3448;
}
.AnyTagClassName
{
color: #3D3448;
}
</style>
background-color css
<style>
a { background-color: #3D3448; }
a { background-color: rgb(61,52,72); }
div.DivClassName
{
background-color: #3D3448;
}
.BgClassName
{
background-color: #3D3448;
}
</style>
border-color css
<style>
span { border-color: #3D3448; }
span { border-color: rgb(61,52,72); }
td.TdClassName
{
border-color: #3D3448;
}
.TagClassName
{
border-color: #3D3448;
}
</style>