Shades of Blackcurrant #3A0247
Tints of Blackcurrant #3A0247
RGB
CMYK
RGB Variations
Color information
#3A0247 (or 0x3A0247) is known color: Blackcurrant. HEX triplet: 3A, 02 and 47. RGB value is (58,2,71). Sum of RGB (Red+Green+Blue) = 58+2+71=131 (17% of max value = 765). Red value is 58 (23.05% from 255 or 44.27% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 71 (28.12% from 255 or 54.20% from 131); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0247 is #C5FDB8. Grayscale: #1A1A1A. Windows color (decimal): -12975545 or 4653626. OLE color: 4653626.
HSL color Cylindrical-coordinate representation of color #3A0247: hue angle of 288.7º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A0247 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 2 | 71 | - |
| CMYK | 0.18 | 0.97 | 0 | 0.72 |
| HSL | 288.7º | 0.95% | 0.14% | - |
| HSV(B) | 288.7º | 0.97% | 0.28% | - |
| XYZ | 2.9 | 1.4 | 6.08 | - |
| YUV | 26.61 | 153.05 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 2 | 71 | 0.18 | 0.97 | 0 | 0.72 | 288.7 | 0.95 | 0.14 |
| Hex | 3A | 2 | 47 | 12 | 61 | 0 | 48 | 121 | 5F | E |
| Octal | 72 | 2 | 107 | 22 | 141 | 0 | 110 | 441 | 137 | 16 |
| Binary | 111010 | 10 | 1000111 | 10010 | 1100001 | 0 | 1001000 | 100100001 | 1011111 | 1110 |
Color Harmonies of #3A0247
Complementary color
Monochromatic Colors of #3A0247
Black with #3A0247
Text Example
Text Example
White with #3A0247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0247; }
p { color: rgb(58,2,71); }
H1.HeaderClassName
{
color: #3A0247;
}
.AnyTagClassName
{
color: #3A0247;
}
</style>
background-color css
<style>
a { background-color: #3A0247; }
a { background-color: rgb(58,2,71); }
div.DivClassName
{
background-color: #3A0247;
}
.BgClassName
{
background-color: #3A0247;
}
</style>
border-color css
<style>
span { border-color: #3A0247; }
span { border-color: rgb(58,2,71); }
td.TdClassName
{
border-color: #3A0247;
}
.TagClassName
{
border-color: #3A0247;
}
</style>