Shades of Jagger #3E244A
Tints of Jagger #3E244A
RGB
CMYK
RGB Variations
Color information
#3E244A (or 0x3E244A) is known color: Jagger. HEX triplet: 3E, 24 and 4A. RGB value is (62,36,74). Sum of RGB (Red+Green+Blue) = 62+36+74=172 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.05% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 74 (29.30% from 255 or 43.02% from 172); Max value from RGB is 74 - color contains mainly: blue. Hex color #3E244A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E244A is #C1DBB5. Grayscale: #2F2F2F. Windows color (decimal): -12704694 or 4858942. OLE color: 4858942.
HSL color Cylindrical-coordinate representation of color #3E244A: hue angle of 281.05º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3E244A is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 62 | 36 | 74 | - |
| CMYK | 0.16 | 0.51 | 0 | 0.71 |
| HSL | 281.05º | 0.35% | 0.22% | - |
| HSV(B) | 281.05º | 0.51% | 0.29% | - |
| XYZ | 3.85 | 2.78 | 6.81 | - |
| YUV | 48.11 | 142.61 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 36 | 74 | 0.16 | 0.51 | 0 | 0.71 | 281.05 | 0.35 | 0.22 |
| Hex | 3E | 24 | 4A | 10 | 33 | 0 | 47 | 119 | 23 | 16 |
| Octal | 76 | 44 | 112 | 20 | 63 | 0 | 107 | 431 | 43 | 26 |
| Binary | 111110 | 100100 | 1001010 | 10000 | 110011 | 0 | 1000111 | 100011001 | 100011 | 10110 |
Color Harmonies of #3E244A
Complementary color
Monochromatic Colors of #3E244A
Black with #3E244A
Text Example
Text Example
White with #3E244A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E244A; }
p { color: rgb(62,36,74); }
H1.HeaderClassName
{
color: #3E244A;
}
.AnyTagClassName
{
color: #3E244A;
}
</style>
background-color css
<style>
a { background-color: #3E244A; }
a { background-color: rgb(62,36,74); }
div.DivClassName
{
background-color: #3E244A;
}
.BgClassName
{
background-color: #3E244A;
}
</style>
border-color css
<style>
span { border-color: #3E244A; }
span { border-color: rgb(62,36,74); }
td.TdClassName
{
border-color: #3E244A;
}
.TagClassName
{
border-color: #3E244A;
}
</style>