Shades of Jagger #3E3442
Tints of Jagger #3E3442
RGB
CMYK
RGB Variations
Color information
#3E3442 (or 0x3E3442) is known color: Jagger. HEX triplet: 3E, 34 and 42. RGB value is (62,52,66). Sum of RGB (Red+Green+Blue) = 62+52+66=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E3442 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3442 is #C1CBBD. Grayscale: #383838. Windows color (decimal): -12700606 or 4338750. OLE color: 4338750.
HSL color Cylindrical-coordinate representation of color #3E3442: hue angle of 282.86º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3E3442 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 52 | 66 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.74 |
| HSL | 282.86º | 0.12% | 0.23% | - |
| HSV(B) | 282.86º | 0.21% | 0.26% | - |
| XYZ | 4.2 | 3.87 | 5.68 | - |
| YUV | 56.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 66 | 0.06 | 0.21 | 0 | 0.74 | 282.86 | 0.12 | 0.23 |
| Hex | 3E | 34 | 42 | 6 | 15 | 0 | 4A | 11B | C | 17 |
| Octal | 76 | 64 | 102 | 6 | 25 | 0 | 112 | 433 | 14 | 27 |
| Binary | 111110 | 110100 | 1000010 | 110 | 10101 | 0 | 1001010 | 100011011 | 1100 | 10111 |
Color Harmonies of #3E3442
Complementary color
Monochromatic Colors of #3E3442
Black with #3E3442
Text Example
Text Example
White with #3E3442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3442; }
p { color: rgb(62,52,66); }
H1.HeaderClassName
{
color: #3E3442;
}
.AnyTagClassName
{
color: #3E3442;
}
</style>
background-color css
<style>
a { background-color: #3E3442; }
a { background-color: rgb(62,52,66); }
div.DivClassName
{
background-color: #3E3442;
}
.BgClassName
{
background-color: #3E3442;
}
</style>
border-color css
<style>
span { border-color: #3E3442; }
span { border-color: rgb(62,52,66); }
td.TdClassName
{
border-color: #3E3442;
}
.TagClassName
{
border-color: #3E3442;
}
</style>