Shades of Jagger #3B2E48
Tints of Jagger #3B2E48
RGB
CMYK
RGB Variations
Color information
#3B2E48 (or 0x3B2E48) is known color: Jagger. HEX triplet: 3B, 2E and 48. RGB value is (59,46,72). Sum of RGB (Red+Green+Blue) = 59+46+72=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2E48 is #C4D1B7. Grayscale: #343434. Windows color (decimal): -12898744 or 4730427. OLE color: 4730427.
HSL color Cylindrical-coordinate representation of color #3B2E48: hue angle of 270º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3B2E48 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 59 | 46 | 72 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.72 |
| HSL | 270º | 0.22% | 0.23% | - |
| HSV(B) | 270º | 0.36% | 0.28% | - |
| XYZ | 3.95 | 3.35 | 6.57 | - |
| YUV | 52.85 | 138.81 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 46 | 72 | 0.18 | 0.36 | 0 | 0.72 | 270 | 0.22 | 0.23 |
| Hex | 3B | 2E | 48 | 12 | 24 | 0 | 48 | 10E | 16 | 17 |
| Octal | 73 | 56 | 110 | 22 | 44 | 0 | 110 | 416 | 26 | 27 |
| Binary | 111011 | 101110 | 1001000 | 10010 | 100100 | 0 | 1001000 | 100001110 | 10110 | 10111 |
Color Harmonies of #3B2E48
Complementary color
Monochromatic Colors of #3B2E48
Black with #3B2E48
Text Example
Text Example
White with #3B2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2E48; }
p { color: rgb(59,46,72); }
H1.HeaderClassName
{
color: #3B2E48;
}
.AnyTagClassName
{
color: #3B2E48;
}
</style>
background-color css
<style>
a { background-color: #3B2E48; }
a { background-color: rgb(59,46,72); }
div.DivClassName
{
background-color: #3B2E48;
}
.BgClassName
{
background-color: #3B2E48;
}
</style>
border-color css
<style>
span { border-color: #3B2E48; }
span { border-color: rgb(59,46,72); }
td.TdClassName
{
border-color: #3B2E48;
}
.TagClassName
{
border-color: #3B2E48;
}
</style>