Shades of Jagger #372843
Tints of Jagger #372843
RGB
CMYK
RGB Variations
Color information
#372843 (or 0x372843) is known color: Jagger. HEX triplet: 37, 28 and 43. RGB value is (55,40,67). Sum of RGB (Red+Green+Blue) = 55+40+67=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 40 (16.02% from 255 or 24.69% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 67 - color contains mainly: blue. Hex color #372843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372843 is #C8D7BC. Grayscale: #2F2F2F. Windows color (decimal): -13162429 or 4401207. OLE color: 4401207.
HSL color Cylindrical-coordinate representation of color #372843: hue angle of 273.33º degrees, saturation: 0.25, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #372843 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 40 | 67 | - |
| CMYK | 0.18 | 0.40 | 0 | 0.74 |
| HSL | 273.33º | 0.25% | 0.21% | - |
| HSV(B) | 273.33º | 0.4% | 0.26% | - |
| XYZ | 3.35 | 2.74 | 5.66 | - |
| YUV | 47.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 40 | 67 | 0.18 | 0.40 | 0 | 0.74 | 273.33 | 0.25 | 0.21 |
| Hex | 37 | 28 | 43 | 12 | 28 | 0 | 4A | 111 | 19 | 15 |
| Octal | 67 | 50 | 103 | 22 | 50 | 0 | 112 | 421 | 31 | 25 |
| Binary | 110111 | 101000 | 1000011 | 10010 | 101000 | 0 | 1001010 | 100010001 | 11001 | 10101 |
Color Harmonies of #372843
Complementary color
Monochromatic Colors of #372843
Black with #372843
Text Example
Text Example
White with #372843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372843; }
p { color: rgb(55,40,67); }
H1.HeaderClassName
{
color: #372843;
}
.AnyTagClassName
{
color: #372843;
}
</style>
background-color css
<style>
a { background-color: #372843; }
a { background-color: rgb(55,40,67); }
div.DivClassName
{
background-color: #372843;
}
.BgClassName
{
background-color: #372843;
}
</style>
border-color css
<style>
span { border-color: #372843; }
span { border-color: rgb(55,40,67); }
td.TdClassName
{
border-color: #372843;
}
.TagClassName
{
border-color: #372843;
}
</style>