Shades of Blackcurrant #3A064C
Tints of Blackcurrant #3A064C
RGB
CMYK
RGB Variations
Color information
#3A064C (or 0x3A064C) is known color: Blackcurrant. HEX triplet: 3A, 06 and 4C. RGB value is (58,6,76). Sum of RGB (Red+Green+Blue) = 58+6+76=140 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.43% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 76 (30.08% from 255 or 54.29% from 140); Max value from RGB is 76 - color contains mainly: blue. Hex color #3A064C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A064C is #C5F9B3. Grayscale: #1D1D1D. Windows color (decimal): -12974516 or 4982330. OLE color: 4982330.
HSL color Cylindrical-coordinate representation of color #3A064C: hue angle of 284.57º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A064C is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 6 | 76 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.70 |
| HSL | 284.57º | 0.85% | 0.16% | - |
| HSV(B) | 284.57º | 0.92% | 0.3% | - |
| XYZ | 3.11 | 1.55 | 6.97 | - |
| YUV | 29.53 | 154.23 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 76 | 0.24 | 0.92 | 0 | 0.70 | 284.57 | 0.85 | 0.16 |
| Hex | 3A | 6 | 4C | 18 | 5C | 0 | 46 | 11D | 55 | 10 |
| Octal | 72 | 6 | 114 | 30 | 134 | 0 | 106 | 435 | 125 | 20 |
| Binary | 111010 | 110 | 1001100 | 11000 | 1011100 | 0 | 1000110 | 100011101 | 1010101 | 10000 |
Color Harmonies of #3A064C
Complementary color
Monochromatic Colors of #3A064C
Black with #3A064C
Text Example
Text Example
White with #3A064C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A064C; }
p { color: rgb(58,6,76); }
H1.HeaderClassName
{
color: #3A064C;
}
.AnyTagClassName
{
color: #3A064C;
}
</style>
background-color css
<style>
a { background-color: #3A064C; }
a { background-color: rgb(58,6,76); }
div.DivClassName
{
background-color: #3A064C;
}
.BgClassName
{
background-color: #3A064C;
}
</style>
border-color css
<style>
span { border-color: #3A064C; }
span { border-color: rgb(58,6,76); }
td.TdClassName
{
border-color: #3A064C;
}
.TagClassName
{
border-color: #3A064C;
}
</style>