Shades of Jagger #372E40
Tints of Jagger #372E40
RGB
CMYK
RGB Variations
Color information
#372E40 (or 0x372E40) is known color: Jagger. HEX triplet: 37, 2E and 40. RGB value is (55,46,64). Sum of RGB (Red+Green+Blue) = 55+46+64=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #372E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E40 is #C8D1BF. Grayscale: #323232. Windows color (decimal): -13160896 or 4206135. OLE color: 4206135.
HSL color Cylindrical-coordinate representation of color #372E40: hue angle of 270º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #372E40 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 46 | 64 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.75 |
| HSL | 270º | 0.16% | 0.22% | - |
| HSV(B) | 270º | 0.28% | 0.25% | - |
| XYZ | 3.48 | 3.14 | 5.27 | - |
| YUV | 50.74 | 135.48 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 46 | 64 | 0.14 | 0.28 | 0 | 0.75 | 270 | 0.16 | 0.22 |
| Hex | 37 | 2E | 40 | E | 1C | 0 | 4B | 10E | 10 | 16 |
| Octal | 67 | 56 | 100 | 16 | 34 | 0 | 113 | 416 | 20 | 26 |
| Binary | 110111 | 101110 | 1000000 | 1110 | 11100 | 0 | 1001011 | 100001110 | 10000 | 10110 |
Color Harmonies of #372E40
Complementary color
Monochromatic Colors of #372E40
Black with #372E40
Text Example
Text Example
White with #372E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372E40; }
p { color: rgb(55,46,64); }
H1.HeaderClassName
{
color: #372E40;
}
.AnyTagClassName
{
color: #372E40;
}
</style>
background-color css
<style>
a { background-color: #372E40; }
a { background-color: rgb(55,46,64); }
div.DivClassName
{
background-color: #372E40;
}
.BgClassName
{
background-color: #372E40;
}
</style>
border-color css
<style>
span { border-color: #372E40; }
span { border-color: rgb(55,46,64); }
td.TdClassName
{
border-color: #372E40;
}
.TagClassName
{
border-color: #372E40;
}
</style>