Shades of Jagger #3F3448
Tints of Jagger #3F3448
RGB
CMYK
RGB Variations
Color information
#3F3448 (or 0x3F3448) is known color: Jagger. HEX triplet: 3F, 34 and 48. RGB value is (63,52,72). Sum of RGB (Red+Green+Blue) = 63+52+72=187 (24% of max value = 765). Red value is 63 (25% from 255 or 33.69% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #3F3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3448 is #C0CBB7. Grayscale: #393939. Windows color (decimal): -12635064 or 4731967. OLE color: 4731967.
HSL color Cylindrical-coordinate representation of color #3F3448: hue angle of 273º 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 #3F3448 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 52 | 72 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.72 |
| HSL | 273º | 0.16% | 0.24% | - |
| HSV(B) | 273º | 0.28% | 0.28% | - |
| XYZ | 4.45 | 3.98 | 6.66 | - |
| YUV | 57.57 | 136.14 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 52 | 72 | 0.12 | 0.28 | 0 | 0.72 | 273 | 0.16 | 0.24 |
| Hex | 3F | 34 | 48 | C | 1C | 0 | 48 | 111 | 10 | 18 |
| Octal | 77 | 64 | 110 | 14 | 34 | 0 | 110 | 421 | 20 | 30 |
| Binary | 111111 | 110100 | 1001000 | 1100 | 11100 | 0 | 1001000 | 100010001 | 10000 | 11000 |
Color Harmonies of #3F3448
Complementary color
Monochromatic Colors of #3F3448
Black with #3F3448
Text Example
Text Example
White with #3F3448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3448; }
p { color: rgb(63,52,72); }
H1.HeaderClassName
{
color: #3F3448;
}
.AnyTagClassName
{
color: #3F3448;
}
</style>
background-color css
<style>
a { background-color: #3F3448; }
a { background-color: rgb(63,52,72); }
div.DivClassName
{
background-color: #3F3448;
}
.BgClassName
{
background-color: #3F3448;
}
</style>
border-color css
<style>
span { border-color: #3F3448; }
span { border-color: rgb(63,52,72); }
td.TdClassName
{
border-color: #3F3448;
}
.TagClassName
{
border-color: #3F3448;
}
</style>