Shades of Jagger #3B353F
Tints of Jagger #3B353F
RGB
CMYK
RGB Variations
Color information
#3B353F (or 0x3B353F) is known color: Jagger. HEX triplet: 3B, 35 and 3F. RGB value is (59,53,63). Sum of RGB (Red+Green+Blue) = 59+53+63=175 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.71% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 63 - color contains mainly: blue. Hex color #3B353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B353F is #C4CAC0. Grayscale: #373737. Windows color (decimal): -12896961 or 4142395. OLE color: 4142395.
HSL color Cylindrical-coordinate representation of color #3B353F: hue angle of 276º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #3B353F is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 53 | 63 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.75 |
| HSL | 276º | 0.09% | 0.23% | - |
| HSV(B) | 276º | 0.16% | 0.25% | - |
| XYZ | 3.97 | 3.83 | 5.23 | - |
| YUV | 55.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 53 | 63 | 0.06 | 0.16 | 0 | 0.75 | 276 | 0.09 | 0.23 |
| Hex | 3B | 35 | 3F | 6 | 10 | 0 | 4B | 114 | 9 | 17 |
| Octal | 73 | 65 | 77 | 6 | 20 | 0 | 113 | 424 | 11 | 27 |
| Binary | 111011 | 110101 | 111111 | 110 | 10000 | 0 | 1001011 | 100010100 | 1001 | 10111 |
Color Harmonies of #3B353F
Complementary color
Monochromatic Colors of #3B353F
Black with #3B353F
Text Example
Text Example
White with #3B353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B353F; }
p { color: rgb(59,53,63); }
H1.HeaderClassName
{
color: #3B353F;
}
.AnyTagClassName
{
color: #3B353F;
}
</style>
background-color css
<style>
a { background-color: #3B353F; }
a { background-color: rgb(59,53,63); }
div.DivClassName
{
background-color: #3B353F;
}
.BgClassName
{
background-color: #3B353F;
}
</style>
border-color css
<style>
span { border-color: #3B353F; }
span { border-color: rgb(59,53,63); }
td.TdClassName
{
border-color: #3B353F;
}
.TagClassName
{
border-color: #3B353F;
}
</style>