Shades of Jagger #3D3344
Tints of Jagger #3D3344
RGB
CMYK
RGB Variations
Color information
#3D3344 (or 0x3D3344) is known color: Jagger. HEX triplet: 3D, 33 and 44. RGB value is (61,51,68). Sum of RGB (Red+Green+Blue) = 61+51+68=180 (23% of max value = 765). Red value is 61 (24.22% from 255 or 33.89% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 68 - color contains mainly: blue. Hex color #3D3344 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3344 is #C2CCBB. Grayscale: #373737. Windows color (decimal): -12766396 or 4469565. OLE color: 4469565.
HSL color Cylindrical-coordinate representation of color #3D3344: hue angle of 275.29º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3D3344 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 61 | 51 | 68 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.73 |
| HSL | 275.29º | 0.14% | 0.23% | - |
| HSV(B) | 275.29º | 0.25% | 0.27% | - |
| XYZ | 4.15 | 3.78 | 5.98 | - |
| YUV | 55.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 68 | 0.10 | 0.25 | 0 | 0.73 | 275.29 | 0.14 | 0.23 |
| Hex | 3D | 33 | 44 | A | 19 | 0 | 49 | 113 | E | 17 |
| Octal | 75 | 63 | 104 | 12 | 31 | 0 | 111 | 423 | 16 | 27 |
| Binary | 111101 | 110011 | 1000100 | 1010 | 11001 | 0 | 1001001 | 100010011 | 1110 | 10111 |
Color Harmonies of #3D3344
Complementary color
Monochromatic Colors of #3D3344
Black with #3D3344
Text Example
Text Example
White with #3D3344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3344; }
p { color: rgb(61,51,68); }
H1.HeaderClassName
{
color: #3D3344;
}
.AnyTagClassName
{
color: #3D3344;
}
</style>
background-color css
<style>
a { background-color: #3D3344; }
a { background-color: rgb(61,51,68); }
div.DivClassName
{
background-color: #3D3344;
}
.BgClassName
{
background-color: #3D3344;
}
</style>
border-color css
<style>
span { border-color: #3D3344; }
span { border-color: rgb(61,51,68); }
td.TdClassName
{
border-color: #3D3344;
}
.TagClassName
{
border-color: #3D3344;
}
</style>