Shades of Jagger #3E2945
Tints of Jagger #3E2945
RGB
CMYK
RGB Variations
Color information
#3E2945 (or 0x3E2945) is known color: Jagger. HEX triplet: 3E, 29 and 45. RGB value is (62,41,69). Sum of RGB (Red+Green+Blue) = 62+41+69=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2945 is #C1D6BA. Grayscale: #323232. Windows color (decimal): -12703419 or 4532542. OLE color: 4532542.
HSL color Cylindrical-coordinate representation of color #3E2945: hue angle of 285º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E2945 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 41 | 69 | - |
| CMYK | 0.10 | 0.41 | 0 | 0.73 |
| HSL | 285º | 0.25% | 0.22% | - |
| HSV(B) | 285º | 0.41% | 0.27% | - |
| XYZ | 3.85 | 3.04 | 6.01 | - |
| YUV | 50.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 41 | 69 | 0.10 | 0.41 | 0 | 0.73 | 285 | 0.25 | 0.22 |
| Hex | 3E | 29 | 45 | A | 29 | 0 | 49 | 11D | 19 | 16 |
| Octal | 76 | 51 | 105 | 12 | 51 | 0 | 111 | 435 | 31 | 26 |
| Binary | 111110 | 101001 | 1000101 | 1010 | 101001 | 0 | 1001001 | 100011101 | 11001 | 10110 |
Color Harmonies of #3E2945
Complementary color
Monochromatic Colors of #3E2945
Black with #3E2945
Text Example
Text Example
White with #3E2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2945; }
p { color: rgb(62,41,69); }
H1.HeaderClassName
{
color: #3E2945;
}
.AnyTagClassName
{
color: #3E2945;
}
</style>
background-color css
<style>
a { background-color: #3E2945; }
a { background-color: rgb(62,41,69); }
div.DivClassName
{
background-color: #3E2945;
}
.BgClassName
{
background-color: #3E2945;
}
</style>
border-color css
<style>
span { border-color: #3E2945; }
span { border-color: rgb(62,41,69); }
td.TdClassName
{
border-color: #3E2945;
}
.TagClassName
{
border-color: #3E2945;
}
</style>