Shades of Jagger #3B2C40
Tints of Jagger #3B2C40
RGB
CMYK
RGB Variations
Color information
#3B2C40 (or 0x3B2C40) is known color: Jagger. HEX triplet: 3B, 2C and 40. RGB value is (59,44,64). Sum of RGB (Red+Green+Blue) = 59+44+64=167 (22% of max value = 765). Red value is 59 (23.44% from 255 or 35.33% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B2C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C40 is #C4D3BF. Grayscale: #323232. Windows color (decimal): -12899264 or 4205627. OLE color: 4205627.
HSL color Cylindrical-coordinate representation of color #3B2C40: hue angle of 285º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B2C40 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 44 | 64 | - |
| CMYK | 0.08 | 0.31 | 0 | 0.75 |
| HSL | 285º | 0.19% | 0.21% | - |
| HSV(B) | 285º | 0.31% | 0.25% | - |
| XYZ | 3.63 | 3.1 | 5.26 | - |
| YUV | 50.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 64 | 0.08 | 0.31 | 0 | 0.75 | 285 | 0.19 | 0.21 |
| Hex | 3B | 2C | 40 | 8 | 1F | 0 | 4B | 11D | 13 | 15 |
| Octal | 73 | 54 | 100 | 10 | 37 | 0 | 113 | 435 | 23 | 25 |
| Binary | 111011 | 101100 | 1000000 | 1000 | 11111 | 0 | 1001011 | 100011101 | 10011 | 10101 |
Color Harmonies of #3B2C40
Complementary color
Monochromatic Colors of #3B2C40
Black with #3B2C40
Text Example
Text Example
White with #3B2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C40; }
p { color: rgb(59,44,64); }
H1.HeaderClassName
{
color: #3B2C40;
}
.AnyTagClassName
{
color: #3B2C40;
}
</style>
background-color css
<style>
a { background-color: #3B2C40; }
a { background-color: rgb(59,44,64); }
div.DivClassName
{
background-color: #3B2C40;
}
.BgClassName
{
background-color: #3B2C40;
}
</style>
border-color css
<style>
span { border-color: #3B2C40; }
span { border-color: rgb(59,44,64); }
td.TdClassName
{
border-color: #3B2C40;
}
.TagClassName
{
border-color: #3B2C40;
}
</style>