Shades of Jagger #3B2941
Tints of Jagger #3B2941
RGB
CMYK
RGB Variations
Color information
#3B2941 (or 0x3B2941) is known color: Jagger. HEX triplet: 3B, 29 and 41. RGB value is (59,41,65). Sum of RGB (Red+Green+Blue) = 59+41+65=165 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.76% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 65 (25.78% from 255 or 39.39% from 165); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B2941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2941 is #C4D6BE. Grayscale: #313131. Windows color (decimal): -12900031 or 4270395. OLE color: 4270395.
HSL color Cylindrical-coordinate representation of color #3B2941: hue angle of 285º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B2941 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 41 | 65 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.75 |
| HSL | 285º | 0.23% | 0.21% | - |
| HSV(B) | 285º | 0.37% | 0.25% | - |
| XYZ | 3.55 | 2.9 | 5.37 | - |
| YUV | 49.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 65 | 0.09 | 0.37 | 0 | 0.75 | 285 | 0.23 | 0.21 |
| Hex | 3B | 29 | 41 | 9 | 25 | 0 | 4B | 11D | 17 | 15 |
| Octal | 73 | 51 | 101 | 11 | 45 | 0 | 113 | 435 | 27 | 25 |
| Binary | 111011 | 101001 | 1000001 | 1001 | 100101 | 0 | 1001011 | 100011101 | 10111 | 10101 |
Color Harmonies of #3B2941
Complementary color
Monochromatic Colors of #3B2941
Black with #3B2941
Text Example
Text Example
White with #3B2941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2941; }
p { color: rgb(59,41,65); }
H1.HeaderClassName
{
color: #3B2941;
}
.AnyTagClassName
{
color: #3B2941;
}
</style>
background-color css
<style>
a { background-color: #3B2941; }
a { background-color: rgb(59,41,65); }
div.DivClassName
{
background-color: #3B2941;
}
.BgClassName
{
background-color: #3B2941;
}
</style>
border-color css
<style>
span { border-color: #3B2941; }
span { border-color: rgb(59,41,65); }
td.TdClassName
{
border-color: #3B2941;
}
.TagClassName
{
border-color: #3B2941;
}
</style>