Shades of Jagger #3B3240
Tints of Jagger #3B3240
RGB
CMYK
RGB Variations
Color information
#3B3240 (or 0x3B3240) is known color: Jagger. HEX triplet: 3B, 32 and 40. RGB value is (59,50,64). Sum of RGB (Red+Green+Blue) = 59+50+64=173 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.10% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B3240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3240 is #C4CDBF. Grayscale: #363636. Windows color (decimal): -12897728 or 4207163. OLE color: 4207163.
HSL color Cylindrical-coordinate representation of color #3B3240: hue angle of 278.57º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B3240 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 50 | 64 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.75 |
| HSL | 278.57º | 0.12% | 0.22% | - |
| HSV(B) | 278.57º | 0.22% | 0.25% | - |
| XYZ | 3.87 | 3.58 | 5.34 | - |
| YUV | 54.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 64 | 0.08 | 0.22 | 0 | 0.75 | 278.57 | 0.12 | 0.22 |
| Hex | 3B | 32 | 40 | 8 | 16 | 0 | 4B | 117 | C | 16 |
| Octal | 73 | 62 | 100 | 10 | 26 | 0 | 113 | 427 | 14 | 26 |
| Binary | 111011 | 110010 | 1000000 | 1000 | 10110 | 0 | 1001011 | 100010111 | 1100 | 10110 |
Color Harmonies of #3B3240
Complementary color
Monochromatic Colors of #3B3240
Black with #3B3240
Text Example
Text Example
White with #3B3240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3240; }
p { color: rgb(59,50,64); }
H1.HeaderClassName
{
color: #3B3240;
}
.AnyTagClassName
{
color: #3B3240;
}
</style>
background-color css
<style>
a { background-color: #3B3240; }
a { background-color: rgb(59,50,64); }
div.DivClassName
{
background-color: #3B3240;
}
.BgClassName
{
background-color: #3B3240;
}
</style>
border-color css
<style>
span { border-color: #3B3240; }
span { border-color: rgb(59,50,64); }
td.TdClassName
{
border-color: #3B3240;
}
.TagClassName
{
border-color: #3B3240;
}
</style>