Shades of Jagger #3E2B50
Tints of Jagger #3E2B50
RGB
CMYK
RGB Variations
Color information
#3E2B50 (or 0x3E2B50) is known color: Jagger. HEX triplet: 3E, 2B and 50. RGB value is (62,43,80). Sum of RGB (Red+Green+Blue) = 62+43+80=185 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.51% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #3E2B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2B50 is #C1D4AF. Grayscale: #343434. Windows color (decimal): -12702896 or 5253950. OLE color: 5253950.
HSL color Cylindrical-coordinate representation of color #3E2B50: hue angle of 270.81º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E2B50 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 62 | 43 | 80 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.69 |
| HSL | 270.81º | 0.3% | 0.24% | - |
| HSV(B) | 270.81º | 0.46% | 0.31% | - |
| XYZ | 4.3 | 3.33 | 8.01 | - |
| YUV | 52.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 80 | 0.22 | 0.46 | 0 | 0.69 | 270.81 | 0.3 | 0.24 |
| Hex | 3E | 2B | 50 | 16 | 2E | 0 | 45 | 10F | 1E | 18 |
| Octal | 76 | 53 | 120 | 26 | 56 | 0 | 105 | 417 | 36 | 30 |
| Binary | 111110 | 101011 | 1010000 | 10110 | 101110 | 0 | 1000101 | 100001111 | 11110 | 11000 |
Color Harmonies of #3E2B50
Complementary color
Monochromatic Colors of #3E2B50
Black with #3E2B50
Text Example
Text Example
White with #3E2B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B50; }
p { color: rgb(62,43,80); }
H1.HeaderClassName
{
color: #3E2B50;
}
.AnyTagClassName
{
color: #3E2B50;
}
</style>
background-color css
<style>
a { background-color: #3E2B50; }
a { background-color: rgb(62,43,80); }
div.DivClassName
{
background-color: #3E2B50;
}
.BgClassName
{
background-color: #3E2B50;
}
</style>
border-color css
<style>
span { border-color: #3E2B50; }
span { border-color: rgb(62,43,80); }
td.TdClassName
{
border-color: #3E2B50;
}
.TagClassName
{
border-color: #3E2B50;
}
</style>