Shades of Blackcurrant #3A1549
Tints of Blackcurrant #3A1549
RGB
CMYK
RGB Variations
Color information
#3A1549 (or 0x3A1549) is known color: Blackcurrant. HEX triplet: 3A, 15 and 49. RGB value is (58,21,73). Sum of RGB (Red+Green+Blue) = 58+21+73=152 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.16% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 73 (28.91% from 255 or 48.03% from 152); Max value from RGB is 73 - color contains mainly: blue. Hex color #3A1549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1549 is #C5EAB6. Grayscale: #252525. Windows color (decimal): -12970679 or 4789562. OLE color: 4789562.
HSL color Cylindrical-coordinate representation of color #3A1549: hue angle of 282.69º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A1549 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 21 | 73 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.71 |
| HSL | 282.69º | 0.55% | 0.18% | - |
| HSV(B) | 282.69º | 0.71% | 0.29% | - |
| XYZ | 3.22 | 1.92 | 6.5 | - |
| YUV | 37.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 21 | 73 | 0.21 | 0.71 | 0 | 0.71 | 282.69 | 0.55 | 0.18 |
| Hex | 3A | 15 | 49 | 15 | 47 | 0 | 47 | 11B | 37 | 12 |
| Octal | 72 | 25 | 111 | 25 | 107 | 0 | 107 | 433 | 67 | 22 |
| Binary | 111010 | 10101 | 1001001 | 10101 | 1000111 | 0 | 1000111 | 100011011 | 110111 | 10010 |
Color Harmonies of #3A1549
Complementary color
Monochromatic Colors of #3A1549
Black with #3A1549
Text Example
Text Example
White with #3A1549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1549; }
p { color: rgb(58,21,73); }
H1.HeaderClassName
{
color: #3A1549;
}
.AnyTagClassName
{
color: #3A1549;
}
</style>
background-color css
<style>
a { background-color: #3A1549; }
a { background-color: rgb(58,21,73); }
div.DivClassName
{
background-color: #3A1549;
}
.BgClassName
{
background-color: #3A1549;
}
</style>
border-color css
<style>
span { border-color: #3A1549; }
span { border-color: rgb(58,21,73); }
td.TdClassName
{
border-color: #3A1549;
}
.TagClassName
{
border-color: #3A1549;
}
</style>