Shades of Jagger #3B1F47
Tints of Jagger #3B1F47
RGB
CMYK
RGB Variations
Color information
#3B1F47 (or 0x3B1F47) is known color: Jagger. HEX triplet: 3B, 1F and 47. RGB value is (59,31,71). Sum of RGB (Red+Green+Blue) = 59+31+71=161 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.65% from 161); Green value is 31 (12.5% from 255 or 19.25% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B1F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1F47 is #C4E0B8. Grayscale: #2B2B2B. Windows color (decimal): -12902585 or 4661051. OLE color: 4661051.
HSL color Cylindrical-coordinate representation of color #3B1F47: hue angle of 282º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3B1F47 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 31 | 71 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.72 |
| HSL | 282º | 0.39% | 0.2% | - |
| HSV(B) | 282º | 0.56% | 0.28% | - |
| XYZ | 3.43 | 2.36 | 6.24 | - |
| YUV | 43.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 31 | 71 | 0.17 | 0.56 | 0 | 0.72 | 282 | 0.39 | 0.2 |
| Hex | 3B | 1F | 47 | 11 | 38 | 0 | 48 | 11A | 27 | 14 |
| Octal | 73 | 37 | 107 | 21 | 70 | 0 | 110 | 432 | 47 | 24 |
| Binary | 111011 | 11111 | 1000111 | 10001 | 111000 | 0 | 1001000 | 100011010 | 100111 | 10100 |
Color Harmonies of #3B1F47
Complementary color
Monochromatic Colors of #3B1F47
Black with #3B1F47
Text Example
Text Example
White with #3B1F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1F47; }
p { color: rgb(59,31,71); }
H1.HeaderClassName
{
color: #3B1F47;
}
.AnyTagClassName
{
color: #3B1F47;
}
</style>
background-color css
<style>
a { background-color: #3B1F47; }
a { background-color: rgb(59,31,71); }
div.DivClassName
{
background-color: #3B1F47;
}
.BgClassName
{
background-color: #3B1F47;
}
</style>
border-color css
<style>
span { border-color: #3B1F47; }
span { border-color: rgb(59,31,71); }
td.TdClassName
{
border-color: #3B1F47;
}
.TagClassName
{
border-color: #3B1F47;
}
</style>