Shades of Jagger #372A43
Tints of Jagger #372A43
RGB
CMYK
RGB Variations
Color information
#372A43 (or 0x372A43) is known color: Jagger. HEX triplet: 37, 2A and 43. RGB value is (55,42,67). Sum of RGB (Red+Green+Blue) = 55+42+67=164 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.54% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 67 - color contains mainly: blue. Hex color #372A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372A43 is #C8D5BC. Grayscale: #303030. Windows color (decimal): -13161917 or 4401719. OLE color: 4401719.
HSL color Cylindrical-coordinate representation of color #372A43: hue angle of 271.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #372A43 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 42 | 67 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.74 |
| HSL | 271.2º | 0.23% | 0.21% | - |
| HSV(B) | 271.2º | 0.37% | 0.26% | - |
| XYZ | 3.42 | 2.87 | 5.68 | - |
| YUV | 48.74 | 138.31 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 42 | 67 | 0.18 | 0.37 | 0 | 0.74 | 271.2 | 0.23 | 0.21 |
| Hex | 37 | 2A | 43 | 12 | 25 | 0 | 4A | 10F | 17 | 15 |
| Octal | 67 | 52 | 103 | 22 | 45 | 0 | 112 | 417 | 27 | 25 |
| Binary | 110111 | 101010 | 1000011 | 10010 | 100101 | 0 | 1001010 | 100001111 | 10111 | 10101 |
Color Harmonies of #372A43
Complementary color
Monochromatic Colors of #372A43
Black with #372A43
Text Example
Text Example
White with #372A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372A43; }
p { color: rgb(55,42,67); }
H1.HeaderClassName
{
color: #372A43;
}
.AnyTagClassName
{
color: #372A43;
}
</style>
background-color css
<style>
a { background-color: #372A43; }
a { background-color: rgb(55,42,67); }
div.DivClassName
{
background-color: #372A43;
}
.BgClassName
{
background-color: #372A43;
}
</style>
border-color css
<style>
span { border-color: #372A43; }
span { border-color: rgb(55,42,67); }
td.TdClassName
{
border-color: #372A43;
}
.TagClassName
{
border-color: #372A43;
}
</style>