Shades of Jagger #3B2844
Tints of Jagger #3B2844
RGB
CMYK
RGB Variations
Color information
#3B2844 (or 0x3B2844) is known color: Jagger. HEX triplet: 3B, 28 and 44. RGB value is (59,40,68). Sum of RGB (Red+Green+Blue) = 59+40+68=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 68 (26.95% from 255 or 40.72% from 167); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B2844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2844 is #C4D7BB. Grayscale: #303030. Windows color (decimal): -12900284 or 4466747. OLE color: 4466747.
HSL color Cylindrical-coordinate representation of color #3B2844: hue angle of 280.71º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2844 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 40 | 68 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.73 |
| HSL | 280.71º | 0.26% | 0.21% | - |
| HSV(B) | 280.71º | 0.41% | 0.27% | - |
| XYZ | 3.61 | 2.86 | 5.83 | - |
| YUV | 48.87 | 138.79 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 40 | 68 | 0.13 | 0.41 | 0 | 0.73 | 280.71 | 0.26 | 0.21 |
| Hex | 3B | 28 | 44 | D | 29 | 0 | 49 | 119 | 1A | 15 |
| Octal | 73 | 50 | 104 | 15 | 51 | 0 | 111 | 431 | 32 | 25 |
| Binary | 111011 | 101000 | 1000100 | 1101 | 101001 | 0 | 1001001 | 100011001 | 11010 | 10101 |
Color Harmonies of #3B2844
Complementary color
Monochromatic Colors of #3B2844
Black with #3B2844
Text Example
Text Example
White with #3B2844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2844; }
p { color: rgb(59,40,68); }
H1.HeaderClassName
{
color: #3B2844;
}
.AnyTagClassName
{
color: #3B2844;
}
</style>
background-color css
<style>
a { background-color: #3B2844; }
a { background-color: rgb(59,40,68); }
div.DivClassName
{
background-color: #3B2844;
}
.BgClassName
{
background-color: #3B2844;
}
</style>
border-color css
<style>
span { border-color: #3B2844; }
span { border-color: rgb(59,40,68); }
td.TdClassName
{
border-color: #3B2844;
}
.TagClassName
{
border-color: #3B2844;
}
</style>