Shades of Jagger #372549
Tints of Jagger #372549
RGB
CMYK
RGB Variations
Color information
#372549 (or 0x372549) is known color: Jagger. HEX triplet: 37, 25 and 49. RGB value is (55,37,73). Sum of RGB (Red+Green+Blue) = 55+37+73=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #372549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372549 is #C8DAB6. Grayscale: #2E2E2E. Windows color (decimal): -13163191 or 4793655. OLE color: 4793655.
HSL color Cylindrical-coordinate representation of color #372549: hue angle of 270º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372549 is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 37 | 73 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.71 |
| HSL | 270º | 0.33% | 0.22% | - |
| HSV(B) | 270º | 0.49% | 0.29% | - |
| XYZ | 3.44 | 2.62 | 6.63 | - |
| YUV | 46.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 37 | 73 | 0.25 | 0.49 | 0 | 0.71 | 270 | 0.33 | 0.22 |
| Hex | 37 | 25 | 49 | 19 | 31 | 0 | 47 | 10E | 21 | 16 |
| Octal | 67 | 45 | 111 | 31 | 61 | 0 | 107 | 416 | 41 | 26 |
| Binary | 110111 | 100101 | 1001001 | 11001 | 110001 | 0 | 1000111 | 100001110 | 100001 | 10110 |
Color Harmonies of #372549
Complementary color
Monochromatic Colors of #372549
Black with #372549
Text Example
Text Example
White with #372549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372549; }
p { color: rgb(55,37,73); }
H1.HeaderClassName
{
color: #372549;
}
.AnyTagClassName
{
color: #372549;
}
</style>
background-color css
<style>
a { background-color: #372549; }
a { background-color: rgb(55,37,73); }
div.DivClassName
{
background-color: #372549;
}
.BgClassName
{
background-color: #372549;
}
</style>
border-color css
<style>
span { border-color: #372549; }
span { border-color: rgb(55,37,73); }
td.TdClassName
{
border-color: #372549;
}
.TagClassName
{
border-color: #372549;
}
</style>