Shades of Jagger #3B2B46
Tints of Jagger #3B2B46
RGB
CMYK
RGB Variations
Color information
#3B2B46 (or 0x3B2B46) is known color: Jagger. HEX triplet: 3B, 2B and 46. RGB value is (59,43,70). Sum of RGB (Red+Green+Blue) = 59+43+70=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 70 (27.73% from 255 or 40.70% from 172); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B2B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B46 is #C4D4B9. Grayscale: #323232. Windows color (decimal): -12899514 or 4598587. OLE color: 4598587.
HSL color Cylindrical-coordinate representation of color #3B2B46: hue angle of 275.56º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B2B46 is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 43 | 70 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.73 |
| HSL | 275.56º | 0.24% | 0.22% | - |
| HSV(B) | 275.56º | 0.39% | 0.27% | - |
| XYZ | 3.77 | 3.1 | 6.19 | - |
| YUV | 50.86 | 138.8 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 43 | 70 | 0.16 | 0.39 | 0 | 0.73 | 275.56 | 0.24 | 0.22 |
| Hex | 3B | 2B | 46 | 10 | 27 | 0 | 49 | 114 | 18 | 16 |
| Octal | 73 | 53 | 106 | 20 | 47 | 0 | 111 | 424 | 30 | 26 |
| Binary | 111011 | 101011 | 1000110 | 10000 | 100111 | 0 | 1001001 | 100010100 | 11000 | 10110 |
Color Harmonies of #3B2B46
Complementary color
Monochromatic Colors of #3B2B46
Black with #3B2B46
Text Example
Text Example
White with #3B2B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B46; }
p { color: rgb(59,43,70); }
H1.HeaderClassName
{
color: #3B2B46;
}
.AnyTagClassName
{
color: #3B2B46;
}
</style>
background-color css
<style>
a { background-color: #3B2B46; }
a { background-color: rgb(59,43,70); }
div.DivClassName
{
background-color: #3B2B46;
}
.BgClassName
{
background-color: #3B2B46;
}
</style>
border-color css
<style>
span { border-color: #3B2B46; }
span { border-color: rgb(59,43,70); }
td.TdClassName
{
border-color: #3B2B46;
}
.TagClassName
{
border-color: #3B2B46;
}
</style>