Shades of Jagger #3E3343
Tints of Jagger #3E3343
RGB
CMYK
RGB Variations
Color information
#3E3343 (or 0x3E3343) is known color: Jagger. HEX triplet: 3E, 33 and 43. RGB value is (62,51,67). Sum of RGB (Red+Green+Blue) = 62+51+67=180 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.44% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #3E3343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3343 is #C1CCBC. Grayscale: #383838. Windows color (decimal): -12700861 or 4404030. OLE color: 4404030.
HSL color Cylindrical-coordinate representation of color #3E3343: hue angle of 281.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3E3343 is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 51 | 67 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.74 |
| HSL | 281.25º | 0.14% | 0.23% | - |
| HSV(B) | 281.25º | 0.24% | 0.26% | - |
| XYZ | 4.18 | 3.8 | 5.82 | - |
| YUV | 56.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 51 | 67 | 0.07 | 0.24 | 0 | 0.74 | 281.25 | 0.14 | 0.23 |
| Hex | 3E | 33 | 43 | 7 | 18 | 0 | 4A | 119 | E | 17 |
| Octal | 76 | 63 | 103 | 7 | 30 | 0 | 112 | 431 | 16 | 27 |
| Binary | 111110 | 110011 | 1000011 | 111 | 11000 | 0 | 1001010 | 100011001 | 1110 | 10111 |
Color Harmonies of #3E3343
Complementary color
Monochromatic Colors of #3E3343
Black with #3E3343
Text Example
Text Example
White with #3E3343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3343; }
p { color: rgb(62,51,67); }
H1.HeaderClassName
{
color: #3E3343;
}
.AnyTagClassName
{
color: #3E3343;
}
</style>
background-color css
<style>
a { background-color: #3E3343; }
a { background-color: rgb(62,51,67); }
div.DivClassName
{
background-color: #3E3343;
}
.BgClassName
{
background-color: #3E3343;
}
</style>
border-color css
<style>
span { border-color: #3E3343; }
span { border-color: rgb(62,51,67); }
td.TdClassName
{
border-color: #3E3343;
}
.TagClassName
{
border-color: #3E3343;
}
</style>