Shades of Blackcurrant #3A0647
Tints of Blackcurrant #3A0647
RGB
CMYK
RGB Variations
Color information
#3A0647 (or 0x3A0647) is known color: Blackcurrant. HEX triplet: 3A, 06 and 47. RGB value is (58,6,71). Sum of RGB (Red+Green+Blue) = 58+6+71=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0647 is #C5F9B8. Grayscale: #1C1C1C. Windows color (decimal): -12974521 or 4654650. OLE color: 4654650.
HSL color Cylindrical-coordinate representation of color #3A0647: hue angle of 288º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A0647 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 6 | 71 | - |
| CMYK | 0.18 | 0.92 | 0 | 0.72 |
| HSL | 288º | 0.84% | 0.15% | - |
| HSV(B) | 288º | 0.92% | 0.28% | - |
| XYZ | 2.95 | 1.48 | 6.09 | - |
| YUV | 28.96 | 151.73 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 71 | 0.18 | 0.92 | 0 | 0.72 | 288 | 0.84 | 0.15 |
| Hex | 3A | 6 | 47 | 12 | 5C | 0 | 48 | 120 | 54 | F |
| Octal | 72 | 6 | 107 | 22 | 134 | 0 | 110 | 440 | 124 | 17 |
| Binary | 111010 | 110 | 1000111 | 10010 | 1011100 | 0 | 1001000 | 100100000 | 1010100 | 1111 |
Color Harmonies of #3A0647
Complementary color
Monochromatic Colors of #3A0647
Black with #3A0647
Text Example
Text Example
White with #3A0647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0647; }
p { color: rgb(58,6,71); }
H1.HeaderClassName
{
color: #3A0647;
}
.AnyTagClassName
{
color: #3A0647;
}
</style>
background-color css
<style>
a { background-color: #3A0647; }
a { background-color: rgb(58,6,71); }
div.DivClassName
{
background-color: #3A0647;
}
.BgClassName
{
background-color: #3A0647;
}
</style>
border-color css
<style>
span { border-color: #3A0647; }
span { border-color: rgb(58,6,71); }
td.TdClassName
{
border-color: #3A0647;
}
.TagClassName
{
border-color: #3A0647;
}
</style>