Shades of Jagger #3B2250
Tints of Jagger #3B2250
RGB
CMYK
RGB Variations
Color information
#3B2250 (or 0x3B2250) is known color: Jagger. HEX triplet: 3B, 22 and 50. RGB value is (59,34,80). Sum of RGB (Red+Green+Blue) = 59+34+80=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B2250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B2250 is #C4DDAF. Grayscale: #2E2E2E. Windows color (decimal): -12901808 or 5251643. OLE color: 5251643.
HSL color Cylindrical-coordinate representation of color #3B2250: hue angle of 272.61º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3B2250 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 59 | 34 | 80 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.69 |
| HSL | 272.61º | 0.4% | 0.22% | - |
| HSV(B) | 272.61º | 0.58% | 0.31% | - |
| XYZ | 3.82 | 2.65 | 7.9 | - |
| YUV | 46.72 | 146.78 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 34 | 80 | 0.26 | 0.58 | 0 | 0.69 | 272.61 | 0.4 | 0.22 |
| Hex | 3B | 22 | 50 | 1A | 3A | 0 | 45 | 111 | 28 | 16 |
| Octal | 73 | 42 | 120 | 32 | 72 | 0 | 105 | 421 | 50 | 26 |
| Binary | 111011 | 100010 | 1010000 | 11010 | 111010 | 0 | 1000101 | 100010001 | 101000 | 10110 |
Color Harmonies of #3B2250
Complementary color
Monochromatic Colors of #3B2250
Black with #3B2250
Text Example
Text Example
White with #3B2250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2250; }
p { color: rgb(59,34,80); }
H1.HeaderClassName
{
color: #3B2250;
}
.AnyTagClassName
{
color: #3B2250;
}
</style>
background-color css
<style>
a { background-color: #3B2250; }
a { background-color: rgb(59,34,80); }
div.DivClassName
{
background-color: #3B2250;
}
.BgClassName
{
background-color: #3B2250;
}
</style>
border-color css
<style>
span { border-color: #3B2250; }
span { border-color: rgb(59,34,80); }
td.TdClassName
{
border-color: #3B2250;
}
.TagClassName
{
border-color: #3B2250;
}
</style>