Shades of Jagger #3F3846
Tints of Jagger #3F3846
RGB
CMYK
RGB Variations
Color information
#3F3846 (or 0x3F3846) is known color: Jagger. HEX triplet: 3F, 38 and 46. RGB value is (63,56,70). Sum of RGB (Red+Green+Blue) = 63+56+70=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F3846 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3846 is #C0C7B9. Grayscale: #3B3B3B. Windows color (decimal): -12634042 or 4601919. OLE color: 4601919.
HSL color Cylindrical-coordinate representation of color #3F3846: hue angle of 270º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F3846 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 56 | 70 | - |
| CMYK | 0.10 | 0.20 | 0 | 0.73 |
| HSL | 270º | 0.11% | 0.25% | - |
| HSV(B) | 270º | 0.2% | 0.27% | - |
| XYZ | 4.57 | 4.33 | 6.39 | - |
| YUV | 59.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 70 | 0.10 | 0.20 | 0 | 0.73 | 270 | 0.11 | 0.25 |
| Hex | 3F | 38 | 46 | A | 14 | 0 | 49 | 10E | B | 19 |
| Octal | 77 | 70 | 106 | 12 | 24 | 0 | 111 | 416 | 13 | 31 |
| Binary | 111111 | 111000 | 1000110 | 1010 | 10100 | 0 | 1001001 | 100001110 | 1011 | 11001 |
Color Harmonies of #3F3846
Complementary color
Monochromatic Colors of #3F3846
Black with #3F3846
Text Example
Text Example
White with #3F3846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3846; }
p { color: rgb(63,56,70); }
H1.HeaderClassName
{
color: #3F3846;
}
.AnyTagClassName
{
color: #3F3846;
}
</style>
background-color css
<style>
a { background-color: #3F3846; }
a { background-color: rgb(63,56,70); }
div.DivClassName
{
background-color: #3F3846;
}
.BgClassName
{
background-color: #3F3846;
}
</style>
border-color css
<style>
span { border-color: #3F3846; }
span { border-color: rgb(63,56,70); }
td.TdClassName
{
border-color: #3F3846;
}
.TagClassName
{
border-color: #3F3846;
}
</style>