Shades of Jagger #3F3D41
Tints of Jagger #3F3D41
RGB
CMYK
RGB Variations
Color information
#3F3D41 (or 0x3F3D41) is known color: Jagger. HEX triplet: 3F, 3D and 41. RGB value is (63,61,65). Sum of RGB (Red+Green+Blue) = 63+61+65=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 61 (24.22% from 255 or 32.28% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3D41 is #C0C2BE. Grayscale: #3E3E3E. Windows color (decimal): -12632767 or 4275519. OLE color: 4275519.
HSL color Cylindrical-coordinate representation of color #3F3D41: hue angle of 270º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F3D41 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 63 | 61 | 65 | - |
CMYK | 0.03 | 0.06 | 0 | 0.75 |
HSL | 270º | 0.03% | 0.25% | - |
HSV(B) | 270º | 0.06% | 0.25% | - |
XYZ | 4.67 | 4.78 | 5.68 | - |
YUV | 62.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 61 | 65 | 0.03 | 0.06 | 0 | 0.75 | 270 | 0.03 | 0.25 |
Hex | 3F | 3D | 41 | 3 | 6 | 0 | 4B | 10E | 3 | 19 |
Octal | 77 | 75 | 101 | 3 | 6 | 0 | 113 | 416 | 3 | 31 |
Binary | 111111 | 111101 | 1000001 | 11 | 110 | 0 | 1001011 | 100001110 | 11 | 11001 |
Color Harmonies of #3F3D41
Complementary color
Monochromatic Colors of #3F3D41
Black with #3F3D41
Text Example
Text Example
White with #3F3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D41; }
p { color: rgb(63,61,65); }
H1.HeaderClassName
{
color: #3F3D41;
}
.AnyTagClassName
{
color: #3F3D41;
}
</style>
background-color css
<style>
a { background-color: #3F3D41; }
a { background-color: rgb(63,61,65); }
div.DivClassName
{
background-color: #3F3D41;
}
.BgClassName
{
background-color: #3F3D41;
}
</style>
border-color css
<style>
span { border-color: #3F3D41; }
span { border-color: rgb(63,61,65); }
td.TdClassName
{
border-color: #3F3D41;
}
.TagClassName
{
border-color: #3F3D41;
}
</style>