Shades of Blackcurrant #3A0047
Tints of Blackcurrant #3A0047
RGB
CMYK
RGB Variations
Color information
#3A0047 (or 0x3A0047) is known color: Blackcurrant. HEX triplet: 3A, 00 and 47. RGB value is (58,0,71). Sum of RGB (Red+Green+Blue) = 58+0+71=129 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.96% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0047 is #C5FFB8. Grayscale: #191919. Windows color (decimal): -12976057 or 4653114. OLE color: 4653114.
HSL color Cylindrical-coordinate representation of color #3A0047: hue angle of 289.01º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0047 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 0 | 71 | - |
| CMYK | 0.18 | 1 | 0 | 0.72 |
| HSL | 289.01º | 1% | 0.14% | - |
| HSV(B) | 289.01º | 1% | 0.28% | - |
| XYZ | 2.88 | 1.35 | 6.07 | - |
| YUV | 25.44 | 153.72 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 0 | 71 | 0.18 | 1 | 0 | 0.72 | 289.01 | 1 | 0.14 |
| Hex | 3A | 0 | 47 | 12 | 64 | 0 | 48 | 121 | 64 | E |
| Octal | 72 | 0 | 107 | 22 | 144 | 0 | 110 | 441 | 144 | 16 |
| Binary | 111010 | 0 | 1000111 | 10010 | 1100100 | 0 | 1001000 | 100100001 | 1100100 | 1110 |
Color Harmonies of #3A0047
Complementary color
Monochromatic Colors of #3A0047
Black with #3A0047
Text Example
Text Example
White with #3A0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0047; }
p { color: rgb(58,0,71); }
H1.HeaderClassName
{
color: #3A0047;
}
.AnyTagClassName
{
color: #3A0047;
}
</style>
background-color css
<style>
a { background-color: #3A0047; }
a { background-color: rgb(58,0,71); }
div.DivClassName
{
background-color: #3A0047;
}
.BgClassName
{
background-color: #3A0047;
}
</style>
border-color css
<style>
span { border-color: #3A0047; }
span { border-color: rgb(58,0,71); }
td.TdClassName
{
border-color: #3A0047;
}
.TagClassName
{
border-color: #3A0047;
}
</style>