Shades of Jagger #3B2353
Tints of Jagger #3B2353
RGB
CMYK
RGB Variations
Color information
#3B2353 (or 0x3B2353) is known color: Jagger. HEX triplet: 3B, 23 and 53. RGB value is (59,35,83). Sum of RGB (Red+Green+Blue) = 59+35+83=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 83 (32.81% from 255 or 46.89% from 177); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B2353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2353 is #C4DCAC. Grayscale: #2F2F2F. Windows color (decimal): -12901549 or 5448507. OLE color: 5448507.
HSL color Cylindrical-coordinate representation of color #3B2353: hue angle of 270º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B2353 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 35 | 83 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.67 |
| HSL | 270º | 0.41% | 0.23% | - |
| HSV(B) | 270º | 0.58% | 0.33% | - |
| XYZ | 3.97 | 2.76 | 8.51 | - |
| YUV | 47.65 | 147.95 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 83 | 0.29 | 0.58 | 0 | 0.67 | 270 | 0.41 | 0.23 |
| Hex | 3B | 23 | 53 | 1D | 3A | 0 | 43 | 10E | 29 | 17 |
| Octal | 73 | 43 | 123 | 35 | 72 | 0 | 103 | 416 | 51 | 27 |
| Binary | 111011 | 100011 | 1010011 | 11101 | 111010 | 0 | 1000011 | 100001110 | 101001 | 10111 |
Color Harmonies of #3B2353
Complementary color
Monochromatic Colors of #3B2353
Black with #3B2353
Text Example
Text Example
White with #3B2353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2353; }
p { color: rgb(59,35,83); }
H1.HeaderClassName
{
color: #3B2353;
}
.AnyTagClassName
{
color: #3B2353;
}
</style>
background-color css
<style>
a { background-color: #3B2353; }
a { background-color: rgb(59,35,83); }
div.DivClassName
{
background-color: #3B2353;
}
.BgClassName
{
background-color: #3B2353;
}
</style>
border-color css
<style>
span { border-color: #3B2353; }
span { border-color: rgb(59,35,83); }
td.TdClassName
{
border-color: #3B2353;
}
.TagClassName
{
border-color: #3B2353;
}
</style>