Shades of Jagger #3B2945
Tints of Jagger #3B2945
RGB
CMYK
RGB Variations
Color information
#3B2945 (or 0x3B2945) is known color: Jagger. HEX triplet: 3B, 29 and 45. RGB value is (59,41,69). Sum of RGB (Red+Green+Blue) = 59+41+69=169 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.91% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B2945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2945 is #C4D6BA. Grayscale: #313131. Windows color (decimal): -12900027 or 4532539. OLE color: 4532539.
HSL color Cylindrical-coordinate representation of color #3B2945: hue angle of 278.57º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2945 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 41 | 69 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.73 |
| HSL | 278.57º | 0.25% | 0.22% | - |
| HSV(B) | 278.57º | 0.41% | 0.27% | - |
| XYZ | 3.67 | 2.95 | 6.01 | - |
| YUV | 49.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 41 | 69 | 0.14 | 0.41 | 0 | 0.73 | 278.57 | 0.25 | 0.22 |
| Hex | 3B | 29 | 45 | E | 29 | 0 | 49 | 117 | 19 | 16 |
| Octal | 73 | 51 | 105 | 16 | 51 | 0 | 111 | 427 | 31 | 26 |
| Binary | 111011 | 101001 | 1000101 | 1110 | 101001 | 0 | 1001001 | 100010111 | 11001 | 10110 |
Color Harmonies of #3B2945
Complementary color
Monochromatic Colors of #3B2945
Black with #3B2945
Text Example
Text Example
White with #3B2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2945; }
p { color: rgb(59,41,69); }
H1.HeaderClassName
{
color: #3B2945;
}
.AnyTagClassName
{
color: #3B2945;
}
</style>
background-color css
<style>
a { background-color: #3B2945; }
a { background-color: rgb(59,41,69); }
div.DivClassName
{
background-color: #3B2945;
}
.BgClassName
{
background-color: #3B2945;
}
</style>
border-color css
<style>
span { border-color: #3B2945; }
span { border-color: rgb(59,41,69); }
td.TdClassName
{
border-color: #3B2945;
}
.TagClassName
{
border-color: #3B2945;
}
</style>