Shades of Blackcurrant #3A064F
Tints of Blackcurrant #3A064F
RGB
CMYK
RGB Variations
Color information
#3A064F (or 0x3A064F) is known color: Blackcurrant. HEX triplet: 3A, 06 and 4F. RGB value is (58,6,79). Sum of RGB (Red+Green+Blue) = 58+6+79=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 79 (31.25% from 255 or 55.24% from 143); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A064F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A064F is #C5F9B0. Grayscale: #1D1D1D. Windows color (decimal): -12974513 or 5178938. OLE color: 5178938.
HSL color Cylindrical-coordinate representation of color #3A064F: hue angle of 282.74º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3A064F is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 58 | 6 | 79 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.69 |
| HSL | 282.74º | 0.86% | 0.17% | - |
| HSV(B) | 282.74º | 0.92% | 0.31% | - |
| XYZ | 3.22 | 1.59 | 7.54 | - |
| YUV | 29.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 6 | 79 | 0.27 | 0.92 | 0 | 0.69 | 282.74 | 0.86 | 0.17 |
| Hex | 3A | 6 | 4F | 1B | 5C | 0 | 45 | 11B | 56 | 11 |
| Octal | 72 | 6 | 117 | 33 | 134 | 0 | 105 | 433 | 126 | 21 |
| Binary | 111010 | 110 | 1001111 | 11011 | 1011100 | 0 | 1000101 | 100011011 | 1010110 | 10001 |
Color Harmonies of #3A064F
Complementary color
Monochromatic Colors of #3A064F
Black with #3A064F
Text Example
Text Example
White with #3A064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A064F; }
p { color: rgb(58,6,79); }
H1.HeaderClassName
{
color: #3A064F;
}
.AnyTagClassName
{
color: #3A064F;
}
</style>
background-color css
<style>
a { background-color: #3A064F; }
a { background-color: rgb(58,6,79); }
div.DivClassName
{
background-color: #3A064F;
}
.BgClassName
{
background-color: #3A064F;
}
</style>
border-color css
<style>
span { border-color: #3A064F; }
span { border-color: rgb(58,6,79); }
td.TdClassName
{
border-color: #3A064F;
}
.TagClassName
{
border-color: #3A064F;
}
</style>