Shades of Jagger #3E2848
Tints of Jagger #3E2848
RGB
CMYK
RGB Variations
Color information
#3E2848 (or 0x3E2848) is known color: Jagger. HEX triplet: 3E, 28 and 48. RGB value is (62,40,72). Sum of RGB (Red+Green+Blue) = 62+40+72=174 (23% of max value = 765). Red value is 62 (24.61% from 255 or 35.63% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E2848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2848 is #C1D7B7. Grayscale: #323232. Windows color (decimal): -12703672 or 4728894. OLE color: 4728894.
HSL color Cylindrical-coordinate representation of color #3E2848: hue angle of 281.25º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3E2848 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 40 | 72 | - |
| CMYK | 0.14 | 0.44 | 0 | 0.72 |
| HSL | 281.25º | 0.29% | 0.22% | - |
| HSV(B) | 281.25º | 0.44% | 0.28% | - |
| XYZ | 3.92 | 3.01 | 6.51 | - |
| YUV | 50.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 40 | 72 | 0.14 | 0.44 | 0 | 0.72 | 281.25 | 0.29 | 0.22 |
| Hex | 3E | 28 | 48 | E | 2C | 0 | 48 | 119 | 1D | 16 |
| Octal | 76 | 50 | 110 | 16 | 54 | 0 | 110 | 431 | 35 | 26 |
| Binary | 111110 | 101000 | 1001000 | 1110 | 101100 | 0 | 1001000 | 100011001 | 11101 | 10110 |
Color Harmonies of #3E2848
Complementary color
Monochromatic Colors of #3E2848
Black with #3E2848
Text Example
Text Example
White with #3E2848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2848; }
p { color: rgb(62,40,72); }
H1.HeaderClassName
{
color: #3E2848;
}
.AnyTagClassName
{
color: #3E2848;
}
</style>
background-color css
<style>
a { background-color: #3E2848; }
a { background-color: rgb(62,40,72); }
div.DivClassName
{
background-color: #3E2848;
}
.BgClassName
{
background-color: #3E2848;
}
</style>
border-color css
<style>
span { border-color: #3E2848; }
span { border-color: rgb(62,40,72); }
td.TdClassName
{
border-color: #3E2848;
}
.TagClassName
{
border-color: #3E2848;
}
</style>