Shades of Blackcurrant #3A0159
Tints of Blackcurrant #3A0159
RGB
CMYK
RGB Variations
Color information
#3A0159 (or 0x3A0159) is known color: Blackcurrant. HEX triplet: 3A, 01 and 59. RGB value is (58,1,89). Sum of RGB (Red+Green+Blue) = 58+1+89=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 89 (35.16% from 255 or 60.14% from 148); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A0159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A0159 is #C5FEA6. Grayscale: #1B1B1B. Windows color (decimal): -12975783 or 5833018. OLE color: 5833018.
HSL color Cylindrical-coordinate representation of color #3A0159: hue angle of 278.86º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A0159 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 1 | 89 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.65 |
| HSL | 278.86º | 0.98% | 0.18% | - |
| HSV(B) | 278.86º | 0.99% | 0.35% | - |
| XYZ | 3.56 | 1.64 | 9.58 | - |
| YUV | 28.08 | 162.38 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 1 | 89 | 0.35 | 0.99 | 0 | 0.65 | 278.86 | 0.98 | 0.18 |
| Hex | 3A | 1 | 59 | 23 | 63 | 0 | 41 | 117 | 62 | 12 |
| Octal | 72 | 1 | 131 | 43 | 143 | 0 | 101 | 427 | 142 | 22 |
| Binary | 111010 | 1 | 1011001 | 100011 | 1100011 | 0 | 1000001 | 100010111 | 1100010 | 10010 |
Color Harmonies of #3A0159
Complementary color
Monochromatic Colors of #3A0159
Black with #3A0159
Text Example
Text Example
White with #3A0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0159; }
p { color: rgb(58,1,89); }
H1.HeaderClassName
{
color: #3A0159;
}
.AnyTagClassName
{
color: #3A0159;
}
</style>
background-color css
<style>
a { background-color: #3A0159; }
a { background-color: rgb(58,1,89); }
div.DivClassName
{
background-color: #3A0159;
}
.BgClassName
{
background-color: #3A0159;
}
</style>
border-color css
<style>
span { border-color: #3A0159; }
span { border-color: rgb(58,1,89); }
td.TdClassName
{
border-color: #3A0159;
}
.TagClassName
{
border-color: #3A0159;
}
</style>