Shades of Jagger #3B2643
Tints of Jagger #3B2643
RGB
CMYK
RGB Variations
Color information
#3B2643 (or 0x3B2643) is known color: Jagger. HEX triplet: 3B, 26 and 43. RGB value is (59,38,67). Sum of RGB (Red+Green+Blue) = 59+38+67=164 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.98% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B2643 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2643 is #C4D9BC. Grayscale: #2F2F2F. Windows color (decimal): -12900797 or 4400699. OLE color: 4400699.
HSL color Cylindrical-coordinate representation of color #3B2643: hue angle of 283.45º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B2643 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 38 | 67 | - |
| CMYK | 0.12 | 0.43 | 0 | 0.74 |
| HSL | 283.45º | 0.28% | 0.21% | - |
| HSV(B) | 283.45º | 0.43% | 0.26% | - |
| XYZ | 3.51 | 2.72 | 5.65 | - |
| YUV | 47.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 38 | 67 | 0.12 | 0.43 | 0 | 0.74 | 283.45 | 0.28 | 0.21 |
| Hex | 3B | 26 | 43 | C | 2B | 0 | 4A | 11B | 1C | 15 |
| Octal | 73 | 46 | 103 | 14 | 53 | 0 | 112 | 433 | 34 | 25 |
| Binary | 111011 | 100110 | 1000011 | 1100 | 101011 | 0 | 1001010 | 100011011 | 11100 | 10101 |
Color Harmonies of #3B2643
Complementary color
Monochromatic Colors of #3B2643
Black with #3B2643
Text Example
Text Example
White with #3B2643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2643; }
p { color: rgb(59,38,67); }
H1.HeaderClassName
{
color: #3B2643;
}
.AnyTagClassName
{
color: #3B2643;
}
</style>
background-color css
<style>
a { background-color: #3B2643; }
a { background-color: rgb(59,38,67); }
div.DivClassName
{
background-color: #3B2643;
}
.BgClassName
{
background-color: #3B2643;
}
</style>
border-color css
<style>
span { border-color: #3B2643; }
span { border-color: rgb(59,38,67); }
td.TdClassName
{
border-color: #3B2643;
}
.TagClassName
{
border-color: #3B2643;
}
</style>