Shades of Jagger #3B2348
Tints of Jagger #3B2348
RGB
CMYK
RGB Variations
Color information
#3B2348 (or 0x3B2348) is known color: Jagger. HEX triplet: 3B, 23 and 48. RGB value is (59,35,72). Sum of RGB (Red+Green+Blue) = 59+35+72=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2348 is #C4DCB7. Grayscale: #2E2E2E. Windows color (decimal): -12901560 or 4727611. OLE color: 4727611.
HSL color Cylindrical-coordinate representation of color #3B2348: hue angle of 278.92º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3B2348 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 35 | 72 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.72 |
| HSL | 278.92º | 0.35% | 0.21% | - |
| HSV(B) | 278.92º | 0.51% | 0.28% | - |
| XYZ | 3.57 | 2.6 | 6.44 | - |
| YUV | 46.39 | 142.45 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 35 | 72 | 0.18 | 0.51 | 0 | 0.72 | 278.92 | 0.35 | 0.21 |
| Hex | 3B | 23 | 48 | 12 | 33 | 0 | 48 | 117 | 23 | 15 |
| Octal | 73 | 43 | 110 | 22 | 63 | 0 | 110 | 427 | 43 | 25 |
| Binary | 111011 | 100011 | 1001000 | 10010 | 110011 | 0 | 1001000 | 100010111 | 100011 | 10101 |
Color Harmonies of #3B2348
Complementary color
Monochromatic Colors of #3B2348
Black with #3B2348
Text Example
Text Example
White with #3B2348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2348; }
p { color: rgb(59,35,72); }
H1.HeaderClassName
{
color: #3B2348;
}
.AnyTagClassName
{
color: #3B2348;
}
</style>
background-color css
<style>
a { background-color: #3B2348; }
a { background-color: rgb(59,35,72); }
div.DivClassName
{
background-color: #3B2348;
}
.BgClassName
{
background-color: #3B2348;
}
</style>
border-color css
<style>
span { border-color: #3B2348; }
span { border-color: rgb(59,35,72); }
td.TdClassName
{
border-color: #3B2348;
}
.TagClassName
{
border-color: #3B2348;
}
</style>