Shades of Jagger #3A2B40
Tints of Jagger #3A2B40
RGB
CMYK
RGB Variations
Color information
#3A2B40 (or 0x3A2B40) is known color: Jagger. HEX triplet: 3A, 2B and 40. RGB value is (58,43,64). Sum of RGB (Red+Green+Blue) = 58+43+64=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 43 (17.19% from 255 or 26.06% from 165); Blue value is 64 (25.39% from 255 or 38.79% from 165); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A2B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B40 is #C5D4BF. Grayscale: #313131. Windows color (decimal): -12965056 or 4205370. OLE color: 4205370.
HSL color Cylindrical-coordinate representation of color #3A2B40: hue angle of 282.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A2B40 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 43 | 64 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.75 |
| HSL | 282.86º | 0.2% | 0.21% | - |
| HSV(B) | 282.86º | 0.33% | 0.25% | - |
| XYZ | 3.53 | 3 | 5.24 | - |
| YUV | 49.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 43 | 64 | 0.09 | 0.33 | 0 | 0.75 | 282.86 | 0.2 | 0.21 |
| Hex | 3A | 2B | 40 | 9 | 21 | 0 | 4B | 11B | 14 | 15 |
| Octal | 72 | 53 | 100 | 11 | 41 | 0 | 113 | 433 | 24 | 25 |
| Binary | 111010 | 101011 | 1000000 | 1001 | 100001 | 0 | 1001011 | 100011011 | 10100 | 10101 |
Color Harmonies of #3A2B40
Complementary color
Monochromatic Colors of #3A2B40
Black with #3A2B40
Text Example
Text Example
White with #3A2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2B40; }
p { color: rgb(58,43,64); }
H1.HeaderClassName
{
color: #3A2B40;
}
.AnyTagClassName
{
color: #3A2B40;
}
</style>
background-color css
<style>
a { background-color: #3A2B40; }
a { background-color: rgb(58,43,64); }
div.DivClassName
{
background-color: #3A2B40;
}
.BgClassName
{
background-color: #3A2B40;
}
</style>
border-color css
<style>
span { border-color: #3A2B40; }
span { border-color: rgb(58,43,64); }
td.TdClassName
{
border-color: #3A2B40;
}
.TagClassName
{
border-color: #3A2B40;
}
</style>