Shades of Jagger #3B2F47
Tints of Jagger #3B2F47
RGB
CMYK
RGB Variations
Color information
#3B2F47 (or 0x3B2F47) is known color: Jagger. HEX triplet: 3B, 2F and 47. RGB value is (59,47,71). Sum of RGB (Red+Green+Blue) = 59+47+71=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B2F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F47 is #C4D0B8. Grayscale: #353535. Windows color (decimal): -12898489 or 4665147. OLE color: 4665147.
HSL color Cylindrical-coordinate representation of color #3B2F47: hue angle of 270º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B2F47 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 47 | 71 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.72 |
| HSL | 270º | 0.2% | 0.23% | - |
| HSV(B) | 270º | 0.34% | 0.28% | - |
| XYZ | 3.96 | 3.42 | 6.41 | - |
| YUV | 53.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 71 | 0.17 | 0.34 | 0 | 0.72 | 270 | 0.2 | 0.23 |
| Hex | 3B | 2F | 47 | 11 | 22 | 0 | 48 | 10E | 14 | 17 |
| Octal | 73 | 57 | 107 | 21 | 42 | 0 | 110 | 416 | 24 | 27 |
| Binary | 111011 | 101111 | 1000111 | 10001 | 100010 | 0 | 1001000 | 100001110 | 10100 | 10111 |
Color Harmonies of #3B2F47
Complementary color
Monochromatic Colors of #3B2F47
Black with #3B2F47
Text Example
Text Example
White with #3B2F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F47; }
p { color: rgb(59,47,71); }
H1.HeaderClassName
{
color: #3B2F47;
}
.AnyTagClassName
{
color: #3B2F47;
}
</style>
background-color css
<style>
a { background-color: #3B2F47; }
a { background-color: rgb(59,47,71); }
div.DivClassName
{
background-color: #3B2F47;
}
.BgClassName
{
background-color: #3B2F47;
}
</style>
border-color css
<style>
span { border-color: #3B2F47; }
span { border-color: rgb(59,47,71); }
td.TdClassName
{
border-color: #3B2F47;
}
.TagClassName
{
border-color: #3B2F47;
}
</style>