Shades of Jagger #3B2D44
Tints of Jagger #3B2D44
RGB
CMYK
RGB Variations
Color information
#3B2D44 (or 0x3B2D44) is known color: Jagger. HEX triplet: 3B, 2D and 44. RGB value is (59,45,68). Sum of RGB (Red+Green+Blue) = 59+45+68=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 68 (26.95% from 255 or 39.53% from 172); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B2D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2D44 is #C4D2BB. Grayscale: #333333. Windows color (decimal): -12899004 or 4468027. OLE color: 4468027.
HSL color Cylindrical-coordinate representation of color #3B2D44: hue angle of 276.52º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B2D44 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 45 | 68 | - |
| CMYK | 0.13 | 0.34 | 0 | 0.73 |
| HSL | 276.52º | 0.2% | 0.22% | - |
| HSV(B) | 276.52º | 0.34% | 0.27% | - |
| XYZ | 3.79 | 3.22 | 5.89 | - |
| YUV | 51.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 45 | 68 | 0.13 | 0.34 | 0 | 0.73 | 276.52 | 0.2 | 0.22 |
| Hex | 3B | 2D | 44 | D | 22 | 0 | 49 | 115 | 14 | 16 |
| Octal | 73 | 55 | 104 | 15 | 42 | 0 | 111 | 425 | 24 | 26 |
| Binary | 111011 | 101101 | 1000100 | 1101 | 100010 | 0 | 1001001 | 100010101 | 10100 | 10110 |
Color Harmonies of #3B2D44
Complementary color
Monochromatic Colors of #3B2D44
Black with #3B2D44
Text Example
Text Example
White with #3B2D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2D44; }
p { color: rgb(59,45,68); }
H1.HeaderClassName
{
color: #3B2D44;
}
.AnyTagClassName
{
color: #3B2D44;
}
</style>
background-color css
<style>
a { background-color: #3B2D44; }
a { background-color: rgb(59,45,68); }
div.DivClassName
{
background-color: #3B2D44;
}
.BgClassName
{
background-color: #3B2D44;
}
</style>
border-color css
<style>
span { border-color: #3B2D44; }
span { border-color: rgb(59,45,68); }
td.TdClassName
{
border-color: #3B2D44;
}
.TagClassName
{
border-color: #3B2D44;
}
</style>