Shades of Jagger #3D3343
Tints of Jagger #3D3343
RGB
CMYK
RGB Variations
Color information
#3D3343 (or 0x3D3343) is known color: Jagger. HEX triplet: 3D, 33 and 43. RGB value is (61,51,67). Sum of RGB (Red+Green+Blue) = 61+51+67=179 (23% of max value = 765). Red value is 61 (24.22% from 255 or 34.08% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D3343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3343 is #C2CCBC. Grayscale: #373737. Windows color (decimal): -12766397 or 4404029. OLE color: 4404029.
HSL color Cylindrical-coordinate representation of color #3D3343: hue angle of 277.5º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D3343 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 51 | 67 | - |
| CMYK | 0.09 | 0.24 | 0 | 0.74 |
| HSL | 277.5º | 0.14% | 0.23% | - |
| HSV(B) | 277.5º | 0.24% | 0.26% | - |
| XYZ | 4.12 | 3.77 | 5.82 | - |
| YUV | 55.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 51 | 67 | 0.09 | 0.24 | 0 | 0.74 | 277.5 | 0.14 | 0.23 |
| Hex | 3D | 33 | 43 | 9 | 18 | 0 | 4A | 116 | E | 17 |
| Octal | 75 | 63 | 103 | 11 | 30 | 0 | 112 | 426 | 16 | 27 |
| Binary | 111101 | 110011 | 1000011 | 1001 | 11000 | 0 | 1001010 | 100010110 | 1110 | 10111 |
Color Harmonies of #3D3343
Complementary color
Monochromatic Colors of #3D3343
Black with #3D3343
Text Example
Text Example
White with #3D3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3343; }
p { color: rgb(61,51,67); }
H1.HeaderClassName
{
color: #3D3343;
}
.AnyTagClassName
{
color: #3D3343;
}
</style>
background-color css
<style>
a { background-color: #3D3343; }
a { background-color: rgb(61,51,67); }
div.DivClassName
{
background-color: #3D3343;
}
.BgClassName
{
background-color: #3D3343;
}
</style>
border-color css
<style>
span { border-color: #3D3343; }
span { border-color: rgb(61,51,67); }
td.TdClassName
{
border-color: #3D3343;
}
.TagClassName
{
border-color: #3D3343;
}
</style>