Shades of Jagger #3B2B4C
Tints of Jagger #3B2B4C
RGB
CMYK
RGB Variations
Color information
#3B2B4C (or 0x3B2B4C) is known color: Jagger. HEX triplet: 3B, 2B and 4C. RGB value is (59,43,76). Sum of RGB (Red+Green+Blue) = 59+43+76=178 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.15% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B2B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B4C is #C4D4B3. Grayscale: #333333. Windows color (decimal): -12899508 or 4991803. OLE color: 4991803.
HSL color Cylindrical-coordinate representation of color #3B2B4C: hue angle of 269.09º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B2B4C is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 43 | 76 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.70 |
| HSL | 269.09º | 0.28% | 0.23% | - |
| HSV(B) | 269.09º | 0.43% | 0.3% | - |
| XYZ | 3.97 | 3.18 | 7.24 | - |
| YUV | 51.55 | 141.8 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 76 | 0.22 | 0.43 | 0 | 0.70 | 269.09 | 0.28 | 0.23 |
| Hex | 3B | 2B | 4C | 16 | 2B | 0 | 46 | 10D | 1C | 17 |
| Octal | 73 | 53 | 114 | 26 | 53 | 0 | 106 | 415 | 34 | 27 |
| Binary | 111011 | 101011 | 1001100 | 10110 | 101011 | 0 | 1000110 | 100001101 | 11100 | 10111 |
Color Harmonies of #3B2B4C
Complementary color
Monochromatic Colors of #3B2B4C
Black with #3B2B4C
Text Example
Text Example
White with #3B2B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B4C; }
p { color: rgb(59,43,76); }
H1.HeaderClassName
{
color: #3B2B4C;
}
.AnyTagClassName
{
color: #3B2B4C;
}
</style>
background-color css
<style>
a { background-color: #3B2B4C; }
a { background-color: rgb(59,43,76); }
div.DivClassName
{
background-color: #3B2B4C;
}
.BgClassName
{
background-color: #3B2B4C;
}
</style>
border-color css
<style>
span { border-color: #3B2B4C; }
span { border-color: rgb(59,43,76); }
td.TdClassName
{
border-color: #3B2B4C;
}
.TagClassName
{
border-color: #3B2B4C;
}
</style>