Shades of Jagger #3B363D
Tints of Jagger #3B363D
RGB
CMYK
RGB Variations
Color information
#3B363D (or 0x3B363D) is known color: Jagger. HEX triplet: 3B, 36 and 3D. RGB value is (59,54,61). Sum of RGB (Red+Green+Blue) = 59+54+61=174 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.91% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B363D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B363D is #C4C9C2. Grayscale: #383838. Windows color (decimal): -12896707 or 4011579. OLE color: 4011579.
HSL color Cylindrical-coordinate representation of color #3B363D: hue angle of 282.86º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3B363D is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 54 | 61 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.76 |
| HSL | 282.86º | 0.06% | 0.23% | - |
| HSV(B) | 282.86º | 0.11% | 0.24% | - |
| XYZ | 3.97 | 3.91 | 4.96 | - |
| YUV | 56.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 61 | 0.03 | 0.11 | 0 | 0.76 | 282.86 | 0.06 | 0.23 |
| Hex | 3B | 36 | 3D | 3 | B | 0 | 4C | 11B | 6 | 17 |
| Octal | 73 | 66 | 75 | 3 | 13 | 0 | 114 | 433 | 6 | 27 |
| Binary | 111011 | 110110 | 111101 | 11 | 1011 | 0 | 1001100 | 100011011 | 110 | 10111 |
Color Harmonies of #3B363D
Complementary color
Monochromatic Colors of #3B363D
Black with #3B363D
Text Example
Text Example
White with #3B363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B363D; }
p { color: rgb(59,54,61); }
H1.HeaderClassName
{
color: #3B363D;
}
.AnyTagClassName
{
color: #3B363D;
}
</style>
background-color css
<style>
a { background-color: #3B363D; }
a { background-color: rgb(59,54,61); }
div.DivClassName
{
background-color: #3B363D;
}
.BgClassName
{
background-color: #3B363D;
}
</style>
border-color css
<style>
span { border-color: #3B363D; }
span { border-color: rgb(59,54,61); }
td.TdClassName
{
border-color: #3B363D;
}
.TagClassName
{
border-color: #3B363D;
}
</style>