Shades of Jagger #392249
Tints of Jagger #392249
RGB
CMYK
RGB Variations
Color information
#392249 (or 0x392249) is known color: Jagger. HEX triplet: 39, 22 and 49. RGB value is (57,34,73). Sum of RGB (Red+Green+Blue) = 57+34+73=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #392249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392249 is #C6DDB6. Grayscale: #2D2D2D. Windows color (decimal): -13032887 or 4792889. OLE color: 4792889.
HSL color Cylindrical-coordinate representation of color #392249: hue angle of 275.38º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392249 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 34 | 73 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.71 |
| HSL | 275.38º | 0.36% | 0.21% | - |
| HSV(B) | 275.38º | 0.53% | 0.29% | - |
| XYZ | 3.46 | 2.49 | 6.6 | - |
| YUV | 45.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 34 | 73 | 0.22 | 0.53 | 0 | 0.71 | 275.38 | 0.36 | 0.21 |
| Hex | 39 | 22 | 49 | 16 | 35 | 0 | 47 | 113 | 24 | 15 |
| Octal | 71 | 42 | 111 | 26 | 65 | 0 | 107 | 423 | 44 | 25 |
| Binary | 111001 | 100010 | 1001001 | 10110 | 110101 | 0 | 1000111 | 100010011 | 100100 | 10101 |
Color Harmonies of #392249
Complementary color
Monochromatic Colors of #392249
Black with #392249
Text Example
Text Example
White with #392249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392249; }
p { color: rgb(57,34,73); }
H1.HeaderClassName
{
color: #392249;
}
.AnyTagClassName
{
color: #392249;
}
</style>
background-color css
<style>
a { background-color: #392249; }
a { background-color: rgb(57,34,73); }
div.DivClassName
{
background-color: #392249;
}
.BgClassName
{
background-color: #392249;
}
</style>
border-color css
<style>
span { border-color: #392249; }
span { border-color: rgb(57,34,73); }
td.TdClassName
{
border-color: #392249;
}
.TagClassName
{
border-color: #392249;
}
</style>