Shades of Jagger #3B2B48
Tints of Jagger #3B2B48
RGB
CMYK
RGB Variations
Color information
#3B2B48 (or 0x3B2B48) is known color: Jagger. HEX triplet: 3B, 2B and 48. RGB value is (59,43,72). Sum of RGB (Red+Green+Blue) = 59+43+72=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B48 is #C4D4B7. Grayscale: #323232. Windows color (decimal): -12899512 or 4729659. OLE color: 4729659.
HSL color Cylindrical-coordinate representation of color #3B2B48: hue angle of 273.1º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B2B48 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 43 | 72 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.72 |
| HSL | 273.1º | 0.25% | 0.23% | - |
| HSV(B) | 273.1º | 0.4% | 0.28% | - |
| XYZ | 3.84 | 3.13 | 6.53 | - |
| YUV | 51.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 72 | 0.18 | 0.40 | 0 | 0.72 | 273.1 | 0.25 | 0.23 |
| Hex | 3B | 2B | 48 | 12 | 28 | 0 | 48 | 111 | 19 | 17 |
| Octal | 73 | 53 | 110 | 22 | 50 | 0 | 110 | 421 | 31 | 27 |
| Binary | 111011 | 101011 | 1001000 | 10010 | 101000 | 0 | 1001000 | 100010001 | 11001 | 10111 |
Color Harmonies of #3B2B48
Complementary color
Monochromatic Colors of #3B2B48
Black with #3B2B48
Text Example
Text Example
White with #3B2B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B48; }
p { color: rgb(59,43,72); }
H1.HeaderClassName
{
color: #3B2B48;
}
.AnyTagClassName
{
color: #3B2B48;
}
</style>
background-color css
<style>
a { background-color: #3B2B48; }
a { background-color: rgb(59,43,72); }
div.DivClassName
{
background-color: #3B2B48;
}
.BgClassName
{
background-color: #3B2B48;
}
</style>
border-color css
<style>
span { border-color: #3B2B48; }
span { border-color: rgb(59,43,72); }
td.TdClassName
{
border-color: #3B2B48;
}
.TagClassName
{
border-color: #3B2B48;
}
</style>