Shades of Jagger #3E2E4E
Tints of Jagger #3E2E4E
RGB
CMYK
RGB Variations
Color information
#3E2E4E (or 0x3E2E4E) is known color: Jagger. HEX triplet: 3E, 2E and 4E. RGB value is (62,46,78). Sum of RGB (Red+Green+Blue) = 62+46+78=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 46 (18.36% from 255 or 24.73% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #3E2E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E2E4E is #C1D1B1. Grayscale: #363636. Windows color (decimal): -12702130 or 5123646. OLE color: 5123646.
HSL color Cylindrical-coordinate representation of color #3E2E4E: hue angle of 270º degrees, saturation: 0.26, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E2E4E is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 62 | 46 | 78 | - |
CMYK | 0.21 | 0.41 | 0 | 0.69 |
HSL | 270º | 0.26% | 0.24% | - |
HSV(B) | 270º | 0.41% | 0.31% | - |
XYZ | 4.34 | 3.53 | 7.66 | - |
YUV | 54.43 | 141.3 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 46 | 78 | 0.21 | 0.41 | 0 | 0.69 | 270 | 0.26 | 0.24 |
Hex | 3E | 2E | 4E | 15 | 29 | 0 | 45 | 10E | 1A | 18 |
Octal | 76 | 56 | 116 | 25 | 51 | 0 | 105 | 416 | 32 | 30 |
Binary | 111110 | 101110 | 1001110 | 10101 | 101001 | 0 | 1000101 | 100001110 | 11010 | 11000 |
Color Harmonies of #3E2E4E
Complementary color
Monochromatic Colors of #3E2E4E
Black with #3E2E4E
Text Example
Text Example
White with #3E2E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2E4E; }
p { color: rgb(62,46,78); }
H1.HeaderClassName
{
color: #3E2E4E;
}
.AnyTagClassName
{
color: #3E2E4E;
}
</style>
background-color css
<style>
a { background-color: #3E2E4E; }
a { background-color: rgb(62,46,78); }
div.DivClassName
{
background-color: #3E2E4E;
}
.BgClassName
{
background-color: #3E2E4E;
}
</style>
border-color css
<style>
span { border-color: #3E2E4E; }
span { border-color: rgb(62,46,78); }
td.TdClassName
{
border-color: #3E2E4E;
}
.TagClassName
{
border-color: #3E2E4E;
}
</style>