Shades of Jagger #3B2444
Tints of Jagger #3B2444
RGB
CMYK
RGB Variations
Color information
#3B2444 (or 0x3B2444) is known color: Jagger. HEX triplet: 3B, 24 and 44. RGB value is (59,36,68). Sum of RGB (Red+Green+Blue) = 59+36+68=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 36 (14.45% from 255 or 22.09% from 163); Blue value is 68 (26.95% from 255 or 41.72% from 163); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B2444 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2444 is #C4DBBB. Grayscale: #2E2E2E. Windows color (decimal): -12901308 or 4465723. OLE color: 4465723.
HSL color Cylindrical-coordinate representation of color #3B2444: hue angle of 283.12º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B2444 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 36 | 68 | - |
| CMYK | 0.13 | 0.47 | 0 | 0.73 |
| HSL | 283.13º | 0.31% | 0.2% | - |
| HSV(B) | 283.13º | 0.47% | 0.27% | - |
| XYZ | 3.48 | 2.61 | 5.79 | - |
| YUV | 46.53 | 140.12 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 36 | 68 | 0.13 | 0.47 | 0 | 0.73 | 283.13 | 0.31 | 0.2 |
| Hex | 3B | 24 | 44 | D | 2F | 0 | 49 | 11B | 1F | 14 |
| Octal | 73 | 44 | 104 | 15 | 57 | 0 | 111 | 433 | 37 | 24 |
| Binary | 111011 | 100100 | 1000100 | 1101 | 101111 | 0 | 1001001 | 100011011 | 11111 | 10100 |
Color Harmonies of #3B2444
Complementary color
Monochromatic Colors of #3B2444
Black with #3B2444
Text Example
Text Example
White with #3B2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2444; }
p { color: rgb(59,36,68); }
H1.HeaderClassName
{
color: #3B2444;
}
.AnyTagClassName
{
color: #3B2444;
}
</style>
background-color css
<style>
a { background-color: #3B2444; }
a { background-color: rgb(59,36,68); }
div.DivClassName
{
background-color: #3B2444;
}
.BgClassName
{
background-color: #3B2444;
}
</style>
border-color css
<style>
span { border-color: #3B2444; }
span { border-color: rgb(59,36,68); }
td.TdClassName
{
border-color: #3B2444;
}
.TagClassName
{
border-color: #3B2444;
}
</style>