Shades of Jagger #37313B
Tints of Jagger #37313B
RGB
CMYK
RGB Variations
Color information
#37313B (or 0x37313B) is known color: Jagger. HEX triplet: 37, 31 and 3B. RGB value is (55,49,59). Sum of RGB (Red+Green+Blue) = 55+49+59=163 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.74% from 163); Green value is 49 (19.53% from 255 or 30.06% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 59 - color contains mainly: blue. Hex color #37313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37313B is #C8CEC4. Grayscale: #333333. Windows color (decimal): -13160133 or 3879223. OLE color: 3879223.
HSL color Cylindrical-coordinate representation of color #37313B: hue angle of 276º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #37313B is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 49 | 59 | - |
| CMYK | 0.07 | 0.17 | 0 | 0.77 |
| HSL | 276º | 0.09% | 0.21% | - |
| HSV(B) | 276º | 0.17% | 0.23% | - |
| XYZ | 3.46 | 3.32 | 4.6 | - |
| YUV | 51.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 59 | 0.07 | 0.17 | 0 | 0.77 | 276 | 0.09 | 0.21 |
| Hex | 37 | 31 | 3B | 7 | 11 | 0 | 4D | 114 | 9 | 15 |
| Octal | 67 | 61 | 73 | 7 | 21 | 0 | 115 | 424 | 11 | 25 |
| Binary | 110111 | 110001 | 111011 | 111 | 10001 | 0 | 1001101 | 100010100 | 1001 | 10101 |
Color Harmonies of #37313B
Complementary color
Monochromatic Colors of #37313B
Black with #37313B
Text Example
Text Example
White with #37313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37313B; }
p { color: rgb(55,49,59); }
H1.HeaderClassName
{
color: #37313B;
}
.AnyTagClassName
{
color: #37313B;
}
</style>
background-color css
<style>
a { background-color: #37313B; }
a { background-color: rgb(55,49,59); }
div.DivClassName
{
background-color: #37313B;
}
.BgClassName
{
background-color: #37313B;
}
</style>
border-color css
<style>
span { border-color: #37313B; }
span { border-color: rgb(55,49,59); }
td.TdClassName
{
border-color: #37313B;
}
.TagClassName
{
border-color: #37313B;
}
</style>