Shades of Jagger #392D45
Tints of Jagger #392D45
RGB
CMYK
RGB Variations
Color information
#392D45 (or 0x392D45) is known color: Jagger. HEX triplet: 39, 2D and 45. RGB value is (57,45,69). Sum of RGB (Red+Green+Blue) = 57+45+69=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 69 (27.34% from 255 or 40.35% from 171); Max value from RGB is 69 - color contains mainly: blue. Hex color #392D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D45 is #C6D2BA. Grayscale: #333333. Windows color (decimal): -13030075 or 4533561. OLE color: 4533561.
HSL color Cylindrical-coordinate representation of color #392D45: hue angle of 270º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #392D45 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 57 | 45 | 69 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.73 |
| HSL | 270º | 0.21% | 0.22% | - |
| HSV(B) | 270º | 0.35% | 0.27% | - |
| XYZ | 3.7 | 3.18 | 6.05 | - |
| YUV | 51.32 | 137.98 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 45 | 69 | 0.17 | 0.35 | 0 | 0.73 | 270 | 0.21 | 0.22 |
| Hex | 39 | 2D | 45 | 11 | 23 | 0 | 49 | 10E | 15 | 16 |
| Octal | 71 | 55 | 105 | 21 | 43 | 0 | 111 | 416 | 25 | 26 |
| Binary | 111001 | 101101 | 1000101 | 10001 | 100011 | 0 | 1001001 | 100001110 | 10101 | 10110 |
Color Harmonies of #392D45
Complementary color
Monochromatic Colors of #392D45
Black with #392D45
Text Example
Text Example
White with #392D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392D45; }
p { color: rgb(57,45,69); }
H1.HeaderClassName
{
color: #392D45;
}
.AnyTagClassName
{
color: #392D45;
}
</style>
background-color css
<style>
a { background-color: #392D45; }
a { background-color: rgb(57,45,69); }
div.DivClassName
{
background-color: #392D45;
}
.BgClassName
{
background-color: #392D45;
}
</style>
border-color css
<style>
span { border-color: #392D45; }
span { border-color: rgb(57,45,69); }
td.TdClassName
{
border-color: #392D45;
}
.TagClassName
{
border-color: #392D45;
}
</style>