Shades of Jagger #3F3445
Tints of Jagger #3F3445
RGB
CMYK
RGB Variations
Color information
#3F3445 (or 0x3F3445) is known color: Jagger. HEX triplet: 3F, 34 and 45. RGB value is (63,52,69). Sum of RGB (Red+Green+Blue) = 63+52+69=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F3445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3445 is #C0CBBA. Grayscale: #393939. Windows color (decimal): -12635067 or 4535359. OLE color: 4535359.
HSL color Cylindrical-coordinate representation of color #3F3445: hue angle of 278.82º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F3445 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 52 | 69 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.73 |
| HSL | 278.82º | 0.14% | 0.24% | - |
| HSV(B) | 278.82º | 0.25% | 0.27% | - |
| XYZ | 4.35 | 3.94 | 6.16 | - |
| YUV | 57.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 69 | 0.09 | 0.25 | 0 | 0.73 | 278.82 | 0.14 | 0.24 |
| Hex | 3F | 34 | 45 | 9 | 19 | 0 | 49 | 117 | E | 18 |
| Octal | 77 | 64 | 105 | 11 | 31 | 0 | 111 | 427 | 16 | 30 |
| Binary | 111111 | 110100 | 1000101 | 1001 | 11001 | 0 | 1001001 | 100010111 | 1110 | 11000 |
Color Harmonies of #3F3445
Complementary color
Monochromatic Colors of #3F3445
Black with #3F3445
Text Example
Text Example
White with #3F3445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3445; }
p { color: rgb(63,52,69); }
H1.HeaderClassName
{
color: #3F3445;
}
.AnyTagClassName
{
color: #3F3445;
}
</style>
background-color css
<style>
a { background-color: #3F3445; }
a { background-color: rgb(63,52,69); }
div.DivClassName
{
background-color: #3F3445;
}
.BgClassName
{
background-color: #3F3445;
}
</style>
border-color css
<style>
span { border-color: #3F3445; }
span { border-color: rgb(63,52,69); }
td.TdClassName
{
border-color: #3F3445;
}
.TagClassName
{
border-color: #3F3445;
}
</style>