Shades of Jagger #3F3044
Tints of Jagger #3F3044
RGB
CMYK
RGB Variations
Color information
#3F3044 (or 0x3F3044) is known color: Jagger. HEX triplet: 3F, 30 and 44. RGB value is (63,48,68). Sum of RGB (Red+Green+Blue) = 63+48+68=179 (23% of max value = 765). Red value is 63 (25% from 255 or 35.20% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 68 (26.95% from 255 or 37.99% from 179); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F3044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3044 is #C0CFBB. Grayscale: #363636. Windows color (decimal): -12636092 or 4468799. OLE color: 4468799.
HSL color Cylindrical-coordinate representation of color #3F3044: hue angle of 285º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F3044 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 48 | 68 | - |
| CMYK | 0.07 | 0.29 | 0 | 0.73 |
| HSL | 285º | 0.17% | 0.23% | - |
| HSV(B) | 285º | 0.29% | 0.27% | - |
| XYZ | 4.15 | 3.59 | 5.94 | - |
| YUV | 54.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 68 | 0.07 | 0.29 | 0 | 0.73 | 285 | 0.17 | 0.23 |
| Hex | 3F | 30 | 44 | 7 | 1D | 0 | 49 | 11D | 11 | 17 |
| Octal | 77 | 60 | 104 | 7 | 35 | 0 | 111 | 435 | 21 | 27 |
| Binary | 111111 | 110000 | 1000100 | 111 | 11101 | 0 | 1001001 | 100011101 | 10001 | 10111 |
Color Harmonies of #3F3044
Complementary color
Monochromatic Colors of #3F3044
Black with #3F3044
Text Example
Text Example
White with #3F3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3044; }
p { color: rgb(63,48,68); }
H1.HeaderClassName
{
color: #3F3044;
}
.AnyTagClassName
{
color: #3F3044;
}
</style>
background-color css
<style>
a { background-color: #3F3044; }
a { background-color: rgb(63,48,68); }
div.DivClassName
{
background-color: #3F3044;
}
.BgClassName
{
background-color: #3F3044;
}
</style>
border-color css
<style>
span { border-color: #3F3044; }
span { border-color: rgb(63,48,68); }
td.TdClassName
{
border-color: #3F3044;
}
.TagClassName
{
border-color: #3F3044;
}
</style>