Shades of Jagger #3B3046
Tints of Jagger #3B3046
RGB
CMYK
RGB Variations
Color information
#3B3046 (or 0x3B3046) is known color: Jagger. HEX triplet: 3B, 30 and 46. RGB value is (59,48,70). Sum of RGB (Red+Green+Blue) = 59+48+70=177 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.33% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 70 (27.73% from 255 or 39.55% from 177); Max value from RGB is 70 - color contains mainly: blue. Hex color #3B3046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3046 is #C4CFB9. Grayscale: #353535. Windows color (decimal): -12898234 or 4599867. OLE color: 4599867.
HSL color Cylindrical-coordinate representation of color #3B3046: hue angle of 270º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3B3046 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 48 | 70 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.73 |
| HSL | 270º | 0.19% | 0.23% | - |
| HSV(B) | 270º | 0.31% | 0.27% | - |
| XYZ | 3.97 | 3.49 | 6.26 | - |
| YUV | 53.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 70 | 0.16 | 0.31 | 0 | 0.73 | 270 | 0.19 | 0.23 |
| Hex | 3B | 30 | 46 | 10 | 1F | 0 | 49 | 10E | 13 | 17 |
| Octal | 73 | 60 | 106 | 20 | 37 | 0 | 111 | 416 | 23 | 27 |
| Binary | 111011 | 110000 | 1000110 | 10000 | 11111 | 0 | 1001001 | 100001110 | 10011 | 10111 |
Color Harmonies of #3B3046
Complementary color
Monochromatic Colors of #3B3046
Black with #3B3046
Text Example
Text Example
White with #3B3046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3046; }
p { color: rgb(59,48,70); }
H1.HeaderClassName
{
color: #3B3046;
}
.AnyTagClassName
{
color: #3B3046;
}
</style>
background-color css
<style>
a { background-color: #3B3046; }
a { background-color: rgb(59,48,70); }
div.DivClassName
{
background-color: #3B3046;
}
.BgClassName
{
background-color: #3B3046;
}
</style>
border-color css
<style>
span { border-color: #3B3046; }
span { border-color: rgb(59,48,70); }
td.TdClassName
{
border-color: #3B3046;
}
.TagClassName
{
border-color: #3B3046;
}
</style>