Shades of Jagger #3A2C40
Tints of Jagger #3A2C40
RGB
CMYK
RGB Variations
Color information
#3A2C40 (or 0x3A2C40) is known color: Jagger. HEX triplet: 3A, 2C and 40. RGB value is (58,44,64). Sum of RGB (Red+Green+Blue) = 58+44+64=166 (21% of max value = 765). Red value is 58 (23.05% from 255 or 34.94% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A2C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C40 is #C5D3BF. Grayscale: #323232. Windows color (decimal): -12964800 or 4205626. OLE color: 4205626.
HSL color Cylindrical-coordinate representation of color #3A2C40: hue angle of 282º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A2C40 is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 58 | 44 | 64 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.75 |
| HSL | 282º | 0.19% | 0.21% | - |
| HSV(B) | 282º | 0.31% | 0.25% | - |
| XYZ | 3.57 | 3.07 | 5.26 | - |
| YUV | 50.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 44 | 64 | 0.09 | 0.31 | 0 | 0.75 | 282 | 0.19 | 0.21 |
| Hex | 3A | 2C | 40 | 9 | 1F | 0 | 4B | 11A | 13 | 15 |
| Octal | 72 | 54 | 100 | 11 | 37 | 0 | 113 | 432 | 23 | 25 |
| Binary | 111010 | 101100 | 1000000 | 1001 | 11111 | 0 | 1001011 | 100011010 | 10011 | 10101 |
Color Harmonies of #3A2C40
Complementary color
Monochromatic Colors of #3A2C40
Black with #3A2C40
Text Example
Text Example
White with #3A2C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2C40; }
p { color: rgb(58,44,64); }
H1.HeaderClassName
{
color: #3A2C40;
}
.AnyTagClassName
{
color: #3A2C40;
}
</style>
background-color css
<style>
a { background-color: #3A2C40; }
a { background-color: rgb(58,44,64); }
div.DivClassName
{
background-color: #3A2C40;
}
.BgClassName
{
background-color: #3A2C40;
}
</style>
border-color css
<style>
span { border-color: #3A2C40; }
span { border-color: rgb(58,44,64); }
td.TdClassName
{
border-color: #3A2C40;
}
.TagClassName
{
border-color: #3A2C40;
}
</style>