Shades of Jagger #3A1853
Tints of Jagger #3A1853
RGB
CMYK
RGB Variations
Color information
#3A1853 (or 0x3A1853) is known color: Jagger. HEX triplet: 3A, 18 and 53. RGB value is (58,24,83). Sum of RGB (Red+Green+Blue) = 58+24+83=165 (21% of max value = 765). Red value is 58 (23.05% from 255 or 35.15% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 83 (32.81% from 255 or 50.30% from 165); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A1853 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A1853 is #C5E7AC. Grayscale: #282828. Windows color (decimal): -12969901 or 5445690. OLE color: 5445690.
HSL color Cylindrical-coordinate representation of color #3A1853: hue angle of 274.58º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A1853 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 24 | 83 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.67 |
| HSL | 274.58º | 0.55% | 0.21% | - |
| HSV(B) | 274.58º | 0.71% | 0.33% | - |
| XYZ | 3.63 | 2.18 | 8.41 | - |
| YUV | 40.89 | 151.76 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 24 | 83 | 0.30 | 0.71 | 0 | 0.67 | 274.58 | 0.55 | 0.21 |
| Hex | 3A | 18 | 53 | 1E | 47 | 0 | 43 | 113 | 37 | 15 |
| Octal | 72 | 30 | 123 | 36 | 107 | 0 | 103 | 423 | 67 | 25 |
| Binary | 111010 | 11000 | 1010011 | 11110 | 1000111 | 0 | 1000011 | 100010011 | 110111 | 10101 |
Color Harmonies of #3A1853
Complementary color
Monochromatic Colors of #3A1853
Black with #3A1853
Text Example
Text Example
White with #3A1853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1853; }
p { color: rgb(58,24,83); }
H1.HeaderClassName
{
color: #3A1853;
}
.AnyTagClassName
{
color: #3A1853;
}
</style>
background-color css
<style>
a { background-color: #3A1853; }
a { background-color: rgb(58,24,83); }
div.DivClassName
{
background-color: #3A1853;
}
.BgClassName
{
background-color: #3A1853;
}
</style>
border-color css
<style>
span { border-color: #3A1853; }
span { border-color: rgb(58,24,83); }
td.TdClassName
{
border-color: #3A1853;
}
.TagClassName
{
border-color: #3A1853;
}
</style>