Shades of Jagger #3B2949
Tints of Jagger #3B2949
RGB
CMYK
RGB Variations
Color information
#3B2949 (or 0x3B2949) is known color: Jagger. HEX triplet: 3B, 29 and 49. RGB value is (59,41,73). Sum of RGB (Red+Green+Blue) = 59+41+73=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #3B2949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2949 is #C4D6B6. Grayscale: #313131. Windows color (decimal): -12900023 or 4794683. OLE color: 4794683.
HSL color Cylindrical-coordinate representation of color #3B2949: hue angle of 273.75º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B2949 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 41 | 73 | - |
| CMYK | 0.19 | 0.44 | 0 | 0.71 |
| HSL | 273.75º | 0.28% | 0.22% | - |
| HSV(B) | 273.75º | 0.44% | 0.29% | - |
| XYZ | 3.8 | 3 | 6.68 | - |
| YUV | 50.03 | 140.96 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 73 | 0.19 | 0.44 | 0 | 0.71 | 273.75 | 0.28 | 0.22 |
| Hex | 3B | 29 | 49 | 13 | 2C | 0 | 47 | 112 | 1C | 16 |
| Octal | 73 | 51 | 111 | 23 | 54 | 0 | 107 | 422 | 34 | 26 |
| Binary | 111011 | 101001 | 1001001 | 10011 | 101100 | 0 | 1000111 | 100010010 | 11100 | 10110 |
Color Harmonies of #3B2949
Complementary color
Monochromatic Colors of #3B2949
Black with #3B2949
Text Example
Text Example
White with #3B2949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2949; }
p { color: rgb(59,41,73); }
H1.HeaderClassName
{
color: #3B2949;
}
.AnyTagClassName
{
color: #3B2949;
}
</style>
background-color css
<style>
a { background-color: #3B2949; }
a { background-color: rgb(59,41,73); }
div.DivClassName
{
background-color: #3B2949;
}
.BgClassName
{
background-color: #3B2949;
}
</style>
border-color css
<style>
span { border-color: #3B2949; }
span { border-color: rgb(59,41,73); }
td.TdClassName
{
border-color: #3B2949;
}
.TagClassName
{
border-color: #3B2949;
}
</style>