Shades of Jagger #37313C
Tints of Jagger #37313C
RGB
CMYK
RGB Variations
Color information
#37313C (or 0x37313C) is known color: Jagger. HEX triplet: 37, 31 and 3C. RGB value is (55,49,60). Sum of RGB (Red+Green+Blue) = 55+49+60=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 60 (23.83% from 255 or 36.59% from 164); Max value from RGB is 60 - color contains mainly: blue. Hex color #37313C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37313C is #C8CEC3. Grayscale: #343434. Windows color (decimal): -13160132 or 3944759. OLE color: 3944759.
HSL color Cylindrical-coordinate representation of color #37313C: hue angle of 272.73º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #37313C is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 49 | 60 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.76 |
| HSL | 272.73º | 0.1% | 0.21% | - |
| HSV(B) | 272.73º | 0.18% | 0.24% | - |
| XYZ | 3.49 | 3.34 | 4.73 | - |
| YUV | 52.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 60 | 0.08 | 0.18 | 0 | 0.76 | 272.73 | 0.1 | 0.21 |
| Hex | 37 | 31 | 3C | 8 | 12 | 0 | 4C | 111 | A | 15 |
| Octal | 67 | 61 | 74 | 10 | 22 | 0 | 114 | 421 | 12 | 25 |
| Binary | 110111 | 110001 | 111100 | 1000 | 10010 | 0 | 1001100 | 100010001 | 1010 | 10101 |
Color Harmonies of #37313C
Complementary color
Monochromatic Colors of #37313C
Black with #37313C
Text Example
Text Example
White with #37313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37313C; }
p { color: rgb(55,49,60); }
H1.HeaderClassName
{
color: #37313C;
}
.AnyTagClassName
{
color: #37313C;
}
</style>
background-color css
<style>
a { background-color: #37313C; }
a { background-color: rgb(55,49,60); }
div.DivClassName
{
background-color: #37313C;
}
.BgClassName
{
background-color: #37313C;
}
</style>
border-color css
<style>
span { border-color: #37313C; }
span { border-color: rgb(55,49,60); }
td.TdClassName
{
border-color: #37313C;
}
.TagClassName
{
border-color: #37313C;
}
</style>