Shades of Jagger #3F334F
Tints of Jagger #3F334F
RGB
CMYK
RGB Variations
Color information
#3F334F (or 0x3F334F) is known color: Jagger. HEX triplet: 3F, 33 and 4F. RGB value is (63,51,79). Sum of RGB (Red+Green+Blue) = 63+51+79=193 (25% of max value = 765). Red value is 63 (25% from 255 or 32.64% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F334F is #C0CCB0. Grayscale: #393939. Windows color (decimal): -12635313 or 5190463. OLE color: 5190463.
HSL color Cylindrical-coordinate representation of color #3F334F: hue angle of 265.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F334F is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 51 | 79 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.69 |
| HSL | 265.71º | 0.22% | 0.25% | - |
| HSV(B) | 265.71º | 0.35% | 0.31% | - |
| XYZ | 4.65 | 3.99 | 7.92 | - |
| YUV | 57.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 51 | 79 | 0.20 | 0.35 | 0 | 0.69 | 265.71 | 0.22 | 0.25 |
| Hex | 3F | 33 | 4F | 14 | 23 | 0 | 45 | 10A | 16 | 19 |
| Octal | 77 | 63 | 117 | 24 | 43 | 0 | 105 | 412 | 26 | 31 |
| Binary | 111111 | 110011 | 1001111 | 10100 | 100011 | 0 | 1000101 | 100001010 | 10110 | 11001 |
Color Harmonies of #3F334F
Complementary color
Monochromatic Colors of #3F334F
Black with #3F334F
Text Example
Text Example
White with #3F334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F334F; }
p { color: rgb(63,51,79); }
H1.HeaderClassName
{
color: #3F334F;
}
.AnyTagClassName
{
color: #3F334F;
}
</style>
background-color css
<style>
a { background-color: #3F334F; }
a { background-color: rgb(63,51,79); }
div.DivClassName
{
background-color: #3F334F;
}
.BgClassName
{
background-color: #3F334F;
}
</style>
border-color css
<style>
span { border-color: #3F334F; }
span { border-color: rgb(63,51,79); }
td.TdClassName
{
border-color: #3F334F;
}
.TagClassName
{
border-color: #3F334F;
}
</style>