Shades of Jagger #3E2844
Tints of Jagger #3E2844
RGB
CMYK
RGB Variations
Color information
#3E2844 (or 0x3E2844) is known color: Jagger. HEX triplet: 3E, 28 and 44. RGB value is (62,40,68). Sum of RGB (Red+Green+Blue) = 62+40+68=170 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.47% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E2844 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2844 is #C1D7BB. Grayscale: #313131. Windows color (decimal): -12703676 or 4466750. OLE color: 4466750.
HSL color Cylindrical-coordinate representation of color #3E2844: hue angle of 287.14º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E2844 is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 40 | 68 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.73 |
| HSL | 287.14º | 0.26% | 0.21% | - |
| HSV(B) | 287.14º | 0.41% | 0.27% | - |
| XYZ | 3.79 | 2.96 | 5.84 | - |
| YUV | 49.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 68 | 0.09 | 0.41 | 0 | 0.73 | 287.14 | 0.26 | 0.21 |
| Hex | 3E | 28 | 44 | 9 | 29 | 0 | 49 | 11F | 1A | 15 |
| Octal | 76 | 50 | 104 | 11 | 51 | 0 | 111 | 437 | 32 | 25 |
| Binary | 111110 | 101000 | 1000100 | 1001 | 101001 | 0 | 1001001 | 100011111 | 11010 | 10101 |
Color Harmonies of #3E2844
Complementary color
Monochromatic Colors of #3E2844
Black with #3E2844
Text Example
Text Example
White with #3E2844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2844; }
p { color: rgb(62,40,68); }
H1.HeaderClassName
{
color: #3E2844;
}
.AnyTagClassName
{
color: #3E2844;
}
</style>
background-color css
<style>
a { background-color: #3E2844; }
a { background-color: rgb(62,40,68); }
div.DivClassName
{
background-color: #3E2844;
}
.BgClassName
{
background-color: #3E2844;
}
</style>
border-color css
<style>
span { border-color: #3E2844; }
span { border-color: rgb(62,40,68); }
td.TdClassName
{
border-color: #3E2844;
}
.TagClassName
{
border-color: #3E2844;
}
</style>