Shades of Jagger #3E2B45
Tints of Jagger #3E2B45
RGB
CMYK
RGB Variations
Color information
#3E2B45 (or 0x3E2B45) is known color: Jagger. HEX triplet: 3E, 2B and 45. RGB value is (62,43,69). Sum of RGB (Red+Green+Blue) = 62+43+69=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 43 (17.19% from 255 or 24.71% from 174); Blue value is 69 (27.34% from 255 or 39.66% from 174); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E2B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2B45 is #C1D4BA. Grayscale: #333333. Windows color (decimal): -12702907 or 4533054. OLE color: 4533054.
HSL color Cylindrical-coordinate representation of color #3E2B45: hue angle of 283.85º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3E2B45 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 43 | 69 | - |
| CMYK | 0.10 | 0.38 | 0 | 0.73 |
| HSL | 283.85º | 0.23% | 0.22% | - |
| HSV(B) | 283.85º | 0.38% | 0.27% | - |
| XYZ | 3.92 | 3.18 | 6.04 | - |
| YUV | 51.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 43 | 69 | 0.10 | 0.38 | 0 | 0.73 | 283.85 | 0.23 | 0.22 |
| Hex | 3E | 2B | 45 | A | 26 | 0 | 49 | 11C | 17 | 16 |
| Octal | 76 | 53 | 105 | 12 | 46 | 0 | 111 | 434 | 27 | 26 |
| Binary | 111110 | 101011 | 1000101 | 1010 | 100110 | 0 | 1001001 | 100011100 | 10111 | 10110 |
Color Harmonies of #3E2B45
Complementary color
Monochromatic Colors of #3E2B45
Black with #3E2B45
Text Example
Text Example
White with #3E2B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2B45; }
p { color: rgb(62,43,69); }
H1.HeaderClassName
{
color: #3E2B45;
}
.AnyTagClassName
{
color: #3E2B45;
}
</style>
background-color css
<style>
a { background-color: #3E2B45; }
a { background-color: rgb(62,43,69); }
div.DivClassName
{
background-color: #3E2B45;
}
.BgClassName
{
background-color: #3E2B45;
}
</style>
border-color css
<style>
span { border-color: #3E2B45; }
span { border-color: rgb(62,43,69); }
td.TdClassName
{
border-color: #3E2B45;
}
.TagClassName
{
border-color: #3E2B45;
}
</style>