Shades of Jagger #392C48
Tints of Jagger #392C48
RGB
CMYK
RGB Variations
Color information
#392C48 (or 0x392C48) is known color: Jagger. HEX triplet: 39, 2C and 48. RGB value is (57,44,72). Sum of RGB (Red+Green+Blue) = 57+44+72=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #392C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392C48 is #C6D3B7. Grayscale: #323232. Windows color (decimal): -13030328 or 4729913. OLE color: 4729913.
HSL color Cylindrical-coordinate representation of color #392C48: hue angle of 267.86º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #392C48 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 44 | 72 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.72 |
| HSL | 267.86º | 0.24% | 0.23% | - |
| HSV(B) | 267.86º | 0.39% | 0.28% | - |
| XYZ | 3.76 | 3.14 | 6.54 | - |
| YUV | 51.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 44 | 72 | 0.21 | 0.39 | 0 | 0.72 | 267.86 | 0.24 | 0.23 |
| Hex | 39 | 2C | 48 | 15 | 27 | 0 | 48 | 10C | 18 | 17 |
| Octal | 71 | 54 | 110 | 25 | 47 | 0 | 110 | 414 | 30 | 27 |
| Binary | 111001 | 101100 | 1001000 | 10101 | 100111 | 0 | 1001000 | 100001100 | 11000 | 10111 |
Color Harmonies of #392C48
Complementary color
Monochromatic Colors of #392C48
Black with #392C48
Text Example
Text Example
White with #392C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392C48; }
p { color: rgb(57,44,72); }
H1.HeaderClassName
{
color: #392C48;
}
.AnyTagClassName
{
color: #392C48;
}
</style>
background-color css
<style>
a { background-color: #392C48; }
a { background-color: rgb(57,44,72); }
div.DivClassName
{
background-color: #392C48;
}
.BgClassName
{
background-color: #392C48;
}
</style>
border-color css
<style>
span { border-color: #392C48; }
span { border-color: rgb(57,44,72); }
td.TdClassName
{
border-color: #392C48;
}
.TagClassName
{
border-color: #392C48;
}
</style>