Shades of Blackcurrant #3A084C
Tints of Blackcurrant #3A084C
RGB
CMYK
RGB Variations
Color information
#3A084C (or 0x3A084C) is known color: Blackcurrant. HEX triplet: 3A, 08 and 4C. RGB value is (58,8,76). Sum of RGB (Red+Green+Blue) = 58+8+76=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A084C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A084C is #C5F7B3. Grayscale: #1E1E1E. Windows color (decimal): -12974004 or 4982842. OLE color: 4982842.
HSL color Cylindrical-coordinate representation of color #3A084C: hue angle of 284.12º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3A084C is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 8 | 76 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.70 |
| HSL | 284.12º | 0.81% | 0.16% | - |
| HSV(B) | 284.12º | 0.89% | 0.3% | - |
| XYZ | 3.14 | 1.6 | 6.98 | - |
| YUV | 30.7 | 153.57 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 8 | 76 | 0.24 | 0.89 | 0 | 0.70 | 284.12 | 0.81 | 0.16 |
| Hex | 3A | 8 | 4C | 18 | 59 | 0 | 46 | 11C | 51 | 10 |
| Octal | 72 | 10 | 114 | 30 | 131 | 0 | 106 | 434 | 121 | 20 |
| Binary | 111010 | 1000 | 1001100 | 11000 | 1011001 | 0 | 1000110 | 100011100 | 1010001 | 10000 |
Color Harmonies of #3A084C
Complementary color
Monochromatic Colors of #3A084C
Black with #3A084C
Text Example
Text Example
White with #3A084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A084C; }
p { color: rgb(58,8,76); }
H1.HeaderClassName
{
color: #3A084C;
}
.AnyTagClassName
{
color: #3A084C;
}
</style>
background-color css
<style>
a { background-color: #3A084C; }
a { background-color: rgb(58,8,76); }
div.DivClassName
{
background-color: #3A084C;
}
.BgClassName
{
background-color: #3A084C;
}
</style>
border-color css
<style>
span { border-color: #3A084C; }
span { border-color: rgb(58,8,76); }
td.TdClassName
{
border-color: #3A084C;
}
.TagClassName
{
border-color: #3A084C;
}
</style>