Shades of Blackcurrant #3A1647
Tints of Blackcurrant #3A1647
RGB
CMYK
RGB Variations
Color information
#3A1647 (or 0x3A1647) is known color: Blackcurrant. HEX triplet: 3A, 16 and 47. RGB value is (58,22,71). Sum of RGB (Red+Green+Blue) = 58+22+71=151 (20% of max value = 765). Red value is 58 (23.05% from 255 or 38.41% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 71 (28.12% from 255 or 47.02% from 151); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A1647 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1647 is #C5E9B8. Grayscale: #262626. Windows color (decimal): -12970425 or 4658746. OLE color: 4658746.
HSL color Cylindrical-coordinate representation of color #3A1647: hue angle of 284.08º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A1647 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 22 | 71 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.72 |
| HSL | 284.08º | 0.53% | 0.18% | - |
| HSV(B) | 284.08º | 0.69% | 0.28% | - |
| XYZ | 3.17 | 1.93 | 6.17 | - |
| YUV | 38.35 | 146.43 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 22 | 71 | 0.18 | 0.69 | 0 | 0.72 | 284.08 | 0.53 | 0.18 |
| Hex | 3A | 16 | 47 | 12 | 45 | 0 | 48 | 11C | 35 | 12 |
| Octal | 72 | 26 | 107 | 22 | 105 | 0 | 110 | 434 | 65 | 22 |
| Binary | 111010 | 10110 | 1000111 | 10010 | 1000101 | 0 | 1001000 | 100011100 | 110101 | 10010 |
Color Harmonies of #3A1647
Complementary color
Monochromatic Colors of #3A1647
Black with #3A1647
Text Example
Text Example
White with #3A1647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A1647; }
p { color: rgb(58,22,71); }
H1.HeaderClassName
{
color: #3A1647;
}
.AnyTagClassName
{
color: #3A1647;
}
</style>
background-color css
<style>
a { background-color: #3A1647; }
a { background-color: rgb(58,22,71); }
div.DivClassName
{
background-color: #3A1647;
}
.BgClassName
{
background-color: #3A1647;
}
</style>
border-color css
<style>
span { border-color: #3A1647; }
span { border-color: rgb(58,22,71); }
td.TdClassName
{
border-color: #3A1647;
}
.TagClassName
{
border-color: #3A1647;
}
</style>