Shades of Jagger #3B323E
Tints of Jagger #3B323E
RGB
CMYK
RGB Variations
Color information
#3B323E (or 0x3B323E) is known color: Jagger. HEX triplet: 3B, 32 and 3E. RGB value is (59,50,62). Sum of RGB (Red+Green+Blue) = 59+50+62=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B323E is #C4CDC1. Grayscale: #363636. Windows color (decimal): -12897730 or 4076091. OLE color: 4076091.
HSL color Cylindrical-coordinate representation of color #3B323E: hue angle of 285º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3B323E is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 50 | 62 | - |
| CMYK | 0.05 | 0.19 | 0 | 0.76 |
| HSL | 285º | 0.11% | 0.22% | - |
| HSV(B) | 285º | 0.19% | 0.24% | - |
| XYZ | 3.81 | 3.56 | 5.04 | - |
| YUV | 54.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 50 | 62 | 0.05 | 0.19 | 0 | 0.76 | 285 | 0.11 | 0.22 |
| Hex | 3B | 32 | 3E | 5 | 13 | 0 | 4C | 11D | B | 16 |
| Octal | 73 | 62 | 76 | 5 | 23 | 0 | 114 | 435 | 13 | 26 |
| Binary | 111011 | 110010 | 111110 | 101 | 10011 | 0 | 1001100 | 100011101 | 1011 | 10110 |
Color Harmonies of #3B323E
Complementary color
Monochromatic Colors of #3B323E
Black with #3B323E
Text Example
Text Example
White with #3B323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B323E; }
p { color: rgb(59,50,62); }
H1.HeaderClassName
{
color: #3B323E;
}
.AnyTagClassName
{
color: #3B323E;
}
</style>
background-color css
<style>
a { background-color: #3B323E; }
a { background-color: rgb(59,50,62); }
div.DivClassName
{
background-color: #3B323E;
}
.BgClassName
{
background-color: #3B323E;
}
</style>
border-color css
<style>
span { border-color: #3B323E; }
span { border-color: rgb(59,50,62); }
td.TdClassName
{
border-color: #3B323E;
}
.TagClassName
{
border-color: #3B323E;
}
</style>