Shades of Jagger #3B2F41
Tints of Jagger #3B2F41
RGB
CMYK
RGB Variations
Color information
#3B2F41 (or 0x3B2F41) is known color: Jagger. HEX triplet: 3B, 2F and 41. RGB value is (59,47,65). Sum of RGB (Red+Green+Blue) = 59+47+65=171 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.50% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2F41 is #C4D0BE. Grayscale: #343434. Windows color (decimal): -12898495 or 4271931. OLE color: 4271931.
HSL color Cylindrical-coordinate representation of color #3B2F41: hue angle of 280º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B2F41 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 47 | 65 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.75 |
| HSL | 280º | 0.16% | 0.22% | - |
| HSV(B) | 280º | 0.28% | 0.25% | - |
| XYZ | 3.77 | 3.34 | 5.45 | - |
| YUV | 52.64 | 134.98 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 47 | 65 | 0.09 | 0.28 | 0 | 0.75 | 280 | 0.16 | 0.22 |
| Hex | 3B | 2F | 41 | 9 | 1C | 0 | 4B | 118 | 10 | 16 |
| Octal | 73 | 57 | 101 | 11 | 34 | 0 | 113 | 430 | 20 | 26 |
| Binary | 111011 | 101111 | 1000001 | 1001 | 11100 | 0 | 1001011 | 100011000 | 10000 | 10110 |
Color Harmonies of #3B2F41
Complementary color
Monochromatic Colors of #3B2F41
Black with #3B2F41
Text Example
Text Example
White with #3B2F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2F41; }
p { color: rgb(59,47,65); }
H1.HeaderClassName
{
color: #3B2F41;
}
.AnyTagClassName
{
color: #3B2F41;
}
</style>
background-color css
<style>
a { background-color: #3B2F41; }
a { background-color: rgb(59,47,65); }
div.DivClassName
{
background-color: #3B2F41;
}
.BgClassName
{
background-color: #3B2F41;
}
</style>
border-color css
<style>
span { border-color: #3B2F41; }
span { border-color: rgb(59,47,65); }
td.TdClassName
{
border-color: #3B2F41;
}
.TagClassName
{
border-color: #3B2F41;
}
</style>