Shades of Jagger #392B48
Tints of Jagger #392B48
RGB
CMYK
RGB Variations
Color information
#392B48 (or 0x392B48) is known color: Jagger. HEX triplet: 39, 2B and 48. RGB value is (57,43,72). Sum of RGB (Red+Green+Blue) = 57+43+72=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #392B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B48 is #C6D4B7. Grayscale: #323232. Windows color (decimal): -13030584 or 4729657. OLE color: 4729657.
HSL color Cylindrical-coordinate representation of color #392B48: hue angle of 268.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392B48 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 57 | 43 | 72 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.72 |
| HSL | 268.97º | 0.25% | 0.23% | - |
| HSV(B) | 268.97º | 0.4% | 0.28% | - |
| XYZ | 3.72 | 3.07 | 6.53 | - |
| YUV | 50.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 72 | 0.21 | 0.40 | 0 | 0.72 | 268.97 | 0.25 | 0.23 |
| Hex | 39 | 2B | 48 | 15 | 28 | 0 | 48 | 10D | 19 | 17 |
| Octal | 71 | 53 | 110 | 25 | 50 | 0 | 110 | 415 | 31 | 27 |
| Binary | 111001 | 101011 | 1001000 | 10101 | 101000 | 0 | 1001000 | 100001101 | 11001 | 10111 |
Color Harmonies of #392B48
Complementary color
Monochromatic Colors of #392B48
Black with #392B48
Text Example
Text Example
White with #392B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392B48; }
p { color: rgb(57,43,72); }
H1.HeaderClassName
{
color: #392B48;
}
.AnyTagClassName
{
color: #392B48;
}
</style>
background-color css
<style>
a { background-color: #392B48; }
a { background-color: rgb(57,43,72); }
div.DivClassName
{
background-color: #392B48;
}
.BgClassName
{
background-color: #392B48;
}
</style>
border-color css
<style>
span { border-color: #392B48; }
span { border-color: rgb(57,43,72); }
td.TdClassName
{
border-color: #392B48;
}
.TagClassName
{
border-color: #392B48;
}
</style>