Shades of Jagger #3E3448
Tints of Jagger #3E3448
RGB
CMYK
RGB Variations
Color information
#3E3448 (or 0x3E3448) is known color: Jagger. HEX triplet: 3E, 34 and 48. RGB value is (62,52,72). Sum of RGB (Red+Green+Blue) = 62+52+72=186 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.33% from 186); Green value is 52 (20.70% from 255 or 27.96% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #3E3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E3448 is #C1CBB7. Grayscale: #393939. Windows color (decimal): -12700600 or 4731966. OLE color: 4731966.
HSL color Cylindrical-coordinate representation of color #3E3448: hue angle of 270º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E3448 is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 52 | 72 | - |
| CMYK | 0.14 | 0.28 | 0 | 0.72 |
| HSL | 270º | 0.16% | 0.24% | - |
| HSV(B) | 270º | 0.28% | 0.28% | - |
| XYZ | 4.38 | 3.95 | 6.66 | - |
| YUV | 57.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 72 | 0.14 | 0.28 | 0 | 0.72 | 270 | 0.16 | 0.24 |
| Hex | 3E | 34 | 48 | E | 1C | 0 | 48 | 10E | 10 | 18 |
| Octal | 76 | 64 | 110 | 16 | 34 | 0 | 110 | 416 | 20 | 30 |
| Binary | 111110 | 110100 | 1001000 | 1110 | 11100 | 0 | 1001000 | 100001110 | 10000 | 11000 |
Color Harmonies of #3E3448
Complementary color
Monochromatic Colors of #3E3448
Black with #3E3448
Text Example
Text Example
White with #3E3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E3448; }
p { color: rgb(62,52,72); }
H1.HeaderClassName
{
color: #3E3448;
}
.AnyTagClassName
{
color: #3E3448;
}
</style>
background-color css
<style>
a { background-color: #3E3448; }
a { background-color: rgb(62,52,72); }
div.DivClassName
{
background-color: #3E3448;
}
.BgClassName
{
background-color: #3E3448;
}
</style>
border-color css
<style>
span { border-color: #3E3448; }
span { border-color: rgb(62,52,72); }
td.TdClassName
{
border-color: #3E3448;
}
.TagClassName
{
border-color: #3E3448;
}
</style>