Shades of Jagger #37313E
Tints of Jagger #37313E
RGB
CMYK
RGB Variations
Color information
#37313E (or 0x37313E) is known color: Jagger. HEX triplet: 37, 31 and 3E. RGB value is (55,49,62). Sum of RGB (Red+Green+Blue) = 55+49+62=166 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.13% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #37313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37313E is #C8CEC1. Grayscale: #343434. Windows color (decimal): -13160130 or 4075831. OLE color: 4075831.
HSL color Cylindrical-coordinate representation of color #37313E: hue angle of 267.69º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #37313E is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 49 | 62 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.76 |
| HSL | 267.69º | 0.12% | 0.22% | - |
| HSV(B) | 267.69º | 0.21% | 0.24% | - |
| XYZ | 3.54 | 3.36 | 5.02 | - |
| YUV | 52.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 49 | 62 | 0.11 | 0.21 | 0 | 0.76 | 267.69 | 0.12 | 0.22 |
| Hex | 37 | 31 | 3E | B | 15 | 0 | 4C | 10C | C | 16 |
| Octal | 67 | 61 | 76 | 13 | 25 | 0 | 114 | 414 | 14 | 26 |
| Binary | 110111 | 110001 | 111110 | 1011 | 10101 | 0 | 1001100 | 100001100 | 1100 | 10110 |
Color Harmonies of #37313E
Complementary color
Monochromatic Colors of #37313E
Black with #37313E
Text Example
Text Example
White with #37313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37313E; }
p { color: rgb(55,49,62); }
H1.HeaderClassName
{
color: #37313E;
}
.AnyTagClassName
{
color: #37313E;
}
</style>
background-color css
<style>
a { background-color: #37313E; }
a { background-color: rgb(55,49,62); }
div.DivClassName
{
background-color: #37313E;
}
.BgClassName
{
background-color: #37313E;
}
</style>
border-color css
<style>
span { border-color: #37313E; }
span { border-color: rgb(55,49,62); }
td.TdClassName
{
border-color: #37313E;
}
.TagClassName
{
border-color: #37313E;
}
</style>