Shades of Blackcurrant #3A0547
Tints of Blackcurrant #3A0547
RGB
CMYK
RGB Variations
Color information
#3A0547 (or 0x3A0547) is known color: Blackcurrant. HEX triplet: 3A, 05 and 47. RGB value is (58,5,71). Sum of RGB (Red+Green+Blue) = 58+5+71=134 (17% of max value = 765). Red value is 58 (23.05% from 255 or 43.28% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0547 is #C5FAB8. Grayscale: #1C1C1C. Windows color (decimal): -12974777 or 4654394. OLE color: 4654394.
HSL color Cylindrical-coordinate representation of color #3A0547: hue angle of 288.18º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A0547 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 5 | 71 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.72 |
| HSL | 288.18º | 0.87% | 0.15% | - |
| HSV(B) | 288.18º | 0.93% | 0.28% | - |
| XYZ | 2.94 | 1.46 | 6.09 | - |
| YUV | 28.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 5 | 71 | 0.18 | 0.93 | 0 | 0.72 | 288.18 | 0.87 | 0.15 |
| Hex | 3A | 5 | 47 | 12 | 5D | 0 | 48 | 120 | 57 | F |
| Octal | 72 | 5 | 107 | 22 | 135 | 0 | 110 | 440 | 127 | 17 |
| Binary | 111010 | 101 | 1000111 | 10010 | 1011101 | 0 | 1001000 | 100100000 | 1010111 | 1111 |
Color Harmonies of #3A0547
Complementary color
Monochromatic Colors of #3A0547
Black with #3A0547
Text Example
Text Example
White with #3A0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0547; }
p { color: rgb(58,5,71); }
H1.HeaderClassName
{
color: #3A0547;
}
.AnyTagClassName
{
color: #3A0547;
}
</style>
background-color css
<style>
a { background-color: #3A0547; }
a { background-color: rgb(58,5,71); }
div.DivClassName
{
background-color: #3A0547;
}
.BgClassName
{
background-color: #3A0547;
}
</style>
border-color css
<style>
span { border-color: #3A0547; }
span { border-color: rgb(58,5,71); }
td.TdClassName
{
border-color: #3A0547;
}
.TagClassName
{
border-color: #3A0547;
}
</style>