Shades of Jagger #3B1B53
Tints of Jagger #3B1B53
RGB
CMYK
RGB Variations
Color information
#3B1B53 (or 0x3B1B53) is known color: Jagger. HEX triplet: 3B, 1B and 53. RGB value is (59,27,83). Sum of RGB (Red+Green+Blue) = 59+27+83=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #3B1B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B1B53 is #C4E4AC. Grayscale: #2A2A2A. Windows color (decimal): -12903597 or 5446459. OLE color: 5446459.
HSL color Cylindrical-coordinate representation of color #3B1B53: hue angle of 274.29º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B1B53 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 59 | 27 | 83 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.67 |
| HSL | 274.29º | 0.51% | 0.22% | - |
| HSV(B) | 274.29º | 0.67% | 0.33% | - |
| XYZ | 3.76 | 2.34 | 8.44 | - |
| YUV | 42.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 83 | 0.29 | 0.67 | 0 | 0.67 | 274.29 | 0.51 | 0.22 |
| Hex | 3B | 1B | 53 | 1D | 43 | 0 | 43 | 112 | 33 | 16 |
| Octal | 73 | 33 | 123 | 35 | 103 | 0 | 103 | 422 | 63 | 26 |
| Binary | 111011 | 11011 | 1010011 | 11101 | 1000011 | 0 | 1000011 | 100010010 | 110011 | 10110 |
Color Harmonies of #3B1B53
Complementary color
Monochromatic Colors of #3B1B53
Black with #3B1B53
Text Example
Text Example
White with #3B1B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1B53; }
p { color: rgb(59,27,83); }
H1.HeaderClassName
{
color: #3B1B53;
}
.AnyTagClassName
{
color: #3B1B53;
}
</style>
background-color css
<style>
a { background-color: #3B1B53; }
a { background-color: rgb(59,27,83); }
div.DivClassName
{
background-color: #3B1B53;
}
.BgClassName
{
background-color: #3B1B53;
}
</style>
border-color css
<style>
span { border-color: #3B1B53; }
span { border-color: rgb(59,27,83); }
td.TdClassName
{
border-color: #3B1B53;
}
.TagClassName
{
border-color: #3B1B53;
}
</style>