Shades of Jagger #39234D
Tints of Jagger #39234D
RGB
CMYK
RGB Variations
Color information
#39234D (or 0x39234D) is known color: Jagger. HEX triplet: 39, 23 and 4D. RGB value is (57,35,77). Sum of RGB (Red+Green+Blue) = 57+35+77=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 35 (14.06% from 255 or 20.71% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #39234D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39234D is #C6DCB2. Grayscale: #2E2E2E. Windows color (decimal): -13032627 or 5055289. OLE color: 5055289.
HSL color Cylindrical-coordinate representation of color #39234D: hue angle of 271.43º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39234D is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 57 | 35 | 77 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.70 |
| HSL | 271.43º | 0.38% | 0.22% | - |
| HSV(B) | 271.43º | 0.55% | 0.3% | - |
| XYZ | 3.63 | 2.61 | 7.33 | - |
| YUV | 46.37 | 145.29 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 35 | 77 | 0.26 | 0.55 | 0 | 0.70 | 271.43 | 0.38 | 0.22 |
| Hex | 39 | 23 | 4D | 1A | 37 | 0 | 46 | 10F | 26 | 16 |
| Octal | 71 | 43 | 115 | 32 | 67 | 0 | 106 | 417 | 46 | 26 |
| Binary | 111001 | 100011 | 1001101 | 11010 | 110111 | 0 | 1000110 | 100001111 | 100110 | 10110 |
Color Harmonies of #39234D
Complementary color
Monochromatic Colors of #39234D
Black with #39234D
Text Example
Text Example
White with #39234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39234D; }
p { color: rgb(57,35,77); }
H1.HeaderClassName
{
color: #39234D;
}
.AnyTagClassName
{
color: #39234D;
}
</style>
background-color css
<style>
a { background-color: #39234D; }
a { background-color: rgb(57,35,77); }
div.DivClassName
{
background-color: #39234D;
}
.BgClassName
{
background-color: #39234D;
}
</style>
border-color css
<style>
span { border-color: #39234D; }
span { border-color: rgb(57,35,77); }
td.TdClassName
{
border-color: #39234D;
}
.TagClassName
{
border-color: #39234D;
}
</style>