Shades of Jagger #3E3045
Tints of Jagger #3E3045
RGB
CMYK
RGB Variations
Color information
#3E3045 (or 0x3E3045) is known color: Jagger. HEX triplet: 3E, 30 and 45. RGB value is (62,48,69). Sum of RGB (Red+Green+Blue) = 62+48+69=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 69 - color contains mainly: blue. Hex color #3E3045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3045 is #C1CFBA. Grayscale: #363636. Windows color (decimal): -12701627 or 4534334. OLE color: 4534334.
HSL color Cylindrical-coordinate representation of color #3E3045: hue angle of 280º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E3045 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 48 | 69 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.73 |
| HSL | 280º | 0.18% | 0.23% | - |
| HSV(B) | 280º | 0.3% | 0.27% | - |
| XYZ | 4.12 | 3.57 | 6.1 | - |
| YUV | 54.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 69 | 0.10 | 0.30 | 0 | 0.73 | 280 | 0.18 | 0.23 |
| Hex | 3E | 30 | 45 | A | 1E | 0 | 49 | 118 | 12 | 17 |
| Octal | 76 | 60 | 105 | 12 | 36 | 0 | 111 | 430 | 22 | 27 |
| Binary | 111110 | 110000 | 1000101 | 1010 | 11110 | 0 | 1001001 | 100011000 | 10010 | 10111 |
Color Harmonies of #3E3045
Complementary color
Monochromatic Colors of #3E3045
Black with #3E3045
Text Example
Text Example
White with #3E3045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3045; }
p { color: rgb(62,48,69); }
H1.HeaderClassName
{
color: #3E3045;
}
.AnyTagClassName
{
color: #3E3045;
}
</style>
background-color css
<style>
a { background-color: #3E3045; }
a { background-color: rgb(62,48,69); }
div.DivClassName
{
background-color: #3E3045;
}
.BgClassName
{
background-color: #3E3045;
}
</style>
border-color css
<style>
span { border-color: #3E3045; }
span { border-color: rgb(62,48,69); }
td.TdClassName
{
border-color: #3E3045;
}
.TagClassName
{
border-color: #3E3045;
}
</style>