Shades of Jagger #3E2345
Tints of Jagger #3E2345
RGB
CMYK
RGB Variations
Color information
#3E2345 (or 0x3E2345) is known color: Jagger. HEX triplet: 3E, 23 and 45. RGB value is (62,35,69). Sum of RGB (Red+Green+Blue) = 62+35+69=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 69 (27.34% from 255 or 41.57% from 166); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E2345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2345 is #C1DCBA. Grayscale: #2E2E2E. Windows color (decimal): -12704955 or 4531006. OLE color: 4531006.
HSL color Cylindrical-coordinate representation of color #3E2345: hue angle of 287.65º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3E2345 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 35 | 69 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.73 |
| HSL | 287.65º | 0.33% | 0.2% | - |
| HSV(B) | 287.65º | 0.49% | 0.27% | - |
| XYZ | 3.66 | 2.66 | 5.95 | - |
| YUV | 46.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 35 | 69 | 0.10 | 0.49 | 0 | 0.73 | 287.65 | 0.33 | 0.2 |
| Hex | 3E | 23 | 45 | A | 31 | 0 | 49 | 120 | 21 | 14 |
| Octal | 76 | 43 | 105 | 12 | 61 | 0 | 111 | 440 | 41 | 24 |
| Binary | 111110 | 100011 | 1000101 | 1010 | 110001 | 0 | 1001001 | 100100000 | 100001 | 10100 |
Color Harmonies of #3E2345
Complementary color
Monochromatic Colors of #3E2345
Black with #3E2345
Text Example
Text Example
White with #3E2345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2345; }
p { color: rgb(62,35,69); }
H1.HeaderClassName
{
color: #3E2345;
}
.AnyTagClassName
{
color: #3E2345;
}
</style>
background-color css
<style>
a { background-color: #3E2345; }
a { background-color: rgb(62,35,69); }
div.DivClassName
{
background-color: #3E2345;
}
.BgClassName
{
background-color: #3E2345;
}
</style>
border-color css
<style>
span { border-color: #3E2345; }
span { border-color: rgb(62,35,69); }
td.TdClassName
{
border-color: #3E2345;
}
.TagClassName
{
border-color: #3E2345;
}
</style>