Shades of Jagger #392941
Tints of Jagger #392941
RGB
CMYK
RGB Variations
Color information
#392941 (or 0x392941) is known color: Jagger. HEX triplet: 39, 29 and 41. RGB value is (57,41,65). Sum of RGB (Red+Green+Blue) = 57+41+65=163 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.97% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 65 - color contains mainly: blue. Hex color #392941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392941 is #C6D6BE. Grayscale: #303030. Windows color (decimal): -13031103 or 4270393. OLE color: 4270393.
HSL color Cylindrical-coordinate representation of color #392941: hue angle of 280º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #392941 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 57 | 41 | 65 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.75 |
| HSL | 280º | 0.23% | 0.21% | - |
| HSV(B) | 280º | 0.37% | 0.25% | - |
| XYZ | 3.43 | 2.84 | 5.37 | - |
| YUV | 48.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 41 | 65 | 0.12 | 0.37 | 0 | 0.75 | 280 | 0.23 | 0.21 |
| Hex | 39 | 29 | 41 | C | 25 | 0 | 4B | 118 | 17 | 15 |
| Octal | 71 | 51 | 101 | 14 | 45 | 0 | 113 | 430 | 27 | 25 |
| Binary | 111001 | 101001 | 1000001 | 1100 | 100101 | 0 | 1001011 | 100011000 | 10111 | 10101 |
Color Harmonies of #392941
Complementary color
Monochromatic Colors of #392941
Black with #392941
Text Example
Text Example
White with #392941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392941; }
p { color: rgb(57,41,65); }
H1.HeaderClassName
{
color: #392941;
}
.AnyTagClassName
{
color: #392941;
}
</style>
background-color css
<style>
a { background-color: #392941; }
a { background-color: rgb(57,41,65); }
div.DivClassName
{
background-color: #392941;
}
.BgClassName
{
background-color: #392941;
}
</style>
border-color css
<style>
span { border-color: #392941; }
span { border-color: rgb(57,41,65); }
td.TdClassName
{
border-color: #392941;
}
.TagClassName
{
border-color: #392941;
}
</style>