Shades of Jagger #3E3745
Tints of Jagger #3E3745
RGB
CMYK
RGB Variations
Color information
#3E3745 (or 0x3E3745) is known color: Jagger. HEX triplet: 3E, 37 and 45. RGB value is (62,55,69). Sum of RGB (Red+Green+Blue) = 62+55+69=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E3745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3745 is #C1C8BA. Grayscale: #3A3A3A. Windows color (decimal): -12699835 or 4536126. OLE color: 4536126.
HSL color Cylindrical-coordinate representation of color #3E3745: hue angle of 270º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3E3745 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 55 | 69 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.73 |
| HSL | 270º | 0.11% | 0.24% | - |
| HSV(B) | 270º | 0.2% | 0.27% | - |
| XYZ | 4.43 | 4.19 | 6.2 | - |
| YUV | 58.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 55 | 69 | 0.10 | 0.20 | 0 | 0.73 | 270 | 0.11 | 0.24 |
| Hex | 3E | 37 | 45 | A | 14 | 0 | 49 | 10E | B | 18 |
| Octal | 76 | 67 | 105 | 12 | 24 | 0 | 111 | 416 | 13 | 30 |
| Binary | 111110 | 110111 | 1000101 | 1010 | 10100 | 0 | 1001001 | 100001110 | 1011 | 11000 |
Color Harmonies of #3E3745
Complementary color
Monochromatic Colors of #3E3745
Black with #3E3745
Text Example
Text Example
White with #3E3745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3745; }
p { color: rgb(62,55,69); }
H1.HeaderClassName
{
color: #3E3745;
}
.AnyTagClassName
{
color: #3E3745;
}
</style>
background-color css
<style>
a { background-color: #3E3745; }
a { background-color: rgb(62,55,69); }
div.DivClassName
{
background-color: #3E3745;
}
.BgClassName
{
background-color: #3E3745;
}
</style>
border-color css
<style>
span { border-color: #3E3745; }
span { border-color: rgb(62,55,69); }
td.TdClassName
{
border-color: #3E3745;
}
.TagClassName
{
border-color: #3E3745;
}
</style>