Shades of Blackcurrant #3A014C
Tints of Blackcurrant #3A014C
RGB
CMYK
RGB Variations
Color information
#3A014C (or 0x3A014C) is known color: Blackcurrant. HEX triplet: 3A, 01 and 4C. RGB value is (58,1,76). Sum of RGB (Red+Green+Blue) = 58+1+76=135 (17% of max value = 765). Red value is 58 (23.05% from 255 or 42.96% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A014C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A014C is #C5FEB3. Grayscale: #1A1A1A. Windows color (decimal): -12975796 or 4981050. OLE color: 4981050.
HSL color Cylindrical-coordinate representation of color #3A014C: hue angle of 285.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A014C is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 1 | 76 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.70 |
| HSL | 285.6º | 0.97% | 0.15% | - |
| HSV(B) | 285.6º | 0.99% | 0.3% | - |
| XYZ | 3.06 | 1.44 | 6.95 | - |
| YUV | 26.59 | 155.88 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 76 | 0.24 | 0.99 | 0 | 0.70 | 285.6 | 0.97 | 0.15 |
| Hex | 3A | 1 | 4C | 18 | 63 | 0 | 46 | 11E | 61 | F |
| Octal | 72 | 1 | 114 | 30 | 143 | 0 | 106 | 436 | 141 | 17 |
| Binary | 111010 | 1 | 1001100 | 11000 | 1100011 | 0 | 1000110 | 100011110 | 1100001 | 1111 |
Color Harmonies of #3A014C
Complementary color
Monochromatic Colors of #3A014C
Black with #3A014C
Text Example
Text Example
White with #3A014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A014C; }
p { color: rgb(58,1,76); }
H1.HeaderClassName
{
color: #3A014C;
}
.AnyTagClassName
{
color: #3A014C;
}
</style>
background-color css
<style>
a { background-color: #3A014C; }
a { background-color: rgb(58,1,76); }
div.DivClassName
{
background-color: #3A014C;
}
.BgClassName
{
background-color: #3A014C;
}
</style>
border-color css
<style>
span { border-color: #3A014C; }
span { border-color: rgb(58,1,76); }
td.TdClassName
{
border-color: #3A014C;
}
.TagClassName
{
border-color: #3A014C;
}
</style>