Shades of Jagger #3F2E48
Tints of Jagger #3F2E48
RGB
CMYK
RGB Variations
Color information
#3F2E48 (or 0x3F2E48) is known color: Jagger. HEX triplet: 3F, 2E and 48. RGB value is (63,46,72). Sum of RGB (Red+Green+Blue) = 63+46+72=181 (23% of max value = 765). Red value is 63 (25% from 255 or 34.81% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F2E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E48 is #C0D1B7. Grayscale: #353535. Windows color (decimal): -12636600 or 4730431. OLE color: 4730431.
HSL color Cylindrical-coordinate representation of color #3F2E48: hue angle of 279.23º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F2E48 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 46 | 72 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.72 |
| HSL | 279.23º | 0.22% | 0.23% | - |
| HSV(B) | 279.23º | 0.36% | 0.28% | - |
| XYZ | 4.2 | 3.48 | 6.58 | - |
| YUV | 54.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 46 | 72 | 0.12 | 0.36 | 0 | 0.72 | 279.23 | 0.22 | 0.23 |
| Hex | 3F | 2E | 48 | C | 24 | 0 | 48 | 117 | 16 | 17 |
| Octal | 77 | 56 | 110 | 14 | 44 | 0 | 110 | 427 | 26 | 27 |
| Binary | 111111 | 101110 | 1001000 | 1100 | 100100 | 0 | 1001000 | 100010111 | 10110 | 10111 |
Color Harmonies of #3F2E48
Complementary color
Monochromatic Colors of #3F2E48
Black with #3F2E48
Text Example
Text Example
White with #3F2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2E48; }
p { color: rgb(63,46,72); }
H1.HeaderClassName
{
color: #3F2E48;
}
.AnyTagClassName
{
color: #3F2E48;
}
</style>
background-color css
<style>
a { background-color: #3F2E48; }
a { background-color: rgb(63,46,72); }
div.DivClassName
{
background-color: #3F2E48;
}
.BgClassName
{
background-color: #3F2E48;
}
</style>
border-color css
<style>
span { border-color: #3F2E48; }
span { border-color: rgb(63,46,72); }
td.TdClassName
{
border-color: #3F2E48;
}
.TagClassName
{
border-color: #3F2E48;
}
</style>