Shades of Jagger #3E2445
Tints of Jagger #3E2445
RGB
CMYK
RGB Variations
Color information
#3E2445 (or 0x3E2445) is known color: Jagger. HEX triplet: 3E, 24 and 45. RGB value is (62,36,69). Sum of RGB (Red+Green+Blue) = 62+36+69=167 (22% of max value = 765). Red value is 62 (24.61% from 255 or 37.13% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 69 (27.34% from 255 or 41.32% from 167); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E2445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2445 is #C1DBBA. Grayscale: #2F2F2F. Windows color (decimal): -12704699 or 4531262. OLE color: 4531262.
HSL color Cylindrical-coordinate representation of color #3E2445: hue angle of 287.27º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2445 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 36 | 69 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.73 |
| HSL | 287.27º | 0.31% | 0.21% | - |
| HSV(B) | 287.27º | 0.48% | 0.27% | - |
| XYZ | 3.69 | 2.72 | 5.96 | - |
| YUV | 47.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 69 | 0.10 | 0.48 | 0 | 0.73 | 287.27 | 0.31 | 0.21 |
| Hex | 3E | 24 | 45 | A | 30 | 0 | 49 | 11F | 1F | 15 |
| Octal | 76 | 44 | 105 | 12 | 60 | 0 | 111 | 437 | 37 | 25 |
| Binary | 111110 | 100100 | 1000101 | 1010 | 110000 | 0 | 1001001 | 100011111 | 11111 | 10101 |
Color Harmonies of #3E2445
Complementary color
Monochromatic Colors of #3E2445
Black with #3E2445
Text Example
Text Example
White with #3E2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2445; }
p { color: rgb(62,36,69); }
H1.HeaderClassName
{
color: #3E2445;
}
.AnyTagClassName
{
color: #3E2445;
}
</style>
background-color css
<style>
a { background-color: #3E2445; }
a { background-color: rgb(62,36,69); }
div.DivClassName
{
background-color: #3E2445;
}
.BgClassName
{
background-color: #3E2445;
}
</style>
border-color css
<style>
span { border-color: #3E2445; }
span { border-color: rgb(62,36,69); }
td.TdClassName
{
border-color: #3E2445;
}
.TagClassName
{
border-color: #3E2445;
}
</style>