Shades of Jagger #3B2A41
Tints of Jagger #3B2A41
RGB
CMYK
RGB Variations
Color information
#3B2A41 (or 0x3B2A41) is known color: Jagger. HEX triplet: 3B, 2A and 41. RGB value is (59,42,65). Sum of RGB (Red+Green+Blue) = 59+42+65=166 (21% of max value = 765). Red value is 59 (23.44% from 255 or 35.54% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B2A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2A41 is #C4D5BE. Grayscale: #313131. Windows color (decimal): -12899775 or 4270651. OLE color: 4270651.
HSL color Cylindrical-coordinate representation of color #3B2A41: hue angle of 284.35º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3B2A41 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 42 | 65 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.75 |
| HSL | 284.35º | 0.21% | 0.21% | - |
| HSV(B) | 284.35º | 0.35% | 0.25% | - |
| XYZ | 3.59 | 2.97 | 5.38 | - |
| YUV | 49.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 42 | 65 | 0.09 | 0.35 | 0 | 0.75 | 284.35 | 0.21 | 0.21 |
| Hex | 3B | 2A | 41 | 9 | 23 | 0 | 4B | 11C | 15 | 15 |
| Octal | 73 | 52 | 101 | 11 | 43 | 0 | 113 | 434 | 25 | 25 |
| Binary | 111011 | 101010 | 1000001 | 1001 | 100011 | 0 | 1001011 | 100011100 | 10101 | 10101 |
Color Harmonies of #3B2A41
Complementary color
Monochromatic Colors of #3B2A41
Black with #3B2A41
Text Example
Text Example
White with #3B2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2A41; }
p { color: rgb(59,42,65); }
H1.HeaderClassName
{
color: #3B2A41;
}
.AnyTagClassName
{
color: #3B2A41;
}
</style>
background-color css
<style>
a { background-color: #3B2A41; }
a { background-color: rgb(59,42,65); }
div.DivClassName
{
background-color: #3B2A41;
}
.BgClassName
{
background-color: #3B2A41;
}
</style>
border-color css
<style>
span { border-color: #3B2A41; }
span { border-color: rgb(59,42,65); }
td.TdClassName
{
border-color: #3B2A41;
}
.TagClassName
{
border-color: #3B2A41;
}
</style>