Shades of Jagger #3F3243
Tints of Jagger #3F3243
RGB
CMYK
RGB Variations
Color information
#3F3243 (or 0x3F3243) is known color: Jagger. HEX triplet: 3F, 32 and 43. RGB value is (63,50,67). Sum of RGB (Red+Green+Blue) = 63+50+67=180 (23% of max value = 765). Red value is 63 (25% from 255 or 35% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F3243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3243 is #C0CDBC. Grayscale: #373737. Windows color (decimal): -12635581 or 4403775. OLE color: 4403775.
HSL color Cylindrical-coordinate representation of color #3F3243: hue angle of 285.88º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3F3243 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 50 | 67 | - |
| CMYK | 0.06 | 0.25 | 0 | 0.74 |
| HSL | 285.88º | 0.15% | 0.23% | - |
| HSV(B) | 285.88º | 0.25% | 0.26% | - |
| XYZ | 4.2 | 3.74 | 5.81 | - |
| YUV | 55.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 50 | 67 | 0.06 | 0.25 | 0 | 0.74 | 285.88 | 0.15 | 0.23 |
| Hex | 3F | 32 | 43 | 6 | 19 | 0 | 4A | 11E | F | 17 |
| Octal | 77 | 62 | 103 | 6 | 31 | 0 | 112 | 436 | 17 | 27 |
| Binary | 111111 | 110010 | 1000011 | 110 | 11001 | 0 | 1001010 | 100011110 | 1111 | 10111 |
Color Harmonies of #3F3243
Complementary color
Monochromatic Colors of #3F3243
Black with #3F3243
Text Example
Text Example
White with #3F3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3243; }
p { color: rgb(63,50,67); }
H1.HeaderClassName
{
color: #3F3243;
}
.AnyTagClassName
{
color: #3F3243;
}
</style>
background-color css
<style>
a { background-color: #3F3243; }
a { background-color: rgb(63,50,67); }
div.DivClassName
{
background-color: #3F3243;
}
.BgClassName
{
background-color: #3F3243;
}
</style>
border-color css
<style>
span { border-color: #3F3243; }
span { border-color: rgb(63,50,67); }
td.TdClassName
{
border-color: #3F3243;
}
.TagClassName
{
border-color: #3F3243;
}
</style>